Skip to content

TomDoesTech/go-for-ts-developers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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