June 7, 2024 in Learn
Why You Should Use a Git Client
If you’re reading this, you’re probably already familiar with Git and code hosting platforms like GitHub. If not, have a look at this great introduction to Version Control! I’m well aware that learning Git isn’t as appealing as learning JavaScript…
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 22, 2023 in AI
Will AI Replace Developers?
Hey there! Let’s chat about something that’s on everyone’s radar: AI. It’s big, it’s everywhere, and let’s face it – it can be pretty daunting. But here’s the big question hanging over us: Will AI make developers obsolete? My answer…
November 14, 2023 in Career Advice
Writing a Junior Developer Resume
Starting out in the tech world can be both exhilarating and overwhelming. One of the first challenges many junior developers face is crafting a resume that captures their skills and experiences. When writing a junior developer resume, it’s as much…
January 18, 2023 in Learn
Python Freelancing: The Good, the Bad, and the Ugly
It’s safe to say that us developers enjoy programming day in and day out. We also really like making money and being able to feed ourselves and our families. But, we may not want to necessarily work in an office…
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 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…
December 2, 2022 in Learn
How to Become a Web Developer: 6 Achievable Steps
It’s one thing to train to become a professional web developer. It’s another to do it quickly. People spend well over four years within the walls of a university and close to $100,000 to graduate with a computer science degree….
November 28, 2022 in Career Advice
How to Become a Front-End Developer
Front-end development is an indispensable part of web development. Front-end developers build and create what you see and experience on a website. If you’re looking to become a professional front-end developer, this guide explains what you need to know. We’ll…
November 25, 2022 in Learn
How To Create Autocomplete Dropdowns with the Datalist Element
The <datalist> element is a new addition in the HTML5 specification. The <datalist> element allows developers to create native autocomplete dropdowns for their web applications. This type of user interface component is used on form fields and search boxes as…
November 25, 2022 in Learn
How to Improve Your Coding Skills & Confidence: 5 Simple Tips
Starting out in the professional development arena is pretty daunting. I am self-taught and I don’t have a degree. Broaching my first full-time position was pretty scary. What would the interviewer think? I thought I knew how to improve my…