Guide

Go Developer Roadmap 2020

W
W3Tweaks Team
Frontend Tutorials
Apr 25, 2020 2 min read
Go Developer Roadmap 2020

From the article you can find a chart demonstrating the paths that you can take and the libraries that you would want to learn to become a Go developer.

Roadmap

Resources

  1. Prerequisites
  1. General Development Skills
  • Learn GIT, create a few repositories on GitHub, share your code with other people
  • Know HTTP(S) protocol, request methods (GET, POST, PUT, PATCH, DELETE, OPTIONS)
  • Don’t be afraid of using Google, Power Searching with Google
  • Read a few books about algorithms and data structures
  • Learn about the implementation of a basic Authentication
  • Solid principles, architectural & design patterns, etc
  • Basics of software testing (unit, integration, e2e)
  1. CLI Toolscobra
  2. urfave/cli Web Frameworks + Routers
  3. Echo
  4. Beego
  5. Gin
  6. Revel
  7. Chi Databases
  8. RelationalSQL Server
  9. PostgreSQL
  10. MariaDB
  11. MySQL
  12. CockroachDB Cloud Databases
  1. Blue
  2. Xorm Caching
  3. GCache
  4. Distributed CacheGo-Redis
  5. GoMemcached Logging
  6. Log Frameworks
  1. Log Management System
  1. Distributed Tracing
  • Jaeger Real-Time Communication
  1. Socket.IO API Clients
  2. REST
  1. GraphQL
  1. Unit, Behavior, Integration TestingGoMock
  2. Testify
  3. GinkGo
  4. GoMega
  5. GoCheck
  6. GoDog
  7. GoConvey E2E Testing
  1. Message-Broker
  1. Building message-driven
  1. Frameworks
  1. RPC

Wrap Up

If you think the roadmap can be improved, please do open a PR with any updates and submit any issues. Also, I will continue to improve this, so you might want to star this repository to revisit.

Idea from : ASP.NET Core Developer Roadmap

Contribution

The roadmap is built using Draw.io. Project file can be found at golang-developer-roadmap.xml file. To modify it, open draw.io, click Open Existing Diagram and choose xml file with project. It will open the roadmap for you. Update it, upload and update the images in readme and create a PR (export as png with 400% zoom and minify that with Compressor.io).

  • Open a pull request with improvements
  • Discuss ideas in issues
  • Spread the word

Disclaimer

The purpose of this roadmap is to give you an idea about the landscape. The road map will guide you if you are confused about what to learn next, rather than encouraging you to pick what is hype and trendy. You should grow some understanding of why one tool would be better suited for some cases than the other and remember the hype and trendy does not always mean best suited for the job.

License