Go Concurrency and Real Programs
A practical Go follow-up: goroutines, channels, context, HTTP handlers, graceful shutdown, and real backend habits.
READ4 posts
A practical Go follow-up: goroutines, channels, context, HTTP handlers, graceful shutdown, and real backend habits.
READA practical Go study guide: packages, modules, types, structs, interfaces, errors, JSON, HTTP, and tests.
READThe missing second pass for learning C: files, errors, safer strings, headers, Makefiles, debugging, and practice.
READRough notes from learning C: compiling, types, memory, pointers, structs, and the preprocessor.
READ