I donāt know who needs to hear this, but plain olā Blade is more than sufficient for 95% of use cases.
Posts by Joey McKenzie
code reviewing AI code is not half as fun as writing code.
Mood after eight solid hours of React today
It's like Office Space, but AWS
Now that Iām on a team that uses Linear, I will do anything and everything in my power to never have to go back to using Jira.
TMED;DR
Too many em dashes; didnāt read
Iām sorry to everyone that has been an em dash enjoyer before the age of AI. I find myself instantly nopeā ing out of emails that are littered with them nowadays.
It only took three years, but I think Iām finally accepting the fact that I love neovim (btw).
I feel the urge to compile PHP from source. I have no idea why, but the C code... it calls to me.
I want "Father, Husband, and loved Laravel Forge" etched on my headstone when I'm no longer on this earth.
Still not sure if the JS Andy's talking about server rending like it's some new groundbreaking technique on every other podcast I listen to is real or not.
MySQL, a man of taste I seeā¦
Sometimes I build things and I have no idea why. So, hereās an alternative to the docs artisan command that no one asked for.
Full-text search Laravel docs right in your terminal!
github.com/JoeyMckenzie...
Feels like the new āthis microservice could have been a SQL queryā is āthis AI startup could have been a ChatGPT promptā
MAN, itās tough out here trying to convince companies to let me build things in Laravel for them.
Someone on Reddit said profession software development is like being asked to solve a puzzle youāve never seen before and being asked how long itās gonna take, and if donāt solve it time, thereās a nuke thatās going to be launched.
We got Laravel/TypeScript RPC before GTA 6.
Vibe coding with Cursor on a Laravel project recently, and Iām not sure how I feel about it. The codegen is nice to get a feature off the ground.
The tradeoff is watching it spin its wheels when I ask it to write Pest tests that also cover mutations. Seems to just code itself into circles.
This is mostly a frustration of mine around the hiring process. Coming from .NET, itās not difficult to pick up Laravel.
The difficulty mostly lies in trying to convince potential employers you can build things with it when coming from a non-Laravel background.
The draw for me is the community and the DX. After nearly a decade in .NET, it feels like a deterrent to teams that are seemingly looking for framework experts rather than generalists.
Thereās probably a bit I could do to help my case, but it definitely feels like an uphill battle at the moment.
Holy smokes. Trying to transition into Laravel from a non-Laravel background is the hardest thing Iāve ever tried to do career-wise.
Git hook libraries hate him. Find out how he removes dependencies from projects with this one simple trick!
.git/hooks/pre-commit:
#!/bin/sh
set -x
composer run fix
I always think I've outgrown pop punk only to spend an entire Sunday doing yard work and listening to Four Year Strong and Neck Deep on repeat.
Example of nasastan phpstan plugin
Hollup... let me cook. Six rules down, four to go. š¤
Halfway there. Two thoughts keep coming to mind as I write this package:
1. Why am I doing this
2. How does NASA live like this
github.com/JoeyMckenzie...
Man⦠itās a tough job market out there for .NET-to-Laravel dudes like myself.
I think itās time to start streaming again. Feels like rebranding might be the way forward.
Huh⦠so implementing NASA rules in PHP is a little harder than I thought.
I canāt tell if this is the worst or second worst idea Iāve ever had. Iām leaning towards the former. Letās find out.
github.com/JoeyMckenzie...
New life goal achieved:
ā
Get a PR merged by Mr. Laravel himself