// writing
Writing — Page 27
A mix of technical deep-dives, career reflections, and dispatches from the road.

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 →

developmentJan 16, 2016· 3 min
Why Does ExpressionEngine Save Templates in the Database?
A curious look at ExpressionEngine's decision to store templates in the database — the tradeoffs around version control, file-based overrides, and why allowing database queries in views feels uncomfortable.
read more →

developmentJan 12, 2016· 3 min
Quickly Install Applications on Your Mac With Homebrew and Cask
How to use Homebrew and Cask to bulk-install Mac applications from a script — a reliable way to get your machine back up and running quickly after a clean OS install.
read more →

developmentDec 24, 2015· 3 min
Why Would You Use a Fixed Header?
A take on why fixed headers are almost never the right choice — how they cover content, frustrate users, and only make sense in the narrow case of single-page anchor navigation.
read more →
// the newsletter