in News
New & Upcoming Course Highlights: iOS, Scala, Functional Programming & SQL
Every week, new courses and workshops are published to the growing Treehouse Library! Here’s a short list of what we’ve added recently, upcoming course highlights, and our weekly video update of What’s New at Treehouse. Start learning to code today with a free…
in News
New & Upcoming Course Highlights: Node.js, PHP, & Swift 3
Every week, new courses and workshops are published to the growing Treehouse Library! Here’s a short list of what we’ve added recently, upcoming course highlights, and our weekly video update of What’s New at Treehouse. Start learning to code today with a free…
in News
New & Upcoming Course Highlights: Kotlin, Rails, VR, Node.js & More
Every week, new courses and workshops are published to the growing Treehouse Library! Here’s a short list of what we’ve added recently, including our weekly video update of What’s New at Treehouse. Start learning to code today with a free trial on Treehouse….
in Learn
How to Install Rails 5 on Windows
While setting up for the Treehouse Rails 5 Basics course, we’re also updating our installation help workshops to cover Rails 5. We figured we’d share those directions here, as a little nudge for those of you who still haven’t discovered…
in Learn
Getting Started with TypeScript
TypeScript is JavaScript with optional typing. TypeScript is a compiled language, it’s not interpreted at run-time. The TypeScript compiler takes TypeScript files (.ts) and compiles them in to JavaScript files (.js). If you want to know why you should be…
in Learn
How to Install Node.js and NPM on Linux
JavaScript is everywhere. 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. Node.js is…
in Learn
How to Install Node.js® and NPM on Windows
JavaScript is quickly becoming the go-to language for web developers. Front-end web developers use JavaScript to add user interface enhancements, add interactivity, and talk to back-end web services using AJAX. Web developers who work on the server-side are also flocking…
in News
New Courses: Node JS Basics & Regular Expressions in Python
New Courses Node JS Basics In this course, we will create a command line application to retrieve user’s profile information from the Treehouse website. We’ll be writing our application in JavaScript to run on the Node.js platform. This course has…
in Learn
How to Install Node.js and NPM on a Mac
JavaScript is one of the most popular programming languages in the world. Because it’s built into most web browsers, programmers and web designers can use JavaScript to add interactive features to websites that reach billions of people. But in the past couple…