April 18, 2019 in Learn
Meet the Dribbble + Treehouse UX Techdegree Scholarship Winners
In early March, Treehouse and Dribbble announced a partnership to create job-ready designers through the User Experience (UX) Techdegree program. Considering that design is one of the most in-demand skills in today’s workforce, this partnership pairs the essence and ambition…
September 29, 2018 in Learn
React, Angular, Vue: What they can do and which one is for you
Selecting a front end JavaScript framework can be a difficult, confusing process. React and Angular — now there’s this new thing called Vue? You don’t have time to learn all three. So, how do you choose?
September 20, 2018 in Learn
What is Git, and can it really recover deleted files?
If you’re using Git and accidentally delete your work, don’t despair! You should be able to recover it with a just this bit of code:
September 18, 2018 in Learn
The Lingua Franca of software: Why you need to learn JavaScript
There’s a lot of advice out there about what languages you should learn, but there’s only one language that every developer needs to know: JavaScript.
September 11, 2018 in Learn
Python for Beginners: Let’s play a/an [adjective] game
It’s amazing what Python beginners can do with just a few programming concepts. Let’s show you how to make your own Mad Libs-style game from scratch.
September 5, 2018 in Learn
Learn to Wireframe
Have you ever had an idea for a website or mobile app? Learn to wireframe and you can visualize your idea so you can then create it. Here’s how:
August 23, 2018 in Learn
How to Install Sass on Windows with Chocolatey
Do you want to know how to Install Sass on Windows? With Chocolatey, installation and updates make life and CSS management so much easier.
August 21, 2018 in Learn
How to Install Sass on MacOS with Homebrew
Have you ever needed to replace the same color in 50 places throughout a gigantic CSS file? It sure would be nice if you could make that color a variable and change it in one place. Functions and mixins? Those…
August 15, 2018 in Learn
10 Must Have Tools for iOS Developers
When it comes to tools for iOS developers, there’s only one essential for writing apps, and that’s Xcode — so really this is a very clickbait title (gotcha!). Xcode comes with a whole suite of tools that allow you to…
August 13, 2018 in Learn
Acquiring Bricks: How to learn code like a foreign language
I had always heard that the grammar and syntax of coding languages were in so many ways like foreign languages, but for me, foreign language courses were much less intimidating than computer science. That drove me to studying Italian in…
July 24, 2018 in Learn
Five Tips for Javascript Beginners
As a new learner, you may have chosen both the most exciting and most frustrating time to learn JavaScript. For the experienced JavaScript developer, much has changed in the last few years. JavaScript has new features and more elegant ways…
July 19, 2018 in Learn
5 Skills You Need to Become a Backend Developer
Web developers wear many hats. Even if they only work on the “backend,” writing code that will run on the web server, they need to be able to: Write the HTML code that’s presented in the user’s browser. Write program…