2026-06-02go-concurrency-and-real-programs#Go#learning#backend

Go Concurrency and Real Programs

A practical Go follow-up: goroutines, channels, context, HTTP handlers, graceful shutdown, and real backend habits.

READ
2026-06-01basics-of-go#Go#learning

Basics of Go

A practical Go study guide: packages, modules, types, structs, interfaces, errors, JSON, HTTP, and tests.

READ
2026-05-15c-foundation-next-steps#C#learning

C Foundation Next Steps

The missing second pass for learning C: files, errors, safer strings, headers, Makefiles, debugging, and practice.

READ
2026-05-01basics-of-c#C#learning

Basics of C

Rough notes from learning C: compiling, types, memory, pointers, structs, and the preprocessor.

READ