Golang drawer
@golang101
173
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
173 subscribers
Golang drawer
https://github.com/golang/go/issues/21498#issuecomment-1132271548
GitHub
proposal: spec: short function literals · Issue #21498 · golang/go
[edit: As of today, end of May 2025, this proposal has received ~1000 comments. Please read the summary before adding more comments. Your ideas may have been discussed already. Thanks.] [edit: As o...
Golang drawer
https://learning-go-book.dev/
Golang drawer
https://notes.eatonphil.com/distributed-postgres.html
Golang drawer
https://vladimir.varank.in/notes/2022/05/a-real-life-use-case-for-generics-in-go-api-for-client-side-pagination/
Vladimir Varankin
A real life use-case for generics in Go: API for client-side pagination
Let’s say we have a RESTful API for a general ledger, with the endpoints, that return a paginated collection of resources:
GET /accounts, retrieves a list of accounts, filtered and sorted by some query parameters; GET /accounts/:uuid/transactions, retrieves…
Golang drawer
https://shijuvar.medium.com/building-event-driven-distributed-systems-in-go-with-grpc-nats-jetstream-and-cockroachdb-c4b899c8636d
Medium
Building Event-Driven Distributed Systems in Go with gRPC, NATS JetStream and CockroachDB
In this post, I will give an overview about how to write event-driven distributed systems in Go, with gRPC, NATS JetStream and CockroachDB…
Golang drawer
https://github.com/RoaringBitmap/roaring#readme
GitHub
GitHub - RoaringBitmap/roaring: Roaring bitmaps in Go (golang), used by InfluxDB, Bleve, DataDog
Roaring bitmaps in Go (golang), used by InfluxDB, Bleve, DataDog - RoaringBitmap/roaring
Golang drawer
https://github.com/tetratelabs/wazero
GitHub
GitHub - wazero/wazero: wazero: the zero dependency WebAssembly runtime for Go developers
wazero: the zero dependency WebAssembly runtime for Go developers - wazero/wazero
Golang drawer
https://github.com/SnellerInc/sneller
GitHub
GitHub - SnellerInc/sneller: World's fastest log analysis: λ + SQL + JSON + S3
World's fastest log analysis: λ + SQL + JSON + S3. Contribute to SnellerInc/sneller development by creating an account on GitHub.
Golang drawer
https://github.com/cardrank/cardrank
GitHub
GitHub - cardrank/cardrank: Go types, funcs, and utilities for working with cards, decks, and evaluating poker hands (Holdem, Omaha…
Go types, funcs, and utilities for working with cards, decks, and evaluating poker hands (Holdem, Omaha, Stud, more) - cardrank/cardrank
Golang drawer
https://github.com/urfave/cli
GitHub
GitHub - urfave/cli: A declarative, simple, fast, and fun package for building command line tools in Go
A declarative, simple, fast, and fun package for building command line tools in Go - urfave/cli
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://github.com/mahesh-hegde/rrip
GitHub
GitHub - mahesh-hegde/rrip: Bulk image downloader for reddit.
Bulk image downloader for reddit. Contribute to mahesh-hegde/rrip development by creating an account on GitHub.
👍
1
Golang drawer
https://blog.merovius.de/posts/2022-05-23-operator-constraints/
blog.merovius.de
Operator constraints in Go
I describe four ways to express constraints for operators in generic Go code and the trade-offs involved.
Golang drawer
https://github.com/livebud/bud
GitHub
GitHub - livebud/bud: The Full-Stack Web Framework for Go
The Full-Stack Web Framework for Go. Contribute to livebud/bud development by creating an account on GitHub.
Golang drawer
https://m.youtube.com/watch?v=iWp-mCIQgMU&list=PLVotA8ycjnCsy30WQCwVU5RrZkt4lLgY5#
YouTube
Making an Animal Crossing type game for beginners - Go & Raylib Tutorial - Part 1
Welcome to the first part of the new series where YOU will be making a game using Go and Raylib.
Links from video:
https://go.dev/
https://www.raylib.com/index.html
https://github.com/gen2brain/raylib-go
https://cupnooble.itch.io/sprout-lands-asset-pack…
Golang drawer
https://github.com/gophun/nibbles
GitHub
GitHub - gophun/nibbles: QBasic Nibbles in Go
QBasic Nibbles in Go. Contribute to gophun/nibbles development by creating an account on GitHub.
Golang drawer
https://github.com/bloznelis/typioca
GitHub
GitHub - bloznelis/typioca: Cozy typing speed tester in terminal
Cozy typing speed tester in terminal. Contribute to bloznelis/typioca development by creating an account on GitHub.
Golang drawer
https://nhost.io/blog/hasura-storage-in-go-5x-performance-increase-and-40-percent-less-ram
nhost.io
Hsaura Storage in Go: 5x performance increase and 40% less RAM | Nhost
Nhost is a fully managed, extensible backend platform designed for speed, flexibility, and scale - without the infrastructure headaches.
Golang drawer
https://changelog.com/gotime/231
Changelog
Berlin's transition to Go with Ole Bulbuk from the Berlin Go User Group (Go Time #231)
The Berlin tech ecosystem was all about PHP/Python for a long time. In the recent years it became a tech hub and an early adopter of Go. In this conversation we'll see how this reflects in the 10+ years old Go meetup, with the meetup organizing team.
Golang drawer
https://www.postgresql.org/about/news/wal-g-20-released-2456/
PostgreSQL News
WAL-G 2.0 released
Release notes: This release contains a huge amount of new features, bug fixes, and performance improvements. It is worth noting …