Hi👋!)
Do you want to know more about one of the best features (Concurrency) of Go?
Here we go!)
https://itnext.io/explain-to-me-go-concurrency-worker-pool-pattern-like-im-five-e5f1be71e2b0
#resources
Do you want to know more about one of the best features (Concurrency) of Go?
Here we go!)
https://itnext.io/explain-to-me-go-concurrency-worker-pool-pattern-like-im-five-e5f1be71e2b0
#resources
Medium
Explain to me Go Concurrency Worker Pool Pattern like I’m five
An easy explanation about how all the components of this pattern work together to concurrently process a batch of jobs.
👍1
Hellooo)
Are you struggling what is the next?
If yes, this is for you)
https://betterprogramming.pub/how-to-become-a-golang-developer-a-6-step-career-guide-ce8274dd0eb3
#resourse
Are you struggling what is the next?
If yes, this is for you)
https://betterprogramming.pub/how-to-become-a-golang-developer-a-6-step-career-guide-ce8274dd0eb3
#resourse
Medium
How To Become a Golang Developer: A 6-Step Career Guide
Go is an in-demand language across the board. Today, we’ll discuss the steps to become an employable and modern Go developer
Hello 👋,
I have tried echo framework according to Clean Architecture in GO. Tried out Cryptocurrency open api.
Even you can clone and use it on your project.
https://github.com/Yangiboev/simple-server-crytocurrency-api
I have tried echo framework according to Clean Architecture in GO. Tried out Cryptocurrency open api.
Even you can clone and use it on your project.
https://github.com/Yangiboev/simple-server-crytocurrency-api
GitHub
GitHub - Yangiboev/simple-server-crytocurrency-api
Contribute to Yangiboev/simple-server-crytocurrency-api development by creating an account on GitHub.
👍4
Dilmurod Yangiboev | DYDO :)
Hello 👋, I have tried echo framework according to Clean Architecture in GO. Tried out Cryptocurrency open api. Even you can clone and use it on your project. https://github.com/Yangiboev/simple-server-crytocurrency-api
Personally, I use the same architecture on my project as well.
Have fun with it.
Comments and feedback are highly appreciated.
Have fun with it.
Comments and feedback are highly appreciated.
👍1
I used to use hub.docker.com and have recently used gitlab container registery I like it.
Docker own registery has 1 private docker image limit.
Recommend it.;)
Docker own registery has 1 private docker image limit.
Recommend it.;)
Hello Everyone,
I hope that you are taking it easy!)
Do you want to test your knowledge on Golang.
Please, Go ahead with link.
I hope that you are taking it easy!)
Do you want to test your knowledge on Golang.
Please, Go ahead with link.
👍6
#Recommend
Hello Gophers!
If you have a question in mind, "What is the next to learn?"
Please, upgrade your knowledge on Cloud Services(AWS, GCP, Azure and etc).
Hello Gophers!
If you have a question in mind, "What is the next to learn?"
Please, upgrade your knowledge on Cloud Services(AWS, GCP, Azure and etc).
👍3🔥1
😢1
Forwarded from Библиотека Go-разработчика | Golang
На Reddit делятся Go-проектами для контрибьютинга: https://proglib.io/w/571b5cfb
Reddit
From the golang community on Reddit
Explore this post and more from the golang community
Go 1.18 is released!
The Go Team
15 March 2022
Today the Go team is thrilled to release Go 1.18, which you can get by visiting the download page.
Go 1.18 is a massive release that includes new features, performance improvements, and our biggest change ever to the language. It isn’t a stretch to say that the design for parts of Go 1.18 started over a decade ago when we first released Go.
Generics
In Go 1.18, we’re introducing new support for generic code using parameterized types. Supporting generics has been Go’s most often requested feature, and we’re proud to deliver the generic support that the majority of users need today. Subsequent releases will provide additional support for some of the more complicated generic use cases. We encourage you to get to know this new feature using our generics tutorial, and to explore the best ways to use generics to optimize and simplify your code today. The release notes have more details about using generics in Go 1.18.
Fuzzing
With Go 1.18, Go is the first major language with fuzzing fully integrated into its standard toolchain. Like generics, fuzzing has been in design for a long time, and we’re delighted to share it with the Go ecosystem with this release. Please check out our fuzzing tutorial to help you get started with this new feature.
Workspaces
Go modules have been almost universally adopted, and Go users have reported very high satisfaction scores in our annual surveys. In our 2021 user survey, the most common challenge users identified with modules was working across multiple modules. In Go 1.18, we’ve addressed this with a new Go workspace mode, which makes it simple to work with multiple modules.
20% Performance Improvements
Apple M1, ARM64, and PowerPC64 users rejoice! Go 1.18 includes CPU performance improvements of up to 20% due to the expansion of Go 1.17’s register ABI calling convention to these architectures. Just to underscore how big this release is, a 20% performance improvement is the fourth most important headline!
For a more detailed description of everything that’s in 1.18, please consult the release notes.
Go 1.18 is a huge milestone for the entire Go community. We want to thank every Go user who filed a bug, sent in a change, wrote a tutorial, or helped in any way to make Go 1.18 a reality. We couldn’t do it without you. Thank you.
Enjoy Go 1.18!
The Go Team
15 March 2022
Today the Go team is thrilled to release Go 1.18, which you can get by visiting the download page.
Go 1.18 is a massive release that includes new features, performance improvements, and our biggest change ever to the language. It isn’t a stretch to say that the design for parts of Go 1.18 started over a decade ago when we first released Go.
Generics
In Go 1.18, we’re introducing new support for generic code using parameterized types. Supporting generics has been Go’s most often requested feature, and we’re proud to deliver the generic support that the majority of users need today. Subsequent releases will provide additional support for some of the more complicated generic use cases. We encourage you to get to know this new feature using our generics tutorial, and to explore the best ways to use generics to optimize and simplify your code today. The release notes have more details about using generics in Go 1.18.
Fuzzing
With Go 1.18, Go is the first major language with fuzzing fully integrated into its standard toolchain. Like generics, fuzzing has been in design for a long time, and we’re delighted to share it with the Go ecosystem with this release. Please check out our fuzzing tutorial to help you get started with this new feature.
Workspaces
Go modules have been almost universally adopted, and Go users have reported very high satisfaction scores in our annual surveys. In our 2021 user survey, the most common challenge users identified with modules was working across multiple modules. In Go 1.18, we’ve addressed this with a new Go workspace mode, which makes it simple to work with multiple modules.
20% Performance Improvements
Apple M1, ARM64, and PowerPC64 users rejoice! Go 1.18 includes CPU performance improvements of up to 20% due to the expansion of Go 1.17’s register ABI calling convention to these architectures. Just to underscore how big this release is, a 20% performance improvement is the fourth most important headline!
For a more detailed description of everything that’s in 1.18, please consult the release notes.
Go 1.18 is a huge milestone for the entire Go community. We want to thank every Go user who filed a bug, sent in a change, wrote a tutorial, or helped in any way to make Go 1.18 a reality. We couldn’t do it without you. Thank you.
Enjoy Go 1.18!
go.dev
All releases - The Go Programming Language
Forwarded from Dilmurod Yangiboev | DYDO :) (Yangiboev)