Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://www.calhoun.io/database-migrations-in-go/
Calhoun.io
Database Migrations in Go - Calhoun.io
When transitioning to Go from another language that relies heavily on a framework, it can quickly start to feel like Go is lacking. Like it just doesn’t have the power or the tools that you are accustomed to. The end result is the language can feel confusing…
Golang drawer
https://regeda.me/posts/2020-10-29-service-to-service-authorization-in-go-using-x509-certificates/
regeda.me
Service to Service Authorization in Go Using X.509 Certificates
Service-to-service authentication is the ability of one service to identify its clients. It’s a good idea to ensure that a service accepts requests only from specified services. But how to implement access controls (authorization)?
Golang drawer
https://dev.to/techschoolguru/implement-restful-http-api-in-go-using-gin-4ap1
DEV Community
Implement RESTful HTTP API in Go using Gin
Hello and welcome back to the backend master class. So far we have learned a lot about working with...
Golang drawer
https://stackoverflow.blog/2020/11/02/go-golang-learn-fast-programming-languages/
Stack Overflow Blog
What’s so great about Go?
We explore the traits that have led to the rising popularity of the Go programming language.
Golang drawer
https://severalnines.com/database-blog/getting-started-mongodb-go-driver
Severalnines
Getting Started with the MongoDB Go Driver
MongoDB drivers allow node.js applications to connect with MongoDB to work with the data. In this blog we will give an overview of the MongoDB Go Driver.
Golang drawer
https://adalogics.com/blog/getting-started-with-go-fuzz
Golang drawer
https://github.com/autom8ter/dagger
GitHub
GitHub - autom8ter/dagger: dagger is a fast, concurrency safe, mutable, in-memory directed graph library. Also includes a number…
dagger is a fast, concurrency safe, mutable, in-memory directed graph library. Also includes a number of generic, concurrency safe data-structures - autom8ter/dagger
Golang drawer
https://github.com/ReactiveX/RxGo
GitHub
GitHub - ReactiveX/RxGo: Reactive Extensions for the Go language.
Reactive Extensions for the Go language. Contribute to ReactiveX/RxGo development by creating an account on GitHub.
Golang drawer
https://github.com/ulule/limiter
GitHub
GitHub - ulule/limiter: Dead simple rate limit middleware for Go.
Dead simple rate limit middleware for Go. Contribute to ulule/limiter development by creating an account on GitHub.
Golang drawer
https://github.com/trashhalo/imgcat
GitHub
GitHub - trashhalo/imgcat: a tool to output images as RGB ANSI graphics on the terminal
a tool to output images as RGB ANSI graphics on the terminal - trashhalo/imgcat
Golang drawer
https://github.com/micro/micro
GitHub
GitHub - micro/micro: A microservices toolkit
A microservices toolkit. Contribute to micro/micro development by creating an account on GitHub.
Golang drawer
https://github.com/huandu/go-sqlbuilder
GitHub
GitHub - huandu/go-sqlbuilder: A flexible and powerful SQL string builder library plus a zero-config ORM.
A flexible and powerful SQL string builder library plus a zero-config ORM. - huandu/go-sqlbuilder
Golang drawer
https://bitfieldconsulting.com/golang/rust-vs-go
Bitfield Consulting
Rust vs Go in 2025 — Bitfield Consulting
Which is a better choice, Rust or Go? Which language should you choose for your next project, and why? How do the two compare in areas like performance, simplicity, safety, features, scale, and concurrency?
Golang drawer
https://dgraph.io/blog/post/manual-memory-management-golang-jemalloc/
Hypermode
Manual Memory Management in Go using jemalloc
Golang drawer
https://blog.golang.org/survey2020
blog.golang.org
Announcing the 2020 Go Developer Survey - The Go Blog
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
Golang drawer
https://golang.org/doc/devel/release.html#go1.15.minor
go.dev
Release History - The Go Programming Language
Golang drawer
https://medium.com/tempus-ex/gos-recurring-security-problem-2b5339f19216
Medium
Go’s Recurring Security Problem
When you go get a package, Go is designed to build and install the package without running any code from it. The intent is that you can…
Golang drawer
https://search.gocenter.io/
JFrog
Center Sunset | JFrog
Golang drawer
https://blog.golang.org/11years
go.dev
Eleven Years of Go - The Go Programming Language
Happy Birthday, Go!
Golang drawer
https://medium.com/orijtech-developers/efficient-struct-packing-guided-pass-for-go-92255872ec72
Medium
Efficient struct packing guided pass for Go
TL;DR: at Orijtech, we’ve developed a static analysis pass called “structslop” that can run through your Go programs and recommend for you…
Golang drawer
https://blog.golang.org/pkgsite-redesign
go.dev
Pkg.go.dev has a new look! - The Go Programming Language
Announcing a new user experience on pkg.go.dev.