Blog
5 postsThoughts on frontend engineering, distributed systems, and DevOps culture.
From Docker Compose to Kubernetes: deploying a micro-frontend monorepo with k3s and Helm
A step-by-step walkthrough of migrating a four-app micro-frontend portfolio from Docker Compose to a local k3s cluster using k3d and Helm — including every real bug hit along the way.
Dockerizing a microfrontend monorepo with nginx routing
How we packaged four different frameworks into isolated Docker containers and stitched them together behind a single nginx reverse proxy — and every pitfall we hit along the way.
CSS that works locally but vanishes through a proxy
Documenting a subtle Vite dev pipeline issue I hit while building a microfrontend architecture, how I diagnosed it, and the architectural decision I made.
Hello, World!
Welcome to my blog — a space for thoughts on frontend engineering, distributed systems, and DevOps.
Microfrontends in production
How independent deployments behind nginx Ingress beats Module Federation every time.