Joey McKenzie's Avatar

Joey McKenzie

@joeymckenzie.tech

Senior Dev @ Givebutter. Dad. Husband. PHP enjoyer. Laravel/acc. πŸ“ˆ

92
Followers
357
Following
72
Posts
24.10.2024
Joined
Posts Following

Latest posts by Joey McKenzie @joeymckenzie.tech

I don’t know who needs to hear this, but plain ol’ Blade is more than sufficient for 95% of use cases.

26.08.2025 23:23 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

code reviewing AI code is not half as fun as writing code.

26.08.2025 22:12 πŸ‘ 21 πŸ” 2 πŸ’¬ 1 πŸ“Œ 0
Post image

Mood after eight solid hours of React today

25.08.2025 23:12 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

It's like Office Space, but AWS

20.08.2025 17:02 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

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.

18.08.2025 22:08 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

TMED;DR

Too many em dashes; didn’t read

08.08.2025 16:14 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

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.

08.08.2025 16:09 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

It only took three years, but I think I’m finally accepting the fact that I love neovim (btw).

01.08.2025 19:11 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I feel the urge to compile PHP from source. I have no idea why, but the C code... it calls to me.

15.07.2025 14:56 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I want "Father, Husband, and loved Laravel Forge" etched on my headstone when I'm no longer on this earth.

03.07.2025 19:59 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

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.

03.07.2025 17:15 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

MySQL, a man of taste I see…

25.06.2025 03:17 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - JoeyMckenzie/artisense: πŸ“• Laravel docs from the comfort of your terminal. πŸ“• Laravel docs from the comfort of your terminal. Contribute to JoeyMckenzie/artisense development by creating an account on GitHub.

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...

29.05.2025 20:02 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Feels like the new β€œthis microservice could have been a SQL query” is β€œthis AI startup could have been a ChatGPT prompt”

18.05.2025 17:46 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

MAN, it’s tough out here trying to convince companies to let me build things in Laravel for them.

12.05.2025 21:58 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

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.

08.04.2025 23:53 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

We got Laravel/TypeScript RPC before GTA 6.

02.04.2025 22:34 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

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.

24.03.2025 20:12 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

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.

18.03.2025 03:02 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

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.

17.03.2025 18:34 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Holy smokes. Trying to transition into Laravel from a non-Laravel background is the hardest thing I’ve ever tried to do career-wise.

17.03.2025 16:49 πŸ‘ 0 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0

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

13.03.2025 19:18 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - JoeyMckenzie/nasastan: PHPStan extension for enforcing NASA's Power of Ten in your PHP code. PHPStan extension for enforcing NASA's Power of Ten in your PHP code. - JoeyMckenzie/nasastan

Nobody asked for this, yet here we are. Godspeed, young package. 🫑

github.com/JoeyMckenzie...

12.03.2025 21:54 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

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.

11.03.2025 05:35 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Example of nasastan phpstan plugin

Example of nasastan phpstan plugin

Hollup... let me cook. Six rules down, four to go. 😀

08.03.2025 20:01 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - JoeyMckenzie/nasastan: PHPStan extension for enforcing NASA's Power of Ten in your PHP code. PHPStan extension for enforcing NASA's Power of Ten in your PHP code. - JoeyMckenzie/nasastan

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...

07.03.2025 20:44 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

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.

06.03.2025 20:30 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Huh… so implementing NASA rules in PHP is a little harder than I thought.

04.03.2025 22:33 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - JoeyMckenzie/nasastan: PHPStan extension for enforcing NASA's Power of Ten in your PHP code. PHPStan extension for enforcing NASA's Power of Ten in your PHP code. - JoeyMckenzie/nasastan

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...

04.03.2025 04:58 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

New life goal achieved:

βœ… Get a PR merged by Mr. Laravel himself

28.02.2025 19:24 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0