Feb 12 · 7 min read · Understanding TCP: The Backbone of Reliable Internet Communication If you've ever wondered how your computer manages to download a file without missing a single byte, or how an email arrives perfectly intact despite traveling through countless router...
Join discussion
Feb 10 · 9 min read · Client-Server Basics is a beginner-friendly room that covers some of the fundamentals of the client-server model, i.e., protocols, responses, and requests, HTTP commands, DNS, ports, among others. This forms part of the fundamentals of web security a...
Join discussion
Feb 10 · 6 min read · You know what's funny? Most people use websites every single day, but if you ask them how a website actually works, they'll give you this blank stare. I was the same way before I started learning web development. So let me break this down for you in ...
Join discussion
Feb 4 · 2 min read · psql is the interactive terminal client for PostgreSQL. It lets you connect to databases, run SQL queries, and use powerful meta commands for database management. Connecting to PostgreSQL (Note : here the user is named as “potatoes“, and DB as “mypo...
Join discussion
Feb 2 · 4 min read · CLI-Agent vs MCP — A Practical Comparison for Students, Startups, and Developers (2026) Introduction: The choice between traditional CLI-based AI agents and the Model Context Protocol (MCP) often creates confusion when building intelligent, autonomou...
Join discussionFeb 1 · 4 min read · Welcome back to The Tech Tales. In our last blog, we met the two delivery drivers of the internet: TCP (The Careful Courier) and UDP (The Speed Demon). Today, we are going to follow the Careful Courier on a job. Imagine sending a file is like moving ...
Join discussionJan 31 · 10 min read · Introduction Understanding how your computer communicates with servers is fundamental to modern programming, and cURL is the simplest tool for learning this. By the end of this guide, you'll be able to send requests to web servers from your terminal ...
Join discussion
Jan 30 · 5 min read · Before we talk about what cURL or curl lets discuss what a server is**,** and why we need it In simple terms, a server is a computer or system that provides data, services, or programs to clients. Servers receive requests from clients to retrieve fil...
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