Browsing Tag
api
194 posts
4 Steps to Create Google Authentication API in Node.js
Under the Hood The story began when my friend asked me about integrating Passport.js and JSON Web Token…
API Key Leaks
What is an API key? API keys are generally assigned to a specific user or application, and they…
What is Rest Api – A beginner’s guide
For many beginners in tech, REST is a foreign concept, sometimes, it’s another buzzword in the layers of…
How to Mock an API in ONE minute
Front-end developers usually meet this problem. The API is designed, but it’s not been implemented yet. I need…
What you Need to Know When Pricing APIs
Pricing APIs correctly is a key part of your API monetization strategy. That means understanding how you should…
Soul | A SQLite RESTful server
Hi Folks, For the last few weeks I’ve been working on Soul. As the title says, it’s a…
ExpressJS: How to throw custom errors
The problem Throwing readable custom errors is one of the most critical steps in the development of web…
Building a Livestream App with Flutter 3
Originally published here. Streaming, especially the low latency kind, has become a popular medium to engage with an audience, host…
Introduction to Amplication
Introduction to Amplication Have you ever wanted to not have to repeatedly code Node.js Backends? Did you want…
Fetch and Create events in Google Calendar with HTML and Javascript.
The Google Calendar API is a RESTful API that can be accessed through explicit HTTP calls or via…