Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Go Programming – Golang Course with Bonus Projects
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Ch 1. Why write Go?
- 3 Ch 2. Variables
- 4 Ch 3. Functions
- 5 Ch 4. Structs
- 6 Ch 5. Interfaces
- 7 Ch 6. Errors
- 8 Ch 7. Loops
- 9 Ch 8. Slices
- 10 Ch 9. Maps
- 11 Ch 10. Advanced functions
- 12 Ch 11. Pointers
- 13 Ch 12. Local development
- 14 Ch 13. Channels & concurrency
- 15 Ch 14. Mutexes
- 16 Ch 15. Generics
- 17 Ch 16. Quiz
- 18 P1. RSS aggregator project
- 19 P2. Chi router
- 20 P3. Postgres database
- 21 P4. Authentication w/ API keys
- 22 P5. Many to many relationships
- 23 P6. Aggregation worker
- 24 P7. Viewing blog posts