Nov 18 2013
Making the Switch to Jekyll
For the past couple of years, I have been using ExpressionEngine for my personal site. I was sold on the customization and the ability to easily mold the backend to my needs. However, updating, maintaining and moving these setups was always a pain point for me, not to mention having such a powerful backend was overkill for my site. This is where Jekyll comes in.
Full Postr
Nov 15 2013
Sublime Linter
Linting my code has become as common as saving files in my work flow. Linting helps me produce better code and save time by tracking down potential errors or common mistakes. I first started copying and pasting huge chunks of javascript into JSHint’s website, and then later relying on gruntJS to run a task to watch my javascript and lint files on save.
Full Postr