
Luke Kuzmish
@cosmastech
Followers
147
Following
2K
Media
30
Statuses
431
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
Cool article about a feature our team has benefitted from. The example here is almost verbatim what is in our codebase 😁
Hey Laravel devs, here's a gem for you! 💎 Stop factories from creating unnecessary relationships with dontExpandRelationshipsByDefault() ! Cleaner tests, faster execution! ⚡
1
0
6
✍️ New post: Sticky database connections across requests with Laravel 🍯 Support Laravel's `sticky` option for read write database replicas across different requests. https://t.co/mqKmEVHy5w
tim.macdonald.au
Support Laravel's `sticky` option for read write database replicas across different requests
4
11
77
I wrote a simple statsd server with @reactphp I felt like a fish out of water having to write a require_once statement for the first time in I don't know how many years 😅
0
1
10
I want to try my hand at something different, so I thinking maybe async PHP. How did you decide which package to use (ReactPHP, AmPhp, ...others)? Appreciate any tips/guidance/feedback from folks who have trod this road @timacdonald87 @enunomaduro @_joedixon
0
0
4
The hope is to move some of the niceties of Laravel Data directly into the framework. 🙏🏻
0
0
0
A long-shot Laravel framework PR to add factory functions to classes which will tell the container how to construct them. Allow building strongly typed request objects without needing two separate classes 😍
1
0
1
Yo, what’s this ChatGPT thing people are talking about? Could be big.
0
0
2
To me these changes have pushed pint over the edge for choosing styling for a new project. ✅ configuration via JSON rather than a PHP file ✅ easy run in parallel and specify the cores ✅ comparison against git branches
0
0
2
In the next release of @laravel pint, you will be able to specify the number of max-processes in parallel mode. This is helpful when running in CI to avoid the core counter assuming your node owns all of the cluster cores. 😅
1
1
7
I think Taylor is spot on in saying people want to contribute to something and feel they can make it even better. I have definitely found that personal satisfaction with Laravel and contributing to their projects.
.@agarfinks and I chatted all things Laravel on Fortune's Term Sheet podcast. Tune in! 🔊 https://t.co/kv401KuMdY
0
0
0
Soft deletes are ok when you add them at the start of a small app. Soft deletes are miserable when you add them to core models six months down the line in a growing app.
2
0
4
“Discipline doesn’t scale” will be repeated by me, probably until my death. Thanks @dillon_mulroy for this pithy saying.
Had a great time chatting with @dillon_mulroy about how he and Vercel is using Effect. Lots of parallels between his and my own personal paths that led both of us to Effect (e.g. other programming languages, functional programming, ...)
0
1
14