JavaScript Prototype and Inheritance
Prototypes in JavaScript can be genuinely confusing. This post untangles the prototype chain, the internal [[Prototype]] link, and how delegation powers JavaScript's classless, prototype-based inheritance.
JavaScript
AI-Agent Harnessing for scaling web development
How my AI-assisted workflow evolved from autocomplete to parallel agents and why a Dockerised sandbox was the missing piece that let an agent run, click through, and screenshot a real app on its own.
Web Dev
AI Coding