Evan Hoose's Website, Blog and stomping ground
Home Blog Programs Tutorials Other StuffMy original plan was to write some tutorials of my own. I then discovered that I am not particularly good at writing tutorials. The new plan for this page is that I will link to some tutorials that I have personally found useful.
MDN -- Not a tutorial, but some of the highest quality web documentation around.
W3Schools -- Good-enough to excellent tutorials for most web related topics.
Install Rust, and then use
$ rustup doc
The rust book, included with the install of rust, is an excellent tutorial. The included API reference is equally excellent, although not a tutorial.
Beej's Guide to C Programming -- What it sounds like. Book length document covering the C language.
W3Schools Python Tutorial -- YMMV
Official "First Game" Tutorial -- A decent intro to Godot. David Epesce's Godot Tutorials -- I like these. Walks through making a top down RPG.
Beej's Guide to Network Programming -- What it looks like. Examples are in C.
How to Ask Questions the Smart Way -- Also what it looks like. Read this before asking questions in forums/IRC/Mailing Lists/Matrix/Discord/Help Desks/Class/Reddit... You get the idea.