Articles / Notes / Talks

Notes on Laravel, debugging, talks, and the work behind the work.

This is where I write about the things that stay interesting once the real work starts: framework behavior, debugging lessons, engineering growth, talks, and decisions made under pressure.

Some notes are technical. Some are career-shaped. All of them come from work that actually happened.

  • Laravel internals
  • Livewire + Inertia
  • Debugging lessons
  • Talk recaps

2026

1 article

Writing from 2026

2025

2 articles

Writing from 2025

2024

5 articles

Writing from 2024

October 31, 2024

2024

Does a Senior Need a Senior? The Laravel and Livewire Edition

You’d think a senior developer, especially in Laravel and Livewire, wouldn’t need help, right? Like, aren’t they the gurus who glide through code without breaking a sweat? Turns out… even seniors need a hand sometimes. Here’s why every Laravel senior could use another senior in their life—and maybe a few good laughs along the way.

Read article

August 4, 2024

2024

Single-use Tests

The tests I write are usually written in Pest, PHPUnit, or Jest. I also usually commit them to a code repository - but not all automated tests should be committed. I wrote what I consider to be an automated test that was a "single-use test". It served its purpose and it will forever be in my heart, but not in my repository.

Read article

2023

1 article

Writing from 2023

August 24, 2023

2023

Fast database queries are not always better

You probably think fast database queries are good. You also probably think slow database queries are bad. On top of all of these "thinks" you have about database queries - there is a certain Laravel method that, if you have seen it, you probably think you understand…but there is a chance you don’t.

Read article