Architecture
8 articles tagged with this
A Progressive Complexity Manifesto
A manifesto for progressive web complexity. Reject the false binary between static sites and SPAs. Embrace the powerful middle ground with server-rendered HTML, HTMX, and intentional complexity escalation.
Read More →LLM Tools: From Chatbot to Real-World Agent (Part 1)
Learn how to give LLMs the ability to call functions and interact with APIs for real-world problem solving using TypeScript and type-safe tool integration.
Read More →LLM Tools: Scaling with MCP Architecture (Part 2)
Learn how to evolve from direct LLM tool integration to the Model Context Protocol (MCP) architecture, enabling scalable AI tools that maintain conversation context across multiple services.
Read More →LLM Tools: Securing Your MCP Architecture with Authentication (Part 3)
Transform your MCP based AI agent from an open system to a secure, user authenticated application ready for production deployment.
Read More →LLM Tools: Real-time LLM Responses in Production (Part 4)
Build streaming LLM responses with Server-Sent Events, request cancellation, and real-time status updates to create engaging, responsive AI applications.
Read More →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 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 →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 →