Go(lang) is one of the fastest growing language (in terms of popularity and features) as of now. Being a guy who has been coding in Ruby on Rails and JS since he started, I wanted to explore the hype, Is it (golang) really as good as they say?

Today marks the first day of the journey.

I have broken down the path into a few milestones:

  1. Keywords     -------------—> 1 day
  2. Syntax        ------------—> 1 day (glimpse of keywords as well)
  3. Looping  -------------—> 1 day
  4. Go under the hood ---------------—> 1 week
  5. DB integration  -----------—> 1 day
  6. API handler ----------—> 2 days
  7. Data structure in GO --------------—> 2 weeks
  8. AWS Lambda deployment of meaningful services -------------------—> 2 days
  9. Dockerized deployment ---------------—> 2 days.

Materials that I have sorted for this:

  1. https://gobyexample.com/
  2. https://exercism.io/tracks/go
  3. https://gophercises.com/
  4. https://youtube.com

Let's see how the journey pans out.