October 14, 2022 in Learn
Installing MongoDB on Windows
What’s MongoDB? MongoDB is a document database which belongs to a family of databases called NoSQL – not only SQL. In MongoDB, records are documents which behave a lot like JSON objects in JavaScript. Values in documents can be looked…
October 14, 2022 in Learn
Installing Android Studio on Windows
Installation Android Studio is available at: https://developer.android.com/sdk/index.html
October 14, 2022 in Learn
Installing Jekyll on Windows
What is Jekyll? Jekyll is a blog-aware static site generator powered by Ruby. A static site generator takes a set templates and raw text files, runs it through a converter and renderer, then generates a plain HTML website that’s ready to…
October 14, 2022 in Learn
Installing IntelliJ IDEA on Windows
What is a IntelliJ IDEA? IntelliJ IDEA is an IDE, or Integrated Development Environment, by JetBrains. It attempts to integrate all of the development tools that you might need into one single place. There is a Community Edition that is…
October 14, 2022 in Learn
Install Java SE Development Kit on Windows
What is a JDK? The Java SE Development Kit, or JDK, is an extended subset of tools that allow for developing applications for the Java programming language. The installation process is very straight forward: Navigate to the Java SE Downloads page…
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 2, 2016 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…