January 15, 2014 in Learn
Pixel Perfect Front-end Development Matters
About a month ago I hired a freelance front-end developer to code around twenty pages for Uncover – both marketing pages and pages behind a login. Interestingly enough, I hired this person via Twitter. While I didn’t vet him extensively…
October 30, 2013 in Learn
Code a Simple Github API Webapp using jQuery & Ajax
The online development tool Github has been around for a few years now. It provides online Git repository hosting for projects written in any common programming language. Over time their online API has gone through a few changes with the…
October 9, 2013 in Learn
Git Basics
Whether you’re new to development, a seasoned developer, or even a front end designer, using a version control system is important. That’s why we were so excited to add Git Basics to the Treehouse library a few weeks ago. Git…
October 9, 2013 in Learn
How to Project Manage Part-time People
A little backstory: I began learning to program in early 2012 to build my new startup. In starting my company, I took two atypical approaches: I wanted to learn to program to build the first version and I decided to…
June 6, 2013 in Learn
Using Select2 with Ruby on Rails – Treehouse Quick Tip
In this Treehouse Quick-Tip, Jason Seifer shows you how to use the Select2 Plugin with Ruby on Rails. Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.
May 7, 2013 in Learn
5 Reasons Sketching Wireframes in Groups is So Important
When we take that first step in building a new web app we quickly forget about the simple things. We get so immersed in the features and functionality of the application, when we should be focusing on the layout and…
February 27, 2013 in Learn
Tame WordPress from the Command Line with wp-cli
Some people fear the command line. They view it as the deep, dark underbelly of their computer, far from the familiar comforts of the GUI. A place of great mystery where even the angels fear to tread. But then there…
January 31, 2013 in Learn
The Absolute Beginner’s Guide to CoffeeScript
CoffeeScript has become increasingly popular over the last couple of years due to its adoption by the Node.js and Rails communities. Let’s take a look why it’s become the go-to language when people are wanting to write JavaScript in their…
August 30, 2012 in Learn
Coding in the Cloud: Writing Code on a Server with Tmux
If your computer crashed right now, how long before you could be productive on a new machine? Hopefully you’re already backing up all of your important files, and using version control on all your code, so getting your data back…
July 7, 2011 in Learn
It's Time To HTTParty!
When you’re developing with Ruby, it’s pretty inevitable that at some point you come across an HTTP API that doesn’t have a gem available. While writing Hopefully Sunny I ran into just that situation with World Weather Online’s weather API….
March 19, 2010 in Learn
5 Important E-Commerce Themes for 2010
Editors note: In his first article for Think Vitamin Rob Smith looks at his top five themes for e-commerce for 2010. Whether you are considering starting an online shop or have one that isn’t performing as well as you would…
September 14, 2009 in Learn
Why You Should Switch from Subversion to Git
You may have heard some hubbub over distributed version control systems recently. You may dismiss it as the next hot thing, the newest flavor of kool-aid currently quenching the collective thirst of the bandwagon jumpers. You, however, have been using…