April 14, 2024 in Learn
JavaScript Fetch API: Retrieving Data from Servers
If you’re an aspiring JavaScript developer looking to harness the power of modern web programming, understanding the Fetch API is a crucial part of building robust, data-rich applications. In this post, I’ll introduce you to how to use the JavaScript…
April 2, 2024 in Treehouse News
Techdegree Partnership with G{Code}
At Treehouse, we believe in the power of technology to drive innovation and progress. However, we also recognize the critical importance of diversity and inclusion in propelling the industry forward. That’s why we are thrilled to announce the Techdegree Partnership…
March 12, 2024 in Learn
Dynamically Change Values in JavaScript
Things on the internet are always changing. Sometimes websites themselves change. Sometimes things on a website dynamically change while you’re interacting with it. This is where my interest peaks. That’s why I want to discuss how to dynamically change values…
March 7, 2024 in Treehouse News
Exciting Updates to Our “Learn React” Track!
Are you ready to step into the world of React development? Our updated “Learn React” track is here to equip you with the latest tools and techniques to build impressive, functional applications. Whether you’re a beginner looking to dive into…
March 28, 2023 in Career Advice
Three Tips for Effectively Budgeting Learning Time at Work
Making time to learn at work can be daunting. Hundreds of emails, tasks piling up, follow-up reminders, and slack messages all at your door don’t really leave time for your brain to think about learning. The brain is a muscle…
December 15, 2022 in Learn
What is JavaScript?
This blog post was written by chatGPT. The Treehouse team is experimenting with this exciting new service and so thought we would ask it a few questions and see how it compares to similar content! If you’re wondering what is…
November 1, 2022 in Career Advice
Coding Bootcamp vs. Degree: Which Is Right For You?
Becoming proficient in your dream tech job requires the right skill development. One practical step towards achieving this goal is to take part in a coding bootcamp program or graduate with a college degree in computer science. But when it…
October 17, 2022 in Learn
JavaScript Basic Array Methods
Arrays are used to store a collection of multiple items under a single variable name. This collection could be things like strings, numbers, or even a mix of different data types. Sometimes we need to update or manipulate our arrays…
October 5, 2022 in Learn
JavaScript Emoji Selector
I’d like to show you how we can create an easy-to-use emoji selector for any website or application. We’ll use the browser’s built-in fetch API to connect to the open-emoji API to display a list of all emojis. If you’d…
August 5, 2021 in Learn
Free Course: Introduction to Computer Science (CS 101)
Today, we’re releasing a full-length Introduction to Computer Science for Beginners course on our YouTube channel. The course, taught by Treehouse’s Richard Tillies, is a 21 minute workshop that unpacks the history of computer science, defines key terms, and identifies…
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 22, 2021 in Learn
Your Introduction to HTML and CSS
Get started creating web pages with HTML and CSS, the basic building blocks of web development. Introduction to HTML & CSS is a 134 minute course from Treehouse teacher Treasure Porth that teaches HTML and CSS for beginners. HTML, or…