Technical Articles
Opinionated writing on software systems, strict monolithic domain boundaries, testing strategies, and Laravel performance.
Kubernetes for Laravel developers
Learn how Laravel developers can leverage Kubernetes for scalable and efficient application deployment.
Event-driven architecture with domain-driven design
Learn how to implement event-driven architecture using domain-driven design principles to build scalable and maintainable systems.
Isolated local development without Docker
Learn how to use Devbox to create isolated local development environments for Laravel projects without the overhead of Docker.
Automate local API testing with Bash
This article shows how to automate a complete authentication workflow using Bash, curl, and jq.
Building AI Powered Applications in Laravel
This guide walks through prompt organization, structured outputs, and AI-discoverable capabilities using Prism and Laravel MCP.
Building A TypeScript API That Doesn't Suck
Learn how to build a TypeScript SDK the right way: ditching axios for ofetch, using factory patterns, and creating production-ready code.
API-First Laravel Projects
Beginner-friendly, API-first Laravel path: 10 progressive projects covering resources, auth, search, multi-tenancy, webhooks, rate limits, and GraphQL.
Building your first MCP server with Laravel
Learn how to build a Laravel MCP server for task management with tools, resources, prompts, Sanctum auth, Pest testing, and Claude integration.
An open, modern approach to HR & PeopleOps
Discover how modern companies are rethinking HR to attract, retain, and empower top developer talent.
Building APIs that scale with Nitro, Drizzle, and unstorage
Discover how Nitro, Drizzle ORM, and unstorage create a modern TypeScript API stack that's faster to build, easier to scale, and ready for edge deployments.
Building modular systems in Laravel - A practical guide
Learn how modular architecture transforms Laravel apps into scalable, maintainable systems.
Building a production-ready Go service with Go Blueprint
Learn how Go Blueprint transforms your workflow for building production-ready microservices.