Personal golang learning.
This is to track and store my own personal learning for the Go language. I've broken this down into my own personal strategy for learning languages. I aim to ideally have sample code in this repo to look back on, as well as a readme/journal for each of the points below.
- Setting up a project
- Variables and Primitives
- Collections - Arrays etc
- Control flow
- Iteration
- Functions
- Structs
- Package handling
- Error handling
- Interfaces
- Generics
- Testing
- Build a linked list
- Insertion Sort
- Bubble sort
- Binary Sort
- Build a balanced tree structure
- Breadth first search
- Depth first search
- String Manipulation
- File IO
- Network IO
- Concurrency
- working with Databases
- working with Redis
- working with apis
- working with rpc
- Build a chat server and client