How would I learn Go if I had to do it again? The honest answer is quite simple: just build stuff. In this video I go over some examples of what you could build, some key concepts, and the very first thing to do to get the language running. Go is a great language with a bright future, and learning it is far from a waste of time!
START HERE: https://go.dev/doc/tutorial/getting-s...
Web Server Example
Fiber: https://docs.gofiber.io/
MongoDB: https://www.mongodb.com/docs/drivers/...
CRON Example
GoCron: https://github.com/go-co-op/gocron
My Stuff
Twitter: / benjamin41902
Insiderviz: https://www.insiderviz.com
timestamps
0:00 intro
0:51 Go as your first langauge
2:15 migrating to Go
#golang #programming #webdevelopment