Have you ever seen those sites that have awesome effects using shaders and thought "man, I wish I could do that"?
I have good news for you: it's not as complicated as you may think, and it's also stupidly fun to hack on.
I wrote a blog post to get you started: leloup.dev/shader-showcase/getting-started-with-shaders
Adrien Leloup
@adrienleloup
Full-stack dev @ whitecube.be. From Liège, Belgium
• • 22 Posts • 75 Views
TIL you can add middleware to jobs in Laravel. A super useful example: the WithoutOverlapping middleware, which you can use to specify that a job should not be ran simultaneously on multiple queue workers.
Docs: laravel.com/docs/11.x/queues#preventing-job-overlaps
With the new macOS Sequoia releasing today, I wonder, has anyone been using the beta? Are tools like Herd & DBngin compatible already?
I ended up doing it. No problems to report, everything works fine!
Did not code at all this week-end. Feeling guilty but well-rested 😂
Wondering what it would take for dusk tests to be able to run in parallel. Huge dusk test suite is a pain, it takes almost an hour to run.
I'm finally going to give Livewire a spin on an upcoming project. What are some great learning resources? Do I just start with the docs?