Skip to content

Path

Below you will find all of our Crash Courses and Reference Pages.

We will be adding more Crash Courses over the coming months. Our Crash Courses cover a lot of the same information in our Reference Pages, but with more guidance.

Crash Courses

Our Crash Courses are now hosted on Teachable. Click the link below to view our first course on Teachable. More courses will be coming soon.

HTML Crash Course

Learn how to create basic webpages using HTML.

Reference Pages

All of the pages below are our Reference Pages. Our Reference Pages are free to browse.

Web

HTML

HTML is used to create content for web pages.

CSS

CSS is used to style web pages.

Website Testing

Learn how to use browser developer tools to test and debug your websites.

Bootstrap

Bootstrap is a CSS library that contains pre-built CSS classes and components you can use to create great looking web pages with responsive layouts.

JavaScript

JavaScript is used to add interactivity to a web page.

Markdown

Markdown is a language used to create READMEs and create content in static site generators.


Text Editors

VS Code

VS Code is an application that lets you write code.

VS Code Tips

Learn how to be more productive in VS Code and how to customize it.


Command Line

Terminal

The terminal lets you control your computer using text commands.

Git

Git is a version control system that lets you back up your coding projects and work on multiple versions of your project.

GitHub

GitHub is a website that lets you back up your coding projects and collaborate with other developers.

GitHub Desktop

GitHub Desktop is an application that lets you work with local and remote repositories using a GUI.

npm

npm is a package manager for the JavaScript ecosystem.


More Web Tools

Less

Less is a CSS preprocessor that lets you create more reusable CSS code.

Sass

Sass is a CSS preprocessor that lets you create more reusable CSS code.