blog.buddhag.com.npBGP: The Internet's Routing ProtocolBorder Gateway Protocol (BGP) is the standardized routing protocol that holds the internet's independent networks together. Its primary function is to exchange network reachability information between Autonomous Systems (ASes). This information dicta...Sep 3, 2025·9 min read
blog.buddhag.com.npHow to Build Your Own ISPAutonomous System The internet isn't a single, monolithic cloud. It’s a massive, interconnected patchwork of thousands of independent networks, and the most fundamental building block of this global structure is the Autonomous System (AS). Think of a...Sep 3, 2025·6 min read
blog.buddhag.com.npLocal Network and Their NetworksBefore we can explore how data crosses continents and bounces between hyperscale data centers, we need to start with the smallest piece of the puzzle: your local network. Every device on the internet is part of a smaller network first — your phone co...Sep 3, 2025·6 min read
blog.buddhag.com.npPython Concurrency: Benchmarking threads with GIL enabled-disabled, Processes, and AsyncThis blog is generated as a usecase of this other blog(Automating blog creation with own agent vs mcp) that helped me automate the writing of this blog. Alright, folks. Let's talk about Python concurrency. And by "talk," I mean "I'm going to rant ab...Jun 9, 2025·12 min read
blog.buddhag.com.npAutomating Blog creation, MCP vs Creating own agentToday we're belly-flopping into the glamorous world of blog post automation — because who doesn’t dream of spending their weekends wrangling markdown, LLMs, and API tokens, right? Let’s be honest: writing blogs is exhausting, and reading AI-generated...Jun 7, 2025·5 min read