/golang-journey

Personal golang learning.

Primary LanguageGo

golang-journey

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.

Things to learn:

Foundational

Learning Excercises

  • Build a linked list
  • Insertion Sort
  • Bubble sort
  • Binary Sort
  • Build a balanced tree structure
  • Breadth first search
  • Depth first search

Standard Library

  • String Manipulation
  • File IO
  • Network IO
  • Concurrency

Technology

  • working with Databases
  • working with Redis
  • working with apis
  • working with rpc

Learning excerises

  • Build a chat server and client