March 31, 2020 in Learn
Introducing: PHP with Laravel Techdegree
Hi 👋🏼, my name is Jonathan Barrios, and I’m a full-stack web developer and an instructor here at Treehouse. I’m excited to announce the first of four Laravel courses being released over the next several months as part of the…
March 24, 2020 in Learn
What is PHP?
Some programming languages have been around a while—PHP is one of them. It’s been around since 1994! But, just because PHP has been around the block doesn’t mean it’s not useful today. In fact, PHP has made a comeback in…
March 9, 2020 in Learn
Which Treehouse Course or Program Should You Do?
Are you new around here? If so, welcome! (If not, good to see you again!) At Treehouse, we offer a wide variety of ways to learn. If you’re not entirely sure where to start, that’s okay. We’ll help you break…
February 3, 2020 in Learn
Introducing the UX TechDegree v3
My name is Anwar Montasir, and I’m a designer, a developer, and a teacher at Treehouse. I’m excited to announce the launch of the newest version of our UX Techdegree! When I started at Treehouse in October, one of my…
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…
January 28, 2020 in Business Resources
What is the Best Way to Become a JavaScript Developer?
We are living in a world where technology information and resources are easily available, all thanks to the Internet. Today you can learn anything about web development, data science, UX design, and much more without spending a fortune. And yet,…
January 15, 2020 in Learn
What is a VPN? And why do you need one in 2020?
Globally, it is estimated that 53 percent of internet users are more concerned about their online privacy now than they were a year ago. Online privacy is next to non-existent these days. For starters, your Internet Service Provider (ISP) can…
January 15, 2020 in Learn
How to Install Node.js and NPM on Linux
JavaScript is used everywhere today. From its birthplace in the Netscape browser in the mid-nineties, it’s made its way into all modern web browsers, onto mobile phones, and into electronics to make full-fledged web applications on the server-side with Node.js….
January 8, 2020 in Learn
What is SQL?
Programming isn’t just about web design. In fact, working with databases constitutes the majority of what many back-end and full stack programmers work on day-to-day. There are coding languages specifically created to work with data: fetching information from the database,…
December 11, 2019 in Learn
What is OOP?
As anyone working in software could tell you, coding can get really complicated really quickly. Luckily for them (and us!), OOP is there to make things simpler—and, ultimately, to make apps and sites run better. What is OOP? OOP stands…
December 5, 2019 in Learn
How to Market Your Freelance Developer Skills
You’ve been working as a web developer for as long as you can remember, and you want to break the monotony by going freelance. Great! As a freelance developer, you can use your skills to contribute to meaningful work that…
December 3, 2019 in Learn
What is Git?
Curious how the coding world works? Well, there are lots of ways developers work on sites and apps together, and Git is one of the main tools they use to do it. What is Git? Git is a version control…