Luke Kuzmish
@cosmastech
Followers
179
Following
2K
Media
36
Statuses
485
Good idea or bad idea: submitting a PR to someone’s repo right before an interview with them?
2
0
1
New article about how WithCachedRoutes and WithCachedConfig shaved minutes off our modular monolith's tests
7
5
23
Very proud of these accomplishments. Thanks to @MrPunyapal for spreading the good word!
Testing in Laravel 12.28 just got faster. 🧪 You can now cache your routes and config once per test run, instead of rebuilding them for every test. 💪 A nice performance boost for apps with lots of routes or heavy config. ⚡ Works in both PHPUnit & Pest.
2
1
5
Laravel 12.37 introduces a new insert() method for model factories ⚡ Seed thousands of records with just one query ⚙️ ⚠️ No model events or observers are triggered — works like a raw insert. Perfect for testing, seeding, and performance-heavy setups 💡
7
25
207
we can speed up our modular app's test suite by more than 25% if this PR is accepted. 🙏🏻 All by adding a trait to the base TestCase file.
1
0
1
📺 Here is What's New in Laravel 12.36 ➡️ New Appends Methods on Eloquent ➡️ Concurrency Control on HTTP ➡️ Get Previous Route Thank you @cosmastech, @wendell_adriel & @taylorotwell 🙏
2
5
31
👀
📣 The Laravel Open Source team is hiring! If you want to help create an incredible developer experience that impacts hundreds of thousands of software engineers, let's chat 🤙 https://t.co/VW1puG3700
0
0
0
Please stop gamifying all of your apps. It's not fun, I just end up feeling guilt (which is the point) if I miss a day, and when I realize this, I hate your product.
0
0
1
"AI can generate syntactically correct, even idiomatically “good” code, but it doesn’t possess the contextual awareness, the historical knowledge of the project, or the foresight into potential edge cases that a seasoned human developer brings"
Wrapping up the week with a controversial thought: We're all praising GitHub Copilot for its speed, but we're ignoring the fact that it's making us worse engineers. It's eroding our most critical skill: thinking. I wrote about the problem here: https://t.co/FkLtSj05hA
1
0
4
Tidy up Laravel route definitions with static factory functions on your middleware
1
0
1
“Just bought this new MacBook what should I install?” What’s the psychology behind these posts? Why do people respond to them?
1
0
0
This will be enabled by default with new Laravel apps, but to use this in an existing app, update to laravel/framework 12.32.5 and add the following to your composer.json's scripts section
0
0
0
In the latest release of Laravel, your package can listen for composer's pre-uninstall event and clean up any files you have added or changes you've made to the providers file.
1
0
0
Laravel needs first party support for fully-typed requests/responses and API doc generation. There are great packages (Laravel-data and Scramble) but they feel brittle to me. There’s a lot of reflection and guessing that maybe could be avoided if it was baked in.
0
0
2
I use dd() for debugging, but like… step debugging was revolutionary for me. I wouldn’t have understood how the Laravel framework worked if it wasn’t through stepping in and out of function calls. I do not understand those who think print/dd debugging is all you need.
0
0
1
My first thought was: why is this person shooting baskets in front of a row of urinals?
0
0
2