Tag:architecture
All content with the tag "architecture".
From Tasks to Swarms: Agent Teams in Claude Code
Agent teams let multiple Claude Code sessions coordinate, communicate, and self-organize. Here's how they work, when to use them, and what they cost.
Read More→Spec-Driven Development with Claude Code in Action
A practical workflow for tackling large refactors with Claude Code using parallel research subagents, written specs, and the new task system for context-efficient implementation.
Read More→My Opinionated ESLint Setup for Vue Projects
A battle-tested linting configuration that catches real bugs, enforces clean architecture, and runs fast using Oxlint and ESLint together.
Read More→Building a Modular Monolith with Nuxt Layers: A Practical Guide
Learn how to build scalable applications using Nuxt Layers to enforce clean architecture boundaries without the complexity of microservices.
Read More→How to build Microfrontends with Module Federation and Vue
Build a Vue 3 microfrontend app with Module Federation. Clear decisions, working code, and a small reference project.
Read More→Atomic Architecture: Revolutionizing Vue and Nuxt Project Structure
Learn how to implement Atomic Design principles in Vue or Nuxt projects. Improve your code structure and maintainability with this guide
Read More→What is Local-first Web Development?
What is local-first software and why does it matter? This guide covers local-first architecture, offline-capable apps with automatic sync, data ownership, and how to build a local-first web app with Vue step by step.
Read More→How to Structure Vue Projects
Discover best practices for structuring Vue projects of any size, from simple apps to complex enterprise solutions.
Read More→How to Write Clean Vue Components
There are many ways to write better Vue components. One of my favorite ways is to separate business logic into pure functions.
Read More→