Beginning Programming / Web Development (Tutorials and CheatSheet)
Learn Beginning Computer Programming and Web Development. Learn the basics of how to use a text editor to write software; how to use the Command Line Interface; how to create a simple web page; and how to use the JavaScript programming language.
CheatSheet: Free web version |
Desktop version: for Mac or Windows to create or modify your own CheatSheets.
Install and use a text editor
One of the most popular free text editors for programmers and web developers is Microsoft's Visual Studio Code. This tutorial shows how to download, install, customize, and use VS Code. And how to install extensions including Live Server to lauch a local web server for development.
Open CheatSheet
The JavaScript programming language
This is the first in a series of tutorials on the JavaScript programming languages. This tutorial is for Beginning JavaScript. It starts with setting up your development environment. Then goes through the core JavaScript concepts covering the bare minimum of what you need to know to be a JavaScript programmer.
Open CheatSheet