An open API service indexing awesome lists of open source software.

https://github.com/tomdoestech/go-for-ts-developers


https://github.com/tomdoestech/go-for-ts-developers

go golang learn-go typescipt

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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