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, and pushing repositories onto GitHub. The step-by-step tutorial is very simple, and you’ll be using…
Getting Started with Ruby on Rails
I’ve been meaning to play around with Rails for some time, and I finally got around to setting up/installing a Ruby update and the Rails gem today. I watched a few tutorials, and am getting the hang of it quite easily. The syntax of Ruby is very refreshing, as you don’t need to keep track…
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 Node, and works in sync with MongoDB. You can do templates, forms, and collaborative multi-user…