Oliver Nybroe
nybroe.dev
Oliver Nybroe
@nybroe.dev
Software Engineer at Laravel
I automated my standing up desk, so now it will automatically move up randomly every 2 hour 🤣

I keep forgetting through the day to raise my desk, but now I will be forced to do it 🎉
February 11, 2025 at 9:16 AM
Reposted by Oliver Nybroe
In @jessarcher.bsky.social's Nightwatch talk she mentioned how we paired Laravel's rate limiting with Cloudflare to completely side step our servers from handling "dead requests" on Forge. Here's how you can do the same thing!
james.brooks.page/blog/superch...
Supercharging Rate Limiting with Cloudflare - James Brooks
Enhance Laravel’s rate limiting by using Cloudflare’s Web Application Firewall (WAF) to block excessive requests at the edge, reducing server load and improving API performance.
james.brooks.page
February 4, 2025 at 7:05 PM
Reposted by Oliver Nybroe
I’m looking for our first DevOps Engineer to join the Core Services team at Laravel. If you’re EU based, please apply below 👇
apply.workable.com/laravel/j/06...
DevOps Engineer (EU) - Laravel
Laravel is looking for the first DevOps Engineer to join our, all-remote core services infrastructure team. For this role we're only considering applications in the European timezone. We're on a missi...
apply.workable.com
January 28, 2025 at 10:33 AM
A cool trick with named parameters in PHP is that you can actually pass an array with key names as the parameters and use the spread operator 👀
January 13, 2025 at 1:43 PM
It's sometimes important to remember the differences between `all` and `toArray` in collections in Laravel, as in most cases it is actually `all` method you want to call.

Converting a model with all loaded relations to an array can be expensive.
January 7, 2025 at 1:56 PM
I often see people navigating to methods in PhpStorm by using search in the file, however there is a much nicer way of doing it 👀

Default keybind is cmd + F12 (rebound mine to cmd + M)
December 10, 2024 at 8:59 AM