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 listed below. These courses are only available to members (except for the Simple Dev Crash Course).
If you’re just starting out, you can start from the beginning. If you have some experience already, you can skip the topics you already know.
Simple Dev Crash Course
Learn how to get the most out of Simple Dev!
VS Code Crash Course
Learn how to use VS Code, the most popular text editor in 2022.
HTML Crash Course
Learn how to create basic webpages using HTML.
CSS Crash Course
Learn how to style webpages using CSS.
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.