Engineering Blog
Advanced CSS Architecture: Beyond Utility Classes
Tailwind won the war for utility classes, but architecture is more than just class names. Learn how @layer, @scope, and Container Queries are redefining scalable CSS.
Modern JavaScript: The Orchestrator
JavaScript has evolved from a utility-heavy language to a platform orchestrator. Discover how Temporal, structuredClone, and the using keyword are killing your dependencies.
Back to Basics: The Renaissance of HTML, CSS, and JavaScript
Modern web architecture has evolved. Learn why "Separation of Concerns" no longer means separate files, and how the platform is replacing your favorite libraries.
Nix Flakes: The Cult You Should Probably Join
Docker is for servers. Nix is for humans. Learn why "Works on My Machine" is a lie, and how Nix Flakes + Direnv can save your sanity.
Semantic HTML: The Invisible API for SEO and Accessibility
Semantic HTML is not just about code purity; it is the API you expose to Google and Screen Readers. Learn how to future-proof your app for AI and the European Accessibility Act.
Recovering from Framework Fatigue: Why I Switched to Astro
I got tired of debugging middleware caching just to render a blog post. Astro brought sanity back to my stack.