Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 454 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 454 Bytes

Go Lang Learning Roadmap

Asking fellow experienced software engineers

Nohponex

Entry Level
  • Http client server
  • Some connection with db, e.g. sql driver
  • Docker/Docker compose
  • Interfaces and composition
  • Basics of structs, with deeper understanding though of how they are applied
  • Basics of testing, and mocking
  • Debugging (e.g. delve)
  • Understanding pointers
Intermediate Level
  • Goroutines
  • Wait groups
  • Panic handling