jclermont
jclermont

Joel Clermont

Verified

@jclermont

Helping Laravel devs ship better products and level up their skills

338 Posts 2K Views

  • No matching results...
  • Searching...

/ 255

Poll Options

Pinned

Shiny new design just launched for masteringlaravel.io

image

1

677

Laravel has some nice protections against N+1 queries, but they're only designed to catch certain patterns. In today's video, I walk through an example that slipped past those protections to show the importance of remaining alert.

masteringlaravel.io/daily/2025-09-19-video-lazy-loading-protection-does-not-catch-all-duplicate-queries

36

Finishing up my discussion on Postgres route model binding quirks, here are two other possible fixes that I think have some advantages over the approach I shared previously.

masteringlaravel.io/daily/2025-09-17-two-other-ways-to-fix-postgres-route-model-binding-behavior

48

Keeping the discussion going from yesterday's tip about Postgres route model binding differences, here's one approach to fix it and analysis of whether or not we should even bother.

masteringlaravel.io/daily/2025-09-16-one-approach-to-handling-postgres-route-model-binding-issues

48

Even with a full-featured ORM like Eloquent, databases aren't quite as easy to interchange as we might hope. Here's an example of how route model binding works differently between MySQL and Postgres.

masteringlaravel.io/daily/2025-09-15-route-model-binding-works-differently-between-mysql-and-postgres

77