Mar 20 · 3 min read · While Part 1 covered authentication fundamentals and OAuth flows, this section focuses on how APIs validate tokens and enforce authorisation in real-world architectures. Why API Gateways Are Important
Join discussion
Feb 12 · 4 min read · Modern applications rely heavily on Web APIs to communicate between clients and servers. Depending on performance, security, flexibility, and use case, different API styles are used. Let’s explore the five most common Web API types in detail. 1. RES...
Join discussionJan 30 · 4 min read · What is cURL? (Explained So Simply That Anyone Can Understand) First things first: What is a server, and why do we talk to it? Before understanding cURL, we need to understand one basic idea. Real-life example 🏪 Imagine: You go to a restaurant You...
Join discussion
Jan 30 · 9 min read · Introduction Imagine you want to send a message to someone. You write it down, put it in an envelope, and drop it in a mailbox. The mailbox is like a server - it receives messages from you and can send you responses back. Just like servers on the int...
Join discussionJan 28 · 3 min read · API management and inventory are an important part of web development, but it is a hard thing to do daily due to deadlines, operational burden, and team synergy. However, even with these obstacles, not paying attention to APIs used in an application ...
Join discussion
Jan 24 · 4 min read · cURL Explained Like You’re New to Programming If you are new to programming, words like server, API, and cURL can feel confusing.Don’t worry. This blog explains cURL in very simple words, step by step. You don’t need any prior knowledge. What Is a S...
Join discussionJan 23 · 1 min read · Assertion Blocks in Voiden We recently added assertion blocks to Voiden.Not because assertions are new but because they’re usually treated as an afterthought. When testing APIs, most of us:- Send a request- Inspect the response- Mentally verify “...
Join discussion