Skip to main content

Articles

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

PHP 7 min read

Relay: Building a Fiber-Native HTTP Layer for Modern PHP

Explore the design and implementation of Relay, a new HTTP transport layer for PHP 8.5+.

Uncategorized 9 min read

Building a Claude Code skill

Create portable instruction manuals for Claude to teach domain-specific approaches, with a deep dive into building a production-grade Laravel API skill.

Uncategorized 12 min read

Streaming responses in Laravel without WebSockets

Learn how to implement server-sent events (SSE) in Laravel for streaming AI responses, avoiding the complexity of WebSockets.

Uncategorized 15 min read

Kubernetes for Laravel developers

Learn how Laravel developers can leverage Kubernetes for scalable and efficient application deployment.

Uncategorized 11 min read

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.

Uncategorized 9 min read

Isolated local development without Docker

Learn how to use Devbox to create isolated local development environments for Laravel projects without the overhead of Docker.

Uncategorized 7 min read

Automate local API testing with Bash

This article shows how to automate a complete authentication workflow using Bash, curl, and jq.

SDKs 11 min read

Building AI Powered Applications in Laravel

This guide walks through prompt organization, structured outputs, and AI-discoverable capabilities using Prism and Laravel MCP.

SDKs 32 min read

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.

Laravel 31 min read

API-First Laravel Projects

Beginner-friendly, API-first Laravel path: 10 progressive projects covering resources, auth, search, multi-tenancy, webhooks, rate limits, and GraphQL.

Laravel 14 min read

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.

Laravel 13 min read

An open, modern approach to HR & PeopleOps

Discover how modern companies are rethinking HR to attract, retain, and empower top developer talent.