From Frameworks to First Principles: What Building a Raw TCP Server Taught Me About the Modern Web ServersLearning sockets, concurrency, and performance away from frameworks.Dec 27, 2025·4 min read
What happens when you search for Google.comA Deep Dive into the Modern Web StackApr 16, 2024·9 min read
Create and Push a GitHub Repository from the TerminalA step-by-step guide to installing and using the GitHub CLI.Aug 1, 2023·6 min read
Introduction to Programming: A Beginner's Guide to Loops, Functions, and Conditional StatementsSubtitle: Mastering the Building Blocks of Programming for Novice CodersJul 14, 2023·17 min read
In-Depth Analysis: Post-Increment vs Pre-Increment OperatorsMastering C Increment and Decrement Operators: Understanding Pre- vs. Post-FixJul 3, 2023·5 min read
JavaScript ScopeYou came across this article because you want to understand the concept of JavaScript Scope. Every JavaScript developer must learn this to use the right keywords in different situations. Scope refers to the availability of functions or variables in s...Sep 21, 2022·4 min read