Category Development

Learn Git

I found an awesome online tutorial for learning git at try.github.io. It’s taught by Code School (you can check them out at Codeschool.com.) Basically, you can practice typing git commands into the browser, and learn the basics of staging, committing,…

Diving Into Meteor

Meteor is a fairly new Javascript framework, with it’s stable release only 8 months ago. I’ve been using it for a lot of projects recently, and find it incredibly intuitive and easy to use. Meteor is built on top of…