Blogs
Thoughts, tutorials, and insights on engineering, and programming.
Popular Tags
Latest Posts (2 posts)

networkingsystemsdns
How DNS Resolution Works
A deep dive into how DNS resolution works end-to-end, covering recursive resolvers, root servers, TLD servers, authoritative name servers, and practical usage of the dig command.

apiterminaldevelopment
What is cURL and How to Use It
A beginner-friendly guide to cURL - the command-line tool for communicating with servers, testing APIs, and debugging requests directly from your terminal.