Cook up some code.
A blog about PHP, TypeScript, AI in the loop, and shipping software with a small team.
Recent articles
$ ls -lt ~/writing All articles
- 02
Command Bus implementation
Building a small CQRS-flavoured command bus for a Laravel side project - keeping it simple, type-safe, and SOLID-friendly without dragging in a framework.
- 01
How I structure Laravel Form Request classes
Form Requests are one of Laravel's quiet superpowers. Here's the shape I've landed on after a few years - readable, testable, and DTO-friendly.