Blog


April 15, 2025

Super Charging Development with DocBlock

Check out my video on "Super Charging Development with DocBlock" at the php[architect] YouTube Channel. https://youtu.be/LQr99R_U_hA

Read

April 8, 2025

Traditional Education With Jack Polifka

Check out my video on "Traditional Education With Jack Polifka" at the php[architect] YouTube Channel. https://youtu.be/Fijka-KNuyc

Read

March 25, 2025

Performance Psychology with Dr. Molly McQueary

Check out my video on "Performance Psychology with Dr. Molly McQueary" at the php[architect] YouTube Channel. https://youtu.be/R3AUi8IuOgQ

Read

March 18, 2025

Automated Backups with Rsync

Check out my video on "Automated Backups with Rsync" at the php[architect] YouTube Channel. https://youtu.be/DXu35p-aN0I

Read

March 11, 2025

DevRel With Tessa Kriesel

Check out my video on "DevRel With Tessa Kriesel" at the php[architect] YouTube Channel. https://youtu.be/yU_kVH6wVHI

Read

February 25, 2025

Prism with TJ Miller

Check out my video on "Prism with TJ Miller" at the php[architect] YouTube Channel. https://youtu.be/S4eIGKnaH2w

Read

February 24, 2025

PhpStorm: Refactoring With Extract Variable

PHPStorm has some amazing refactoring support build into it. One of the refactoring tools I reach for on a common basis is the the extract variable refactoring which allows us to take a statement...

Read

February 18, 2025

Markdown for Developers

Check out my video on "Markdown for Developers" at the php[architect] YouTube Channel. https://youtu.be/r9AVBLSNjoA

Read

February 17, 2025

PhpStorm: Refactoring With Inline Variable

One of the code smells that drive me up the wall is when there's a variable that exists just to pass around a value. For example in the code below we're setting $value to...

Read

February 10, 2025

PhpStorm: Paste History

PHPStorm, like most text editors, has the ability to copy and paste text using Command-C to copy and Command-V to paste. Normally this gets saved to the computer's clipboard and we can only have a...

Read