Shawn🤦‍♂️Lindstrom
shawnlindstrom.bsky.social
Shawn🤦‍♂️Lindstrom
@shawnlindstrom.bsky.social
Husband, father, stoic, and full stack software developer #Laravel #PHP #Vue #ReactNative #AWS
Exclusively.
April 24, 2025 at 8:15 AM
index.php, index-<date>.php (or worse) -> CVS -> SVN -> Git
April 24, 2025 at 8:15 AM
Good point. Let me revise to remind everyone PDO doesn't exist and you should run your SQL with DB::select($query) and if you need an object don't forget to wrap it in a Collection. (Hope that saves my chance at getting into their secret handshake club!)
April 5, 2025 at 7:25 PM
Thanks for the tip! I didn't know you could do that, and I like your point about needing it when you don't own or can't change the code. Thankfully, I get to live the strict comparison and type declarations everywhere life.
April 4, 2025 at 5:02 AM
Thanks for sharing how you prioritize! When I started reviewing, I didn't provide a lot of feedback even when warranted because I had my own code to write and didn't see the value. I regret not putting in the right amount of effort because I failed to be a good mentor and steward of the codebase.
February 20, 2025 at 3:30 AM
You're damn right I am!
December 10, 2024 at 6:02 PM
The main thing to understand is that you are passing the $validated array (or whatever you pass through) to each class in the pipeline and modifying or appending values as you go for use in the next class/step in your pipeline. Here we add the account key to our $validated array after creation.
November 12, 2024 at 10:03 PM
And on a related note, here's @taylorotwell.bsky.social reminding us to build each other up. Something you'll rarely get from the dogmatic crowd.
October 31, 2024 at 6:13 AM
I'm so glad I can just say no to all those asinine requests.
October 30, 2024 at 3:02 AM
Nice! Going to be epoch!
October 28, 2024 at 9:20 PM
Lucky you. Thanks for the reminder that I have to do Vue 2 -> 3... someday.
October 26, 2024 at 12:55 AM