June 26, 2020 in Learn
Python vs. JavaScript Comparison for 2020
Programming in a new language can feel unfamiliar, intimidating, and tricky to navigate at first. There are new rules, syntax, and nuances to learn. I recently started learning Python again after years of programming in JavaScript. After diving back in…
January 30, 2020 in Learn
JavaScript Loops 101 [Article]
There are loads of ways to loop in JavaScript! How do you know which one to choose, and when? It can be a minefield for those new to the language. In this article, we are going to cover 7 of…
January 8, 2020 in Learn
What is SQL?
Programming isn’t just about web design. In fact, working with databases constitutes the majority of what many back-end and full stack programmers work on day-to-day. There are coding languages specifically created to work with data: fetching information from the database,…
November 5, 2019 in Learn
What is a Full Stack Developer?
Confused about the definition of “full stack”? Turns out there is no set definition as far as specific coding languages, so we get how it can be confusing. However, if you’re an aspiring developer, it’s very important that you understand…
October 2, 2018 in Treehouse News
Become a Certified Developer with a Techdegree
Techdegree helps people learn the tech skills to change their lives, via a structured program with a rigorous curriculum, 9+ portfolio projects, a support network and a proctored final exam. Challenge yourself, deepen your skills and prove your knowledge to potential employers. All in 6-12 months, on your own schedule.
September 1, 2018 in Community
What are the differences between Treehouse Courses, Courses Plus and Techdegree?
Our ultimate guide to the differences between Treehouse Courses, Courses Plus, and Techdegree. Have questions about which plan is the best one for you? Here are some answers.
May 4, 2018 in Learn
How learning to code changed my life
How learning to code changed my life My name is Debbie and I am 39 years old. I’m a Frontend Architect for Bluekiri, part of the Logitravel Group in Mallorca, Spain. Sometimes I have a hard time believing that this…
November 7, 2017 in Community
From Security Technician to Developer at Prodigy Game: an Interview with Techdegree Student AJ
32-year-old, AJ Longstreet from Ontario joined Treehouse with only the intention of learning the basics of the Python programming language, but it didn’t take long for him to get hooked on the problem-solving side of coding. With his newfound interest, AJ continued…
August 28, 2017 in Learn
Getting Started With the Create React App
Setting up the tools to develop a React application can be intimidating and time-consuming. There are lots of moving parts. For example, setting up Babel to transpile JSX into browser-ready code, and configuring Webpack to bundle your project assets. Fortunately…