Completed
- Intro & Course Overview
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Full Golang Tutorial - Learn Go by Building a TodoList App
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro & Course Overview
- 2 - Introduction to Go - Why Go?
- 3 - Characteristics of Go and Go Use Cases
- 4 - Local Setup - Download Go & GoLand IDE
- 5 - Write our First Program & Structure of a Go File
- 6 - Execute Go Program
- 7 - Start writing our ToDoList Application
- 8 - Data Types in Go
- 9 - Variables in Go
- 10 - Arrays & Slices in Go
- 11 - Loops in Go
- 12 - Functions in Go
- 13 - Variable Scopes in Go
- 14 - Build HTTP endpoints and Start Web Server to serve requests