Code Monkey home page Code Monkey logo

golang-developer-roadmap's People

Contributors

0xflotus avatar alexey-agafonov avatar apriil15 avatar clavinjune avatar darius-khll avatar delley avatar esquith avatar fenny avatar h-varmazyar avatar hahwul avatar heidariarash avatar inconnu08 avatar kevwan avatar kjoedicker avatar mohammedalkutrani avatar mroffline77 avatar mustafalinux avatar mysterymanspb avatar netspencer avatar nix-42 avatar oscarvanl avatar pierdipi avatar quorafind avatar roblaszczak avatar romanychda avatar satboy78 avatar seccomiro avatar sermah avatar ta1m1kam avatar tzxdtc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

golang-developer-roadmap's Issues

How did you create this diagram?

I have been seeing such diagrams of developer roadmaps. How are such diagrams created? Where can I find more of such diagrams?

Add graphql libraries

Since there is a GraphQL section already, I think its best to add some libraries to that section. More specifically these?

  • gqlgen
  • graphql-go

Would love to PR if need be.

Recommend to add

Hi, really like this project :)
Recommend to several projects we years already use in prod:

  1. Config management: viper
  2. WebServer - simple and very fast, on fasthttp base: atreugo
  3. Distributed cache: aerospike
  4. Log management system: graylog
  5. Task scheduling: cron

Thank you!

Add a Security Path?

Hello, everyone. Cool project!

What do you think of adding a security path to the roadmap? I good start would be mentioning gosec. 🙃

Remove GLog

GLog is a fatally flawed package, and should never be used.

Update to roadmap -Add Open Telemetry to Distributed Tracing

In the Logging -> Distributed Tracing branch, Open Telemetry should be added alongside Jaeger

https://opentelemetry.io/docs/

From their doc : OpenTelemetry is a set of APIs, SDKs, tooling and integrations that are designed for the creation and management of telemetry data such as traces, metrics, and logs. The OpenTelemetry documentation is intended to broadly cover key terms, concepts, and instructions on how to use OpenTelemetry in your software.

They provide library for instrumentation and have the advantage to have implementation in multiple language which help in maintaining application in heterogeneous environments

Jaeger is also planning to get a closer integration with Open Telemetry (see https://www.jaegertracing.io/docs/1.21/opentelemetry/ )

客户端侧负载均衡组件

感觉缺少客户端侧负载均衡组件(独立于微服务框架的负载均衡),类似java的Ribbon这样的组件

update It

Change 2021 to 2023, add some new docs as well as some youtube tutorial for beginners

Profiling

I think this roadmap should include profiling with pprof relatively early on.

Add dockertest

Already have a PR ready, but I figured I would ask for your approval first 😄

Dockertest is a project developed to make Go integration tests really easy with Docker.
It is really popular on github, so I thought it might be a good addition to this list, let me know what you think.
Even Google is using it for some of their projects.

Docker is the perfect system for running unit tests as you can spin up containers in a few seconds and kill them when the test completes.
The Dockertest library provides easy to use commands for spinning up Docker containers and using them for your tests.+
Use Docker to run your Go language integration tests against third party services on Microsoft Windows, Mac OSX and Linux!

[disclaimer: i work for ory]

Give some explanation on decision

I just stumble upon your developer roadmap, as a newbie, I would like to know why you suggesting echo as framework of choice, since most of golang dev I met/talked to prefer no framework so they cannot help explain it.

I'm coming from PHP and Python so community already have general consensus on what framework to use, even PHP community basically advise to start new project using framework mainly due to possible security issue with no framework implementation.

Also some description on other decision would be great.

[Help] Want to know how to create roadmap png

Hi, Maybe it's not a good place for asking such question,If it's not right place here Please let me know or you can close or delete it

How do you create this roadmap png ? maybe we could add more info on this roadmap tree
Do you have plan to do that?

Remove Dep

While Dep was the official experiment, developers new to Go are encouraged to use Go modules instead since they are part of the official toolchain now.

I think it's time we stop recommending Dep to new developers and stick with the official standard.

Update project For 2021

What a fantastic project for me. 😁

2021 is coming soon. Will the author update the project? 😏

Logging structure

The logging topic structure shown in the diagram does not match what is in the readme. I believe it should start at the Logging node and not at the Log Frameworks node.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.