Skip to content
// writing

Writing — Page 28

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

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 →
Vue.js Component Messaging thumbnail
developmentDec 7, 2015· 5 min
Vue.js Component Messaging
A walkthrough of how to pass events between sibling Vue.js components — using the root Vue instance as a message bus to dispatch alerts from any component without creating tight parent-child coupling.
read more →
Experimenting With Laravel and Vue.js thumbnail
developmentDec 5, 2015· 3 min
Experimenting With Laravel and Vue.js
First impressions of Laravel and Vue.js coming from the WordPress world — covering Elixir, Homestead, Blade templates, and Vue's reactive data model, with thoughts on when each tool belongs.
read more →
Setting Up Your Shell thumbnail
developmentSep 29, 2015· 3 min
Setting Up Your Shell
A beginner-friendly guide to setting up a better terminal on Mac — installing iTerm2, switching to zsh, and customizing colors and fonts so the command line feels less intimidating and more powerful.
read more →
Don't Fear The Shell thumbnail
developmentSep 20, 2015· 2 min
Don't Fear The Shell
An encouragement for developers intimidated by the command line — why the CLi isn't as scary as it looks, and how tools like zsh, iTerm2, and OhMyZSH can make it genuinely enjoyable to work in.
read more →
Installing Linters Atom thumbnail
developmentSep 13, 2015· 3 min
Installing Linters Atom
A walkthrough for setting up and configuring linter plugins in the Atom text editor — covering both the Preferences UI and the APM command-line tool for package installation.
read more →
Installing Linters Sublime Text 3 thumbnail
developmentAug 30, 2015· 3 min
Installing Linters Sublime Text 3
How to install and configure SublimeLinter and its language-specific plugins in Sublime Text 3 via Package Control — the right way to get real-time linting in your editor.
read more →
Linting Your Code: Installing the Linters thumbnail
developmentAug 27, 2015· 4 min
Linting Your Code: Installing the Linters
A guide to installing the prerequisite linters for your development workflow — PHPCS with WordPress Coding Standards, JSHint, JSCS, and SCSS-Lint — before wiring them into your editor.
read more →
Base Environment Setup thumbnail
developmentAug 26, 2015· 3 min
Base Environment Setup
A step-by-step Mac developer environment setup covering Node.js, Ruby, Git, Homebrew, PHP, and Composer — the foundation needed before adding tools like Sass, Grunt, or Bower.
read more →
// the newsletter
Don't miss the next one