August 5, 2024 in Learn
Introducing Our CodeForward Sponsorship Recipients
At Treehouse, we believe in empowering the next generation of talent. Today, we are thrilled to announce the recipients of our CodeForward sponsorships — seven individuals who have demonstrated exceptional dedication to pursuing their dreams in tech. Read on to…
June 9, 2024 in Learn
How to Include Images in HTML with Visual Studio Code
Are you include images in your web pages? Visual Studio Code (VS Code), a powerful and popular editor, makes this task seamless. Whether you’re a beginner or just need a quick refresher, this step-by-step guide will walk you through the…
May 29, 2024 in Career Advice
How to Transition from a Non-Tech Career to a Tech Role
Transitioning to a career in tech can seem daunting, but it’s entirely possible with the right strategy and resources. This guide provides step-by-step guidance, recommended learning paths, and tips to make your transition smoother. Read on to learn how to…
April 27, 2024 in Learn
What’s Happening at Treehouse?
Happy Spring, Treehouse Community! My name is Kari Brooks, and for the past 2 years I’ve been working behind the scenes as Treehouse’s Director of Operations. In January, I was thrilled to step into the role of Treehouse CEO, and…
December 18, 2023 in AI
ChatGPT for Beginners
In this article, we dive into the transformative capabilities of ChatGPT, a groundbreaking tool in artificial intelligence, and its applications in the programming field. Whether you’re just beginning your journey in AI and ChatGPT or seeking to expand your existing…
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…
February 8, 2023 in Learn
How to Perform Mobile Website Testing
Mobile browser usage is much more common than you may think. According to recent data, around 59% of web traffic comes from mobile devices. This means that consumer expectations for mobile websites are higher than ever before. Even with smart…
February 8, 2023 in Learn
How to Manipulate Classes Using the JavaScript classList API
Something that comes up often when building front-end web applications is the need to change the classes applied to an element. For some time elements have had a className attribute which allows you to retrieve a string containing the class…
January 18, 2023 in Learn
The Beginner’s Guide to Objective-C: Classes and Objects
Objective-C is an object-oriented programming language. There are two key elements of the programming language, including the Objective-C class and the object. Let’s dive deeper into these elements so you can better understand the basics. This article is the third…
January 18, 2023 in Learn
How to Use the Browser Developer Tools Console
The browser developer tools console is one of the most powerful tools available to you when it comes to debugging your front-end web applications. The console has an API that provides several methods that make debugging easier. It’s not uncommon…
December 21, 2022 in Learn
How to Use the Double Ampersand Selector in Sass
The Sass ampersand (&) symbol is used to reference the parent selector in a nested rule. For example, the following targets .btn on :hover: .btn { … &:hover { background: dodgerblue; } } We can also place the & after…
December 21, 2022 in Learn
How to Memorize Codes: Tips & Tricks
One of the most common questions I get from students is: “What’s the best way to retain what I’m learning?” Students may think they understand the lessons and concepts being taught, but later struggle putting it all into practice. Writing…