Tags
#rest-api
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 as a Beginner
Introduction When I started with web development, I was dreadfully curious about knowing how a website gets...
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...