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/flower-corp/lotusdb
GitHub
GitHub - lotusdblabs/lotusdb: Most advanced key-value database written in Go, extremely fast, compatible with LSM tree and B+ tree.
Most advanced key-value database written in Go, extremely fast, compatible with LSM tree and B+ tree. - lotusdblabs/lotusdb
Golang drawer
https://github.com/containers/skopeo
GitHub
GitHub - containers/skopeo: Work with remote images registries - retrieving information, images, signing content
Work with remote images registries - retrieving information, images, signing content - containers/skopeo
Golang drawer
https://github.com/bcicen/ctop
GitHub
GitHub - bcicen/ctop: Top-like interface for container metrics
Top-like interface for container metrics. Contribute to bcicen/ctop development by creating an account on GitHub.
Golang drawer
https://github.com/zeromicro/cds
GitHub
GitHub - zeromicro/cds: Data syncing in golang for ClickHouse.
Data syncing in golang for ClickHouse. Contribute to zeromicro/cds development by creating an account on GitHub.
Golang drawer
https://planetscale.com/blog/generics-can-make-your-go-code-slower
Planetscale
Go Generics are a long-awaited feature added in Go 1.18. This article covers how generics were implemented in Go and some surprising ways they can impact your code.
Golang drawer
https://notes.eatonphil.com/documentdb.html
Golang drawer
https://github.com/hashicorp/go-version
GitHub
GitHub - hashicorp/go-version: A Go (golang) library for parsing and verifying versions and version constraints.
A Go (golang) library for parsing and verifying versions and version constraints. - hashicorp/go-version
Golang drawer
https://github.com/xo/usql
GitHub
GitHub - xo/usql: Universal command-line interface for SQL databases
Universal command-line interface for SQL databases - xo/usql
Golang drawer
https://github.com/redneckbeard/thanos
GitHub
GitHub - redneckbeard/thanos: Ruby -> Go at the snap of your fingers
Ruby -> Go at the snap of your fingers. Contribute to redneckbeard/thanos development by creating an account on GitHub.
Golang drawer
https://github.com/cloudflare/tableflip
GitHub
GitHub - cloudflare/tableflip: Graceful process restarts in Go
Graceful process restarts in Go. Contribute to cloudflare/tableflip development by creating an account on GitHub.
Golang drawer
https://github.com/ffuf/ffuf
GitHub
GitHub - ffuf/ffuf: Fast web fuzzer written in Go
Fast web fuzzer written in Go. Contribute to ffuf/ffuf development by creating an account on GitHub.
Golang drawer
https://levelup.gitconnected.com/microservices-with-go-grpc-api-gateway-and-authentication-part-1-2-393ad9fc9d30
Medium
Microservices in Go with gRPC, API Gateway, and Authentication — Part 1/2
Creating 3 Microservices and 1 API Gateway in Go with gRPC, GORM and Viper
Golang drawer
https://utcc.utoronto.ca/~cks/space/blog/programming/GoOnIdentifierVisibility
Golang drawer
https://encore.dev/blog/go-1.18-generic-identifiers
Encore
How we used Go 1.18 when designing our Identifiers – Encore Blog
Dealing with identifiers can be a pain in a large system. We leveraged generics, introduced in Go 1.18, when designing identifiers for Encore.
Golang drawer
https://changelog.com/gotime/222
Changelog
Making the command line glamorous with Toby Padilla (Go Time #222)
This week we're bringing The Changelog to Go Time — we had an awesome conversation with Toby Padilla, Co-Founder at Charm where they’re building tools to make the command line glamorous. Toby and the team at Charm have gone "all in" on Go — all of Charm is…
Golang drawer
https://blog.logrocket.com/building-microservices-go-fiber/
LogRocket Blog
Building microservices in Go with Fiber - LogRocket Blog
Here are some quick basics of microservice architecture and a tutorial on how to build microservices in Go using Fiber.
Golang drawer
https://adrianhesketh.com/2022/03/31/use-m1-gpu-with-go/
Adrianhesketh
Use the M1 Mac GPU with Go
Software engineering blog
Golang drawer
https://github.com/egonelbre/gophers
GitHub
GitHub - egonelbre/gophers: Free gophers
Free gophers. Contribute to egonelbre/gophers development by creating an account on GitHub.
Golang drawer
https://www.gophercon.co.uk/
Golang drawer
https://go.dev/blog/race-detector
go.dev
Introducing the Go Race Detector - The Go Programming Language
How and why to use the Go race detector to improve your programs.