August 26, 2025 in AI
What the Latest Stack Overflow Developer Survey Tells Us About AI
Key Takeaways 👉 Get 50% off your first month of Treehouse with signup code LEARNAI Unpacking the Survey: Insights into AI, Trust, and Technical Growth In 2025, artificial intelligence is no longer a novelty for software developers—it’s the norm. According…
August 21, 2025 in Learn
Python vs. JavaScript Comparison for 2025
Choosing between Python and JavaScript isn’t just about preference—it’s about purpose. Python powers data science, machine learning, and backend automation, while JavaScript continues to dominate the browser and is increasingly used for full-stack and AI-assisted app development. As the tech…
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…