golang-developer-roadmap
gobyexample
golang-developer-roadmap | gobyexample | |
---|---|---|
9 | 114 | |
17,986 | 7,326 | |
- | - | |
0.0 | 7.7 | |
almost 2 years ago | about 1 month ago | |
Go | ||
- | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
golang-developer-roadmap
-
Web api with golang
I have found this road map kind of summarized frameworks and tools but I am not sure if it's up to date https://github.com/Alikhll/golang-developer-roadmap
-
The Dearth of golang content on youtube
Golang tutorial: Table Of Contentshttps://golangbot.com/learn-golang-series/https://quii.gitbook.io/learn-go-with-tests/ - Learn Go by testshttps://gobyexample.com/https://tour.golang.org/https://github.com/Alikhll/golang-developer-roadmap
- Go Developer Roadmap
- Golang roadmap
-
Is this roadmap still viable?
Hey guys Im really new to golang.Learning some basics and willing to switch my whole career to golang. Im a junior frontend developer rn.And starting backend with Go.I was looking for some good structered roadmap and found this https://github.com/Alikhll/golang-developer-roadmap. Its from 2020. Should I still follow it?
-
Web Developer learning Golang
Roadmap: https://github.com/Alikhll/golang-developer-roadmap/blob/master/golang-developer-roadmap.png
-
TIL: Learning Go
Check out a proposal for a Go Developer Roadmap for learning Go in 2020
-
Do we have a golang roadmap?
Don't know if there's an official one but I'm following this roadmap Golang Roadmap
-
As experienced devs of Golang.... how do you guys think i should start from scratch to be industry ready go developer ? and from where also?
Here is a good perspective to be "industry ready". Remember you shouldn't be an expert in everything, but for a junior dev know at least the terms: https://github.com/Alikhll/golang-developer-roadmap
gobyexample
-
Building a Regex Engine in Go: Introducing MatchGo
Go by Example
- Ask HN: What is the best way to learn Go?
-
Ask HN: How to Start as Golang Developer?
https://gobyexample.com/ was helpful for me to understand what is possible with Go. Visit a topic that seems interesting or completely unfamiliar and try to think of a small exercise that will allow you to practice the topic.
Another thing I did was implement a common tool like `ls` or `tree` or `grep` using go. This will allow you to compare the output and performance of your program against the binaries provided by the OS.
Lastly, there are some really cool libraries out there (see https://charm.sh/) with great communities. Try building something small and ask for feedback in the Discord channel.
- Go by Example
-
Level Up Your Coding Skills for Free!
🐹 Go:gobyexample.com
-
100 Exercises to Learn Rust
Go by example is an established favorite. https://gobyexample.com/
-
The Journey Ahead: My 6-Month Plan to Master GoLang
GoByExamples: Offers clear, annotated examples for quick learning.
-
Golang Web: GET Method
Go by example
- What is Go 2024 Edition
-
Key value store in golang
I am not expend much time explaining things abouts golang sintax so i assume that you have go installed, you have basic knowledge of the language and at least create some basic project, if you need a refresh take a look here https://gobyexample.com/.
What are some alternatives?
go - The Go programming language
learngo - ❤️ 1000+ Hand-Crafted Go Examples, Exercises, and Quizzes. 🚀 Learn Go by fixing 1000+ tiny programs.
data-engineer-roadmap - Roadmap to becoming a data engineer in 2021
learn-go-with-tests - Learn Go with test-driven development
the-evolution-of-a-go-programmer - The Evolution of a Go Programmer
recipes - 📁 Examples for 🚀 Fiber
AspNetCore-Developer-Roadmap - Roadmap to becoming an ASP.NET Core developer in 2024
AzurePolicyTestFramework - A command line tool to test Azure Policy relying on Terraform + Golang
cybersecurity-career-path - Cybersecurity Career Path
splitter - React component for building split views like in VS Code
programming-learning-resources - 📚 Multiple resources to start learning and practicing new programming skills
gopl.io - Example programs from "The Go Programming Language"