Articles
Writing on PHP, Laravel, APIs, and engineering leadership.
- 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.
- Dockerizing Laravel queues, workers, and schedulers Learn to containerize Laravel queues, workers, and schedulers for production with isolation and scalability.
- JSON Resume - The future of career data is here A hands-on guide to implementing JSON Resume with PHP, from basic concepts to advanced usage with type-safe Laravel integration.
- Modern PHP development with FrankenPHP and Docker A hands-on guide to deploying PHP applications with FrankenPHP and Docker, from simple containers to standalone binaries.
- Static site generation in PHP with Tempest Learn how Tempest brings static site generation to PHP, making it easy to build fast, secure, and scalable sites with familiar patterns.
- How I Would Have Built Laravel Cloud Explore an alternative approach to Laravel Cloud architecture, balancing simplicity with flexibility.
- An educational look into the Tempest PHP framework Discover how Tempest, a modern PHP framework, uses code discovery and the latest PHP features to simplify app development and boost productivity.
- Multi-tenancy Without the Hassle Learn how to build a multi-tenant application in Laravel using Sprout, avoiding the common pitfalls of manual tenant management.
- Building and Deploying an Astro Website - A Deep Dive Learn how I built my personal dashboard using Astro, integrating dynamic content and productivity features, and deployed it with Sevalla and Cloudflare.
- What are MCP Servers, and why should I care? Discover how Model Context Protocol servers revolutionize Laravel development with AI integration.
- Nuxt and why you should be using it Discover the power of Nuxt.js for building modern web applications. Learn why you should consider using it for your next project.
- Sevalla on the Command Line Build a beautiful Go-powered CLI tool to manage your Sevalla apps directly from the terminal - no browser, just clean, fast, TUI driven control.
- Advanced Authorization methods in Laravel Unravel Laravels authorization built-in Gates, Policies & advanced ReBAC, ABAC, PBAC methods for secure, scalable app access control.