Loren Stewart
Exploring technology and techniques.
Architecting with Constraints: A Pragmatic Guide
Don't just reach for your favorite framework. Let's explore how a constraint-based mindset can help you choose the right tool for the job and avoid over-engineering.
Read More →Building a Lightweight Reactive State Manager with JavaScript Proxies
Tired of frontend frameworks and complex state management libraries? Learn how a few lines of JavaScript and the power of Proxies can automatically sync your UI with your application state.
Read More →Beyond REST: Adding Real-Time Interactivity with NestJS WebSockets
For decades, the request-response model of REST has been the backbone of the web. But what happens when the server needs to initiate a conversation? Discover how NestJS WebSockets enable real-time interactivity.
Read More →Don't Just Talk, Do: Giving Your LLM Tools to Interact with the Real World
Transform your LLM from a chatbot into an agent by teaching it to use tools and interact with real-world systems
Read More →How to Generate Dynamic PDFs in NestJS with a Headless Browser
Generating a simple, unstyled PDF is one thing. But what if you need to create complex, beautifully styled documents? Learn how to leverage the power of HTML/CSS with headless browsers.
Read More →State Management in HTMX Applications: A Guide to URL-First State
Simple, powerful state management: how URL parameters can replace complex client-side state libraries in HTMX applications
Read More →Our Fullstack Architecture: Eta, HTMX, and Lit
Why choose between a fast MPA and a rich SPA? Our fullstack approach with Eta, HTMX, and Lit delivers the best of both worlds.
Read More →Supercharging HTMX with a Custom Event Bus
Unlock the full potential of HTMX by connecting its server interactions to a sophisticated client-side event system
Read More →Building a Modern Frontend Event System from Scratch
From spaghetti code to clean, decoupled code: building a powerful event system that scales with your application
Read More →Bulletproof Your API: A Deep Dive into Custom Guards and Decorators in NestJS
In any robust backend application, security and clean code are paramount. Learn how NestJS's powerful combination of Guards and Custom Decorators can help you build secure, maintainable APIs.
Read More →