This playground contains code experiments for learning to write better Go (and some other langs). The examples here are kept for self-learning and for teaching others about the following topics:
- The pitfalls of Go concurrency and how to solve them
- Coding for the terminal
- Go Generics
- Using channels and not using channels
- Pub/Sub patterns
- Image processing
- and more