The Linux File System Hunting Expedition
What the filesystem reveals when you stop using it and start reading it. Linux exposes almost everything about system state, configuration, and behavior through files — not APIs, not GUIs. This post

Search for a command to run...
Articles tagged with #chaicode-webdev-cohort-2026
What the filesystem reveals when you stop using it and start reading it. Linux exposes almost everything about system state, configuration, and behavior through files — not APIs, not GUIs. This post

Audience: This post assumes basic familiarity with JavaScript arrays, objects, and functions. TL;DR: Both spread (...) and rest (...) use the same three-dot syntax — but they do the opposite thing d

By Saurabh Prajapati | Full-Stack Engineer at IBM India Software Lab Why I Decided to Explore This I'll be honest — for the longest time, this in JavaScript confused the heck out of me. I'd write som

By Saurabh Prajapati | Full-Stack Engineer @ IBM India Software Lab Before We Start — Picture This... It's 8:15 AM. Hitesh Bhaiya's chai stall is absolutely packed. Ten students from the cohort are s

You know that feeling when you're building a webpage and you have to type out every single HTML tag, close it properly, add attributes, nest elements... and it just feels slow? Yeah, I've been there too. I remember spending way too much time just typ...
