Skip to content
// writing

Posts on development — Page 11

A mix of technical deep-dives, career reflections, and dispatches from the road.

Launchcode Mentorship thumbnail
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 →
Looking Into Statamic Flat File CMS thumbnail
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 →
St Louis WordCamp 2016 thumbnail
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 →
Laravel and WebSockets thumbnail
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 →
Laravel Forge, Digital Ocean and WebSockets thumbnail
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 →
Why Does ExpressionEngine Save Templates in the Database? thumbnail
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 →
Quickly Install Applications on Your Mac With Homebrew and Cask thumbnail
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 →
Why Would You Use a Fixed Header? thumbnail
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 →
Vue.js Component Messaging Continued thumbnail
developmentDec 8, 2015· 3 min
Vue.js Component Messaging Continued
A follow-up to the Vue.js component messaging post — exploring a prop-based approach to namespaced events so multiple instances of the same component on a page can each respond to their own events independently.
read more →
// the newsletter
Don't miss the next one