Writing on software design, company building, and the aerospace industry.

All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.

Circuit Breaker for Laravel

The circuit-breaker package by algoyounes brings the circuit breaker pattern to Laravel, giving you a way to manage failing service calls and define custom callbacks for each circuit state.

SlideWire: Build Presentations with Livewire and Blade

SlideWire is a Laravel package that lets you build browser-based presentation decks using Livewire components and Blade templates, with built-in navigation, transitions, syntax highlighting, and Mermaid diagrams.