Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 382 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 382 Bytes

Go for TypeScript developers

What you will learn

  • The basics of the Go language
  • How to structure a Go project
  • How to write basic unit tests for Go code

Why learn Go?

  • It's fun
  • Fast
  • Easy to learn (difficult to master)
  • Great paying jobs

Video structure

  1. Overview of a basic TODO application
  2. Refactor the TODO application
  3. Build & test a URL shortener