There was such a good response from my Nodevember 2015 - Day 1 Recap [http://www.blog.bradleygore.com/2015/11/15/nodevember-2015-day-1/] - thank you to all who read and provided feedback! I hope this Day 2 recap is also of benefit :) Let's jump r … »
-
Nodevember 2015 - Day 2 -
Nodevember 2015 - Day 1 Today was the first day of the Nodevember [http://nodevember.org] conference - and it was fantastic. I thought I'd take some time to go through the sessions I attended and what I got out of and/or experienced at each one. ---------------------- … »
-
Smarter Git Hooks with --porcelain In a previous post [http://www.blog.bradleygore.com/2015/08/07/git-hooks-for-the-front-end-developer/] I introduced Git Hooks and how to make them a seamless part of the frontend dev's workflow. I'd like to build on that and talk about how t … »
-
Git Hooks for the Front End Developer Git Hooks [http://git-scm.com/docs/githooks] are powerful, and can really provide a smooth polish to your workflow. We use package managers, task runners, source control, and all kinds of other good stuff in our workflow; but what makes sure we follo … »
-
Clean Up Your Gruntfile I really don't like looking at a gruntfile with 20 config entries and everything all defined in a gigantic config object. Today, we'll look at a couple techniques for cleaning up the Gruntfile. ---------------------------------------------- … »