Tags
#rest-api
gRPC vs. REST: A Comparative Guide
Table of Contents 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
Table of Contents 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
Table of Contents 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
Table of Contents 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
Table of Contents 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
Table of Contents 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
Table of Contents 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
Table of Contents Introduction When I started with web development, I was dreadfully curious about knowing how a website gets...
Understanding the components of APIs
Table of Contents 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
Table of Contents As a beginner, the term "API" sounded really difficult to me. But today, whenever building a full-fledged...