// writing
Posts on development — Page 11
A mix of technical deep-dives, career reflections, and dispatches from the road.

developmentMar 7, 2019· 8 min
Laracon Online 2019 Notes and Thoughts
Notes and takeaways from Laracon Online 2019 — covering event sourcing in Laravel, writing less complex code, Livewire, and other highlights from the conference sessions.
read more →

developmentDec 15, 2018· 1 min
Testing mocked email in WordPress with PHPUnit
A quick tip on using WordPress's built-in MockPHPMailer in PHPUnit tests to intercept and assert against outgoing emails without sending anything to real recipients.
read more →

developmentJul 3, 2016· 4 min
Setting Up Your Shell Configuration and OHMyZSH
A follow-up to the shell setup guide — how to configure your .zshrc with aliases and PATH entries, and use OhMyZSH plugins and themes to make your terminal faster and more enjoyable to work in.
read more →

developmentJun 26, 2016· 2 min
Setting up Mailhog on MAMP
How to install and configure Mailhog on MAMP so all outgoing mail is intercepted locally during development — preventing test emails from reaching real users while you build and debug.
read more →

developmentJun 25, 2016· 4 min
Launchcode Mentorship
Reflections on mentoring through LaunchCode — why passion and self-driven learning matter more than formal education, and what it means to help someone break into development the way you had to figure it out yourself.
read more →

developmentJun 14, 2016· 5 min
Looking Into Statamic Flat File CMS
First impressions of Statamic — a flat-file CMS built on Laravel that bridges the gap between WordPress, static site generators, and a full framework, with a Vue-powered admin that feels like WordPress without the baggage.
read more →

developmentMay 16, 2016· 5 min
St Louis WordCamp 2016
Notes and session summaries from St. Louis WordCamp 2016 at Washington University — covering plugin development, security, REST API patterns, and other developer-focused talks.
read more →

developmentMar 25, 2016· 5 min
Laravel and WebSockets
A step-by-step guide to setting up real-time WebSockets with Laravel using Redis, Socket.io, and Supervisor — broadcasting Laravel events to the browser without relying on a hosted service like Pusher.
read more →

developmentMar 5, 2016· 2 min
Laravel Forge, Digital Ocean and WebSockets
A follow-up to the Laravel WebSockets setup guide — how to configure Redis and Socket.io daemons on a Digital Ocean server using Laravel Forge and open the right firewall port to make it all work in production.
read more →
// the newsletter