Blog Archive
Whats in My Laptop Bag (2021 Edition)
Downsizing my mobile setup. Here's what's left...
Read Post
Installing nodejs on a Raspberry Pi Zero
I recently switched one of my projects from a Raspberry Pi 3 over to a Raspberry Pi Zero. Since they both run _very_ similar hardware, I was able to just pop out the sdcard from the Rpi 3 and just insert it into the zero and voilĂ everything just worked.. or so I thought.
Read Post
Code highlighting for a ghost blog
I've been loving my fresh install of the ghost blogging platform. It has a clean interface with a very small feature set. However, it lacks builtin syntax highlighting (for good reason).
Read Post
Lets Try Duo - A Dual Mobile and Desktop Web Browser
I came across this neat little utility recently, and thought I'd give it a try to boost my frontend development workflow.
Read Post
Hidden feature in Stylus - Named Parameters
While playing with stylus (v0.31), i noticed that you can name your parameters when calling a function..
Read Post
How I force myself to take breaks
An unconventional guide to break a dirty habit.
Read Post
My 2013 Frontend Web Development Workflow
A guide to the software and languages I use daily in my frontend development workflow, including Git, Stylus, Jade, CoffeeScript, and more.
Read Post
Chaining in Underscore.js
Underscore.js gives you a choice of programming style: functional VS. chaining. Under the right circumstances, I think chaining can lead to more readable code.
Read Post