@TheEntity@social.treehouse.systems
Post #4076233
2026-07-25 00:37 UTC
Every programming tutorial be like:
Lesson 1: Print hello world
Lesson 2: Basic math
Lesson 3: If/Else
Lesson 4: For/While
You're done! Here are some fun projects you can try with your new skills:
- Building and deploying your own SaaS
- Writing a database system from scratch
- Creating your own compiler
- Write some firmware
Replies (1)
-
@ness@ioc.exchange 2026-07-25 07:46
@TheEntity@social.treehouse.systems i have had such a temptation to make c programming tutorials specifically for the oppurtunity to not do hello world and instead just be like "here's kinda how a computer works. a variable is a thing at a given place in memory. the different types are different sizes. pointers are just where you have a memory address and theyre only typed so the compiler knows how much is taken up when it goes there"