Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://github.com/brianvoe/gofakeit
GitHub
GitHub - brianvoe/gofakeit: Random fake data generator written in go
Random fake data generator written in go. Contribute to brianvoe/gofakeit development by creating an account on GitHub.
Golang drawer
https://github.com/h2non/bimg
GitHub
GitHub - h2non/bimg: Go package for fast high-level image processing powered by libvips C library
Go package for fast high-level image processing powered by libvips C library - h2non/bimg
Golang drawer
https://rafallorenz.com/go/go-multidomain-host-switch/
Rafallorenz
Handling multidomain HTTP requests with simple host switch
When writing Go HTTP services we might need to perform different logic based on host the request comes from or simply validate host value. We could implement simple host switch mechanism to take care of that.
Golang drawer
https://m.youtube.com/watch?v=CxvADZLz-yc
YouTube
What It's Like Developing Critical Web APIs in Golang as a Backend Developer
Golang appears as a main bet in the emerging technologies lists still nowadays, even though it was released 10 years ago. From all the promises the language makes in the context of Web APIs, which ones really prove to impact the efficiency of our servers…
Golang drawer
https://therebelsource.com/blog/exploring-container-package-in-go-list-ring-and-heap/9zTBiMaaYg
Golang drawer
https://www.loginradius.com/engineering/blog/google-authentication-with-golang-and-goth/
Golang drawer
https://dave.cheney.net/2020/05/16/fatihs-question
Golang drawer
https://medium.com/@blobtrotter/g%C3%A9n%C3%A9rer-un-flux-rss-en-go-9f809f6547ca
Medium
Générer un flux RSS en Go
Comment utiliser les bibliothèques standard Go pour générer un flux RSS valide
Golang drawer
https://benhoyt.com/writings/go-intro/
Benhoyt
An intro to Go for non-Go developers
A brief introduction to Go for programmers who haven't used Go before: Why use it? The standard library. And the language itself.
Golang drawer
https://www.docker.com/blog/containerize-your-go-developer-environment-part-1/
Docker
Containerize Your Go Developer Environment - Part 1 | Docker
When joining a development team, it takes some time to become productive. This is usually a combination of learning the code base and getting your environment setup. Often there will be an onboarding document of some sort for setting up your environment but…
Golang drawer
https://www.ardanlabs.com/blog/2020/06/python-go-grpc.html
Ardan Labs
Python and Go : Part I - gRPC
Ardan Labs is trusted by small startups and Fortune 500 companies to train their engineers and develop business software solutions and applications.
Golang drawer
https://m.youtube.com/watch?feature=youtu.be&t=577&v=Dq0WFigax_c
YouTube
Phil Wadler: Featherweight Go
We describe a design for generics in Go inspired by previous work on Featherweight Java by Igarashi, Pierce, and Wadler. Whereas subtyping in Java is nominal, in Go it is structural, and whereas generics in Java are defined via erasure, in Go we use monomorphisation.…
Golang drawer
https://blog.golang.org/vscode-go
blog.golang.org
The VS Code Go extension joins the Go project - The Go Blog
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
Golang drawer
https://mdlayher.com/blog/go-generics-draft-design-building-a-hashtable/
Golang drawer
https://github.com/fortio/fortio
GitHub
GitHub - fortio/fortio: Fortio load testing library, command line tool, advanced echo server and web UI in go (golang). Allows…
Fortio load testing library, command line tool, advanced echo server and web UI in go (golang). Allows to specify a set query-per-second load and record latency histograms and other useful stats. -...
Golang drawer
https://dgraph.io/blog/post/continuous-fuzzing-with-go/
dgraph.io
Continuous Fuzzing with Go at Dgraph
Dgraph’s flagship product is a native graph database written purely in Go. For any database product, the query language is at its heart that provides access to the stored data.
Golang drawer
https://pmihaylov.com/go-generics-draft-design/
Preslav Mihaylov
A Concise Guide to the Latest Go Generics Draft Design - Preslav Mihaylov
Get up to date with the latest Go Generics draft design by going through the various features w examples & go playground links for you to experiment with!
Golang drawer
https://www.aaronraff.dev/blog/an-introduction-to-producing-and-consuming-kafka-messages-in-go
www.aaronraff.dev
An Introduction to Producing and Consuming Kafka Messages in Go
Kafka is a popular distributed streaming platform. Let’s take a look at how to produce and consume messages in Go!
Golang drawer
https://unixism.net/2020/06/containers-the-hard-way-gocker-a-mini-docker-written-in-go/
Unixism
Containers the hard way: Gocker: A mini Docker written in Go
They are popular and they are misunderstood. Containers have become the default way applications are packaged and run on servers, initially popularized by Docker. Now, Docker itself is misunderstoo…
Golang drawer
https://www.honeybadger.io/blog/golang-go-package-management/
Honeybadger Developer Blog
Evaluating Go's Package Management and Module Systems
When you're evaluating a language for your next project, few things are more important than available third-party libraries and the package manager that ties them together. While early versions of Go lacked a package manager, they've made up for lost time.…