NOTE: This tutorial is written for people who have less that one year programming experience or even no experience whatsoever.
A question I get commonly asked as as a speaker and mentor is, Are bootcamps worth it? Should I go to a bootcamp to start my career in tech? I have the hardest time answering that question. This truth is, all the material provided in software bootcamps is available online for free.
The reason behind this course is to provide that same free content, but for my favorite programming language Go
I believe the simplicity and cleanliness of the Go programming language makes it suitable as a language for first time programmers.
Go is a programming language was developed at google in 2009. It was written to help replace some of the heavy and complex c++ infrastructure. Since then it has grown to a powerful tool for all types of programming.
Here is a great video by Carmen Andoh about Go and why to use it.
https://www.infoq.com/presentations/go-concurrency-gc/
- Problem Solving
- Object Oriented Programming in Go
- Concurrency in Go