Browsing Tag
api
165 posts
GraphQL vs. REST: A Dev’s Guide to Picking Your API Poison (and Why You Should Argue With Me)
If you’re building anything web-related these days, chances are you’ve got a nagging question at the back of…
How to make basic express api
ExpressJS is a JavaScript framework that allows you to make advanced api for your web app first you…
Building a shopping cart using React, Redux toolkit
In this article, we’ll walk through the process of creating an simple e-commerce application with the Fake store…
Removendo Dados Sensiveis de Images
Hoje quero falar sobre um tema importante quando falamos em segurança de dados e o que podemos fazer…
What is API Integration?
APIs (Application Programming Interfaces) allow different software systems to communicate and share data effortlessly via something called API…
Azure SQL vs MySQL: What are the Differences?
Here we’ll review Azure SQL vs MySQL, and what their differences are. Databases have been around for ages.…
Navigating the Concrete Jungle of APIDays New York 2024
A Fusion of Security & AI “Concrete jungle where dreams are made of….” Alicia Keys once sang about…
Dynamically Generating Images from HTML/CSS Templates with Custom Data
I have a collection of banner templates (designed in HTML and CSS) stored in a database. Each template…
Multimodal Experience with AI/ML API in NodeJS
Introduction Large Language Models excel at text-related tasks. But what if you need to make a model multimodal?…
API Key Authentication Middleware In ASP NET Core – A How To Guide
While putting some special content together, I found myself needing to integrate API key authentication middleware into my…