August 7, 2022 in Career Advice
Front-End vs. Back-End: The Complete Guide
When you first decide to begin your coding journey — and maybe even pursue a career in web development — it can be difficult to understand industry terms like front-end, back-end, and full-stack. What are these different web development roles?…
June 7, 2022 in Learn
Gulp for Beginners
Setting up gulp using gulp.js Introduction to gulp.js What is gulp? According to their homepage (gulpjs.com), it’s a toolkit to automate & enhance your workflow. What exactly does that mean? Well, for medium to large-sized projects you may want to have a…
May 20, 2022 in Learn
How to Load an Image With Async JavaScript
There may come a time where you want to download an image in the background instead of seeing it load like this… …have it load like this: Overview Whether you have an image gallery with high-res images, or you’re creating…
May 17, 2022 in Community
Build a JavaScript Tip Calculator
Ever found yourself at a restaurant wishing you could figure out how to split the bill with your friends or family? Building a calculator that can handle that isn’t as hard as you think! I am going to take you…
May 12, 2022 in Learn
7 Best Node.js Project Ideas for Beginners
Note: This post was edited on 10/8/20 to more accurately reflect Node.js’ possibilities! Thanks to Treehouse Instructor Reggie Williams for the updates. Node.js is a completely free, open source server platform. Not only is it used for making simple websites,…
May 12, 2022 in Learn
Getting Started With TypeScript (With Examples)
TypeScript is a programming language that is great for large-scale JavaScript projects. It’s essentially JavaScript with optional typing, and because it’s a compiled language, it’s not interpreted on run-time. The TypeScript compiler takes TypeScript files (.ts) and compiles them in to…
August 13, 2021 in Learn
Presenting Two New JavaScript Courses
We’re excited to announce the launch of two new courses, JavaScript and the DOM and Interacting with the DOM. Students will bring web pages to life using the power of JavaScript, one of the essential tools for creating fun, interactive,…
June 22, 2021 in Learn
What is Front-End Web Development?
Think of your favorite website. This could be a news website, an e-commerce site for shopping, an artist’s portfolio site, a social media platform, or a learning site like Treehouse. No matter what category your favorite site falls into, it’s…
May 7, 2021 in Learn
Beginning JavaScript
JavaScript Basics is the best beginner course for JavaScript at Treehouse. JavaScript is the world’s most popular programming language. What is JavaScript? JavaScript is a programming language that drives the web: from front-end user interface design to server-side backend programming,…
April 30, 2021 in Learn
Begin Learning Coding
Treehouse is proud to announce an all-new learning Track: Learn to Code for Beginners. Learn to Code for Beginners is a two hour learning Track that will help you figure out your best career path in tech. The Best Course…
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…