Learn
CODING LESSONS FROM SOME GUY
C as an Additional Language
C as an Additional Language
- Topic 1 - Basic Data Types and the First Function Signature
- Topic 2 - Focusing on int and char, signs, bits/bytes
- Topic 3 - while loops iteration practice, portable types, conditions
- Topic 4 - Functions and Stack Frames
- Topic 5 - stdio: String Functions with a little Binary
- Topic 6 - stdio: File Functions and Basic Parsing
- Topic 7 - Dynamic Memory and Structs
- Topic 8 - Allocators, dynamic structs, and the Heap
- Topic 9 - BYOA: Build Your Own Allocator
- Topic 10 - Bitwise Operations and the Live Heap
- Topic 11 - The Missing Parts 1: Hashing (Dictionaries)
- Topic 12 - The Missing Parts 2: Sorting (Lists)
- Topic 13 - The Missing Parts 3: Randomness and Entropy
- Topic 14 - Conclusion and Wrap Up
Gainful Javascript
Practical, usable javascript for Gainful Employment
Python from Scratch
Python from Scratch - Learn to Code!