All Projects → Alikhll → Golang Developer Roadmap

Alikhll / Golang Developer Roadmap

Roadmap to becoming a Go developer in 2020

Labels

Projects that are alternatives of or similar to Golang Developer Roadmap

Yadr
Yet another development roadmaps and proficiency matrixes
Stars: ✭ 11 (-99.92%)
Mutual labels:  roadmap
Roadmap
Stars: ✭ 57 (-99.57%)
Mutual labels:  roadmap
Roadmap
Software Engineer Roadmap (alpha)
Stars: ✭ 105 (-99.21%)
Mutual labels:  roadmap
Feedback
📣 We love feedback ✨
Stars: ✭ 15 (-99.89%)
Mutual labels:  roadmap
Roadmap.js
A simple roadmap display library
Stars: ✭ 42 (-99.68%)
Mutual labels:  roadmap
Software Engineer Roadmap
🏎
Stars: ✭ 76 (-99.42%)
Mutual labels:  roadmap
Roadmap nlp
Roadmap for NLP 涵盖NLP的理论知识、应用场景和工程实践等
Stars: ✭ 25 (-99.81%)
Mutual labels:  roadmap
Java Developer Roadmap
Roadmap to becoming a Java developer in 2021
Stars: ✭ 2,325 (-82.4%)
Mutual labels:  roadmap
Front End Roadmap
Tell you how to learn front end development ~
Stars: ✭ 1,070 (-91.9%)
Mutual labels:  roadmap
Software Design And Architecture Roadmap
🧱 The software design and architecture roadmap for any developer
Stars: ✭ 1,360 (-89.7%)
Mutual labels:  roadmap
Flutter Roadmap And Resources Guide
A roadmap from a beginner's point of view. Which can help you in becoming a full fledge flutter developer.
Stars: ✭ 28 (-99.79%)
Mutual labels:  roadmap
Cs education
Моя карта обучения Computer Science на 3 года
Stars: ✭ 42 (-99.68%)
Mutual labels:  roadmap
Figaro
Real-time voice-changer for voice-chat, etc. Will support many different voice-filters and features in the future. 🎵
Stars: ✭ 80 (-99.39%)
Mutual labels:  roadmap
Softwarearchitect
Path to a Software Architect
Stars: ✭ 7,318 (-44.6%)
Mutual labels:  roadmap
Ai Expert Roadmap
Roadmap to becoming an Artificial Intelligence Expert in 2021
Stars: ✭ 15,441 (+16.89%)
Mutual labels:  roadmap
Astuto
A free, open source, self-hosted customer feedback tool 🦊
Stars: ✭ 860 (-93.49%)
Mutual labels:  roadmap
Data Science Roadmap
Roadmap to learn Data Science and related areas.
Stars: ✭ 68 (-99.49%)
Mutual labels:  roadmap
Awesome Gsoc Roadmap
A comprehensive curated list of available GSOC 2020 Guides, Write-ups and Tutorials 🤠 🏆
Stars: ✭ 119 (-99.1%)
Mutual labels:  roadmap
Fe Foundation
前端开发学习指南
Stars: ✭ 113 (-99.14%)
Mutual labels:  roadmap
Ui Ux Designer Roadmap
Roadmap on becoming a UI/UX designer in 2017
Stars: ✭ 1,357 (-89.73%)
Mutual labels:  roadmap

Go Developer Roadmap

Roadmap to becoming a Go developer in 2021:

Below 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. I made this chart as a tip for everyone who asks me, "What should I learn next as a Go developer?"

简体中文版 繁體中文版 日本語版 Versão em Português do Brasil 한국어 Русский Українська العربية

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 hype and trendy does not always mean best suited for the job.

Give a Star!

If you like or are using this project to learn or start your solution, please give it a star. Thanks!

Roadmap

Roadmap

Resources

  1. Prerequisites

  2. 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 implementation of a basic Authentication
    • Solid principles, architectural & design patterns, ecc
    • Basics of software testing (unit, integration, e2e)
  3. CLI Tools

    1. cobra
    2. urfave/cli
  4. Web Frameworks + Routers

    1. Beego
    2. Chi
    3. Echo
    4. Fiber
    5. Gin
    6. Revel
  5. Databases

    1. Relational
      1. SQL Server
      2. PostgreSQL
      3. MariaDB
      4. MySQL
      5. CockroachDB
    2. Cloud Databases
    3. Search Engines
    4. NoSQL
  6. ORMs

    1. Gorm
    2. Xorm
  7. Caching

    1. GCache
    2. Distributed Cache
      1. Go-Redis
      2. GoMemcached
  8. Logging

    1. Log Frameworks
    2. Log Management System
    3. Distributed Tracing
  9. Real-Time Communication

    1. Centrifugo
    2. Melody
  10. API Clients

    1. REST
    2. GraphQL
  11. Good to Know

  12. Testing

    1. Unit, Behavior, Integration Testing
      1. GoMock
      2. Testify
      3. GinkGo
      4. GoMega
      5. GoCheck
      6. GoDog
      7. GoConvey
      8. Dockertest
    2. E2E Testing
  13. Task Scheduling

  14. MicroServices

    1. Message-Broker
    2. Building message-driven
    3. Frameworks
    4. RPC
  15. Go-Patterns

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

License

License: CC BY-NC-SA 4.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].