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
- Host: GitHub
- URL: https://github.com/tomdoestech/go-for-ts-developers
- Owner: TomDoesTech
- Created: 2024-01-07T10:04:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-07T10:09:35.000Z (over 1 year ago)
- Last Synced: 2025-07-14T14:04:52.675Z (3 months ago)
- Topics: go, golang, learn-go, typescipt
- Language: Go
- Homepage: https://youtu.be/ptuQ7xncV7A
- Size: 8.79 KB
- Stars: 11
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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