Skip to main content
ArticlesProjects
Tag Archive

Articles Tagged: php

Technical writings, opinionated architectures, and development guides tagged with php.

Articles48
Est. Read Time410 mins
Categories5
Featured5
Feb 202614 min read
PHP

Your PHP application is not stateless

Understanding statelessness in PHP: filesystem assumptions, session state, and building truly stateless applications with Zero Trust principles.

Feb 20269 min read
Personal Journey

Recalibrated

From clearing IEDs in Afghanistan to clearing pull requests. A raw look at navigating PTSD and finding a new mission through Linux and logic.

Feb 20267 min read
PHP

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+.

Jan 202612 min read
Laravel

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.

Oct 20259 min read
Laravel

Building modular systems in Laravel - A practical guide

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

Oct 202512 min read
Laravel

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.

Oct 20258 min read
PHP

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.

Oct 202512 min read
PHP

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.

Jul 20259 min read
PHP

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.

Oct 20232 min read
PHP

Making APIs the Right Way

Discover why API Platform is a game-changer for building APIs in PHP and Symfony, challenging common misconceptions.

Feb 20235 min read
PHP

Getting started with PHPInsights

Use PHPInsights to enhance PHP code in Laravel and others - A guide to optimal code style and architecture.

Jan 20235 min read
Laravel

Configuring Laravel Pint

Discover how to tailor Laravel Pint, a PHP CS Fixer wrapper, to your coding standards with a personal guide on rule implementation and customization.