I use the Ghost [https://ghost.org/about/] blogging platform, and love most everything about it. However, as with any platform, sometimes it's necessary to do some parts yourself. As a software geek, I don't mind this ;-) So, what I wanted t … »
- 
			✭Web Workers pt 1 - A Blog's Tags✭ 
- 
			Creating Collection Indexes (Look-ups) I would imagine that every developer out there has worked, or will soon work, with collections of objects. I would also imagine that the technique I'm going to go over isn't anything new to most folks. However, I was going over some of my Jav … » 
- 
			Everyday Grunt - Custom Tasks For The Common Code I like things that make my life easier. I'm lazyefficient, so it bothers me to do the same task repetitively when it's something I can automate. Grunt [http://gruntjs.com/] is a useful tool for those kinds of tasks. You can create custom tas … » 
- 
			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. ---------------------------------------------- … » 
- 
			Angular Unit Testing part 1 - Local Storage In my last blog post [http://www.blog.bradleygore.com/2014/09/11/local-storage-with-angular-services/] , we went over one strategy for utilizing HTML5 Local Storage to help provide offline access functionality to an application. In this tutorial, we& … »