jclermont
jclermont

Joel Clermont

Verified

@jclermont

Helping Laravel devs ship better products and level up their skills

398 Posts 2K Views

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

/ 255

Poll Options

Pinned

Shiny new design just launched for masteringlaravel.io

image

1

696

Sometimes I wish I was building fancier apps that required matrix algebra or cryptography, not the simple CRUD apps that pay my bills. But recently, I was having fun building a video player and got to dust off an operator I rarely use.

masteringlaravel.io/daily/2025-12-11-a-simple-use-case-for-the-modulus-operator

29

I had a unique situation where a config value could come from an environment variable or fall back to a more expensive lookup. Here's a simple way to avoid doing the expensive work when it's not needed.

masteringlaravel.io/daily/2025-12-09-lazy-loading-a-backup-configuration-value

51

One of my favorite Orbstack features is automatic certificate generation for my local dev environment, but this causes an inconvenience since my app now sits behind a proxy. Here's how I fix it without any code changes.

masteringlaravel.io/daily/2025-12-08-a-clean-way-to-detect-https-behind-a-proxy-in-development

69