June 10, 2015 in Community
Fabrizio Discovered a Passion For Coding & Turned it into a Career as a Full Stack Developer
While finishing up his university degree in Business Science, Fabrizio discovered his passion for building websites and joined Treehouse to build and sharpen his skills. Soon he was hooked, dedicating up to 8 hours a day to learning. Once he…
June 3, 2015 in Learn
Gestalt Principles for Designers – Applying Visual Psychology to Modern Day Design
Jerry Cao is a UX content strategist at UXPin — the wireframing and prototyping app. To learn more about how to create visually digestible interfaces, download the free e-book Web UI Design for the Human Eye: Colors, Space, Contrast. In…
May 26, 2015 in Learn
Regular Expressions in 10 Different Languages
You might’ve heard that the word “OK” is the most globally recognized phrase in the world. It’s found in almost every spoken language from Arabic to Zulu. In the programming world, we have something similar: Regular Expressions. Regular Expressions, or…
February 4, 2015 in Learn
Learn the Types of Hooks in WordPress
Hooks in WordPress allow developers to easily tie their own code in with the WordPress core code base, themes, and plugins. In this article, we’ll discover what hooks are, go over the different types of hooks, and look at a few…
February 3, 2015 in Learn
Nested Routes in Laravel 4
As a continuation of the Laravel Basics course here at Treehouse, I want to extend our todo lists example to have todo list items with nested restful routing. Let’s take a look at the URL patterns for our todo lists by…
December 15, 2014 in Learn
Java & Everyday Objects
In the real world there are objects we interact with everyday. We have objects in code, too. That’s because as programming evolves, it comes closer and closer to how we behave and think in the real world. There are two…
October 31, 2014 in Community
Miriam Went From Architect to Full-time Front-end Developer
It was love at first sight for Miriam when she first experimented with coding in the architecture office where she worked. Seeing an opportunity to apply her design skills and perspective in a new way, Miriam continued to embrace her…
October 10, 2014 in Community
After Just 6 Months Learning Nick is a full-time Web Developer
23 year old Nick Bryan’s interest in the web came from a desire to learn how something we use everyday, and often take for granted, is both designed and implemented. When Nick then found himself, with a background and degree…
September 25, 2014 in Community
Interview: Type Designer Mattox Shuler
I recently interviewed Mattox Shuler, a type designer who runs Fort, his type foundry. Mattox was kind enough to talk to me a bit about his journey to becoming a full-time type designer and his new Treehouse course. MS: Mattox, let me start…
September 24, 2014 in Learn
How to Install Laravel Homestead on Windows
In the first section of the Laravel Basics Course we install Laravel Homestead on OS X. Several of our students have requested that the installation procedure for Laravel Homestead on Windows be shown as well. One of the joys of…
July 10, 2014 in Business Resources
Code Oregon – 4,000 Spots Already Taken
In just two weeks, four thousand people have signed up for Code Oregon, the partnership between Treehouse and Worksystems designed to get Oregonians skilled up to work in the tech industry. There are only 10,000 places available so spots are…
June 19, 2014 in Learn
Using Laravel Homestead as Your Development Environment
There are many ways to setup a local PHP development environment available to us. Traditionally there are some very common issues with each of them preventing a good generic base to teach from. Some methods are cross platform methods where…