Profile avatar
rvx.works
Full-Stack Developer, terminal hermit and Laravel Developer from QLD 🇦🇺 https://github.com/RVxLab
179 posts 40 followers 163 following
Regular Contributor
Active Commenter

Just gave Laravel Cloud a spin and holy shit they didn’t lie about deploying to production in 1 minutes or less. The one thing I would love have is to launch and balance apps in multiple regions.

What are good tactile mechanical switches nowadays? I tried switching to Ice Kachang V2 but had several dozens of them fail in the span of weeks. Looking for ones that aren’t too loud. #mechanicalkeyboards #tactileswitches

I love the Kagi small web rss feed. (https://kagi.com/small web) Lots of neat stuff comes through there, but I despise the midjourney images on SO MANY of the posts. That garbage makes your otherwise good post worse. Stop it. #indieweb #blog #ai

And there goes my final reason to keep Karabiner around! Very happy with this 😄

To my fellow artisans attending #LaraconEU, veel plezier! I’ll be watching the stream here and there 😄

Started to check out Expo to experiment with mobile development, took all of 15 minutes to get a barebones app to run on my daily driver. Very impressive stuff!

While setting up Minio for local development having the error config set to true was a saving grace as it helped me debug IAM permission issues. I recommend turning it on for any S3-compatible disk during development.

Laravel Zero is a modular micro-framework helping you build command-line applications - it's a customized version of Laravel 💻 - https://madewithlaravel.com/laravel-zero

Holy shit repebble.com

This one liner has helped me prevent so many lazy loading issues. I’d even say to step it up a notch and call `Model::shouldBeStrict(!app()->isProduction())` to also catch attributes not being loaded. I caught so many bugs by doing that, it’s nuts!

Question for the Event Sourcing gurus: how do you integrate it with an admin panel? #laravel #eventsourcing #verbs