Tags
#rest-api
Understanding gRPC: A Complete Guide for Modern Developers
I was reading about the gRPC recently and was wondering what all this about? Believe me, I...
Introduction to REST API in Python
APIs (Application Programming Interfaces) are like bridges that let different software systems talk to each other. Among...
Shifting Gears: Why GraphQL is Turbocharging APIs
The API landscape is constantly evolving, and developers like us crave tools that streamline data fetching and...
gRPC vs. REST: A Comparative Guide
In the world of APIs, there are many different architectural styles for building APIs, and each one...
Why Traditional API Testing Fails? Comparing Shadow, Production, Replay Techniques
I want to share the story of how our team at a fast-paced startup tackled the challenge...
Building a GO CRUD Rest API from scratch
Thanks to Francesco Ciulla for making a detailed video on how to create this go crud API...
Exploring GraphQL 101: A Modern Approach to API Development
In recent years, GraphQL has gained significant traction as a powerful alternative to traditional RESTful APIs. Developed...
Writing a Potions Bank REST API with Spring Boot + MongoDB
This blog post provides a complete walkthrough of the process of building a RESTful API for Potions...
A Comprehensive Guide to REST API and Various API Architectures
In today’s interconnected world, Application Programming Interfaces (APIs) play a crucial role in enabling communication between different...
SOAP vs REST API: Choosing the right API protocol
What is an API? So let’s first take a look at what API is all about. So...
Understanding HTTP and HTTPS for Secure Web Communication
Every time a user visits a website, data is transmitted between the web browser and the server...
Understanding the components of APIs
Before I start to bore you with some technical terms of an API, I would highly recommend...
What is an API and My learnings with them
As a beginner, the term "API" sounded really difficult to me. But today, whenever building a full-fledged...