Skip to main content

Articles

Long-form writing on PHP, Laravel, API design, and software engineering.

API Development 15 min read

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.

Laravel 17 min read

Building modular systems in Laravel - A practical guide

Learn how modular architecture transforms Laravel apps into scalable, maintainable systems.

API Development 14 min read

Building a production-ready Go service with Go Blueprint

Learn how Go Blueprint transforms your workflow for building production-ready microservices.

Laravel 12 min read

Dockerizing Laravel queues, workers, and schedulers

Learn to containerize Laravel queues, workers, and schedulers for production with isolation and scalability.

Laravel 18 min read

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.

PHP 15 min read

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.

PHP 16 min read

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.

Laravel 12 min read

How I Would Have Built Laravel Cloud

Explore an alternative approach to Laravel Cloud architecture, balancing simplicity with flexibility.

PHP 10 min read

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.

Laravel 7 min read

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.

DevOps 5 min read

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.

Laravel 12 min read

What are MCP Servers, and why should I care?

Discover how Model Context Protocol servers revolutionize Laravel development with AI integration.