dasaricodes.hashnode.devLabSecure Control Plane: Building Observability and Container Management for My Home Lab🏗 Introduction In my previous post — The Pi Guardian: Defending My Home Network with Nginx and Automation — I explained how I used two Raspberry Pis, Nginx, and Cloudflare to secure and automate incoming traffic to my self-hosted applications. That ...Jan 5·3 min read
dasaricodes.hashnode.devComponent CrusadersWhen I first started building my portfolio, I wanted something modern, reusable, and framework-agnostic. That’s when I discovered Web Components. Web Components let you create custom HTML elements that encapsulate structure, styling, and behavior — a...Dec 8, 2025·4 min read
dasaricodes.hashnode.dev🛡️ The Pi Guardian: Defending My Home Network with Nginx and AutomationWhen I first set up my home server, my goal was simple — host my own applications and stay in control of my data.What began as a fun side project quickly evolved into something much deeper: learning how to design a secure, automated, and reliable sel...Dec 8, 2025·5 min read
dasaricodes.hashnode.dev🌀 The Promise of Async: Unlocking the Secrets of the Event Loop🧭 Introduction Ever wondered how JavaScript seems to do many things at once—fetching data, responding to clicks, updating the DOM—yet it’s single-threaded?The secret lies in its asynchronous architecture powered by the event loop. In this post, we’l...Dec 5, 2025·9 min read