Recent
Interstellar Pursuit Predators
January 12, 2021ReadI wrote this for a Reddit writing prompt because I wanted to make good on a desire to write more fiction. It's a single draft with only minimal revision, but it has some ideas that I like.
Namespacing and Autoloading
December 3, 2019ReadExplanatory article written for the Roots team. It deals with the concepts of Namespacing and Autoloading, how those things work--and work together--and how they're useful in PHP development. Although it was written with the Roots stack in mind, the concepts are applicable outside of that context.
Working with View Composers in Sage 10
February 26, 2019ReadThis deals with "View Composers", a concept borrowed from Laravel for use in Sage (part of the Roots stack). View Composers (or just "Composers") expand conceptually on ideas in previous version of Sage, and this article attempts to both explain how to use this new system and draw parallels to the old systems to assist in understanding and adoption.