Benjamin Crozat's banner
Benjamin Crozat's profile picture

Benjamin Crozat

@benjamincrozat7,748 subscribers

Freelance Laravel developer. Made https://t.co/wSkwgJzS89 (now dead) and https://t.co/u1JObcDeje. I used to blog to 100K devs/mo. Now, attention is all you need.

Shorts

I'm trying to make a modern debug bar for Laravel. It's a super early concept, I have innovative ideas to try that will make the debug bar a true coding companion. I'd love to share more later if anyone is interested. For now, I'm just trying to improve the UI by reimplementing the basic features everyone, no matter their level, needs.

I'm trying to make a modern debug bar for Laravel. It's a super early concept, I have innovative ideas to try that will make the debug bar a true coding companion. I'd love to share more later if anyone is interested. For now, I'm just trying to improve the UI by reimplementing the basic features everyone, no matter their level, needs.

21,310 Aufrufe

I like my Laravel seeders fast. I use recycle() to dodge N+1 model creations. Another trick: when a model needs an image saved on disk, generating a unique one for each record is painfully slow. And honestly, images aren’t immediately essential. So I dispatch that work to a job. My local projects always run Horizon, so images get generated in the background while I keep coding. A local environment you can reset instantly with random data is a game-changer.

I like my Laravel seeders fast. I use recycle() to dodge N+1 model creations. Another trick: when a model needs an image saved on disk, generating a unique one for each record is painfully slow. And honestly, images aren’t immediately essential. So I dispatch that work to a job. My local projects always run Horizon, so images get generated in the background while I keep coding. A local environment you can reset instantly with random data is a game-changer.

10,488 Aufrufe