OPOmm Paniinomm-pani-blogs.hashnode.dev·Jul 30, 2025 · 12 min readBuilding an HTTP Server from scratchIntroduction I’ve used Express.js plenty of times. Spin up a server, add a few routes, call it a day. But I started wondering — what’s really happening under the hood? Then I stumbled upon a tweet by Arpit Bhayani to “build an HTTP server from scratc...00
OPOmm Paniinomm-pani-blogs.hashnode.dev·Jul 29, 2025 · 12 min readREACT: Under the Hood of UseStateDid you know? React doesn’t store state in variables. When you call: const [count, setCount] = useState(0); You might assume React stores count in some internal object or variable tied to your component. But that’s not how it works. ✅ React actually...00
OPOmm Paniinomm-pani-blogs.hashnode.dev·Jul 28, 2025 · 22 min readHow I Built My Own LLM from Scratch: A Student’s Deep Dive into AII come from an Electrical and Electronics Engineering background—but somewhere in my second year of college, I stumbled into a different world: computer science. What started as a side interest soon turned into a full-blown passion. I taught myself t...00