Golang drawer
@golang101
173
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
173 subscribers
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 …
Golang drawer
https://8thlight.com/blog/emmanuel-byrd/2022/05/19/well-thought-project-layout-design-for-a-golang-backend.html
Golang drawer
https://www.evanjones.ca/go-functional-options-slow.html
Golang drawer
https://ente.io/blog/tech/go-nulls-and-sql/
ente
Go nulls and SQL
Dealing with SQL NULL values in Go
Golang drawer
https://github.com/eko/gocache
GitHub
GitHub - eko/gocache:
☔️
A complete Go cache library that brings you multiple ways of managing your caches
☔️
A complete Go cache library that brings you multiple ways of managing your caches - eko/gocache
Golang drawer
https://github.com/orcaman/concurrent-map
GitHub
GitHub - orcaman/concurrent-map: a thread-safe concurrent map for go
a thread-safe concurrent map for go. Contribute to orcaman/concurrent-map development by creating an account on GitHub.
Golang drawer
https://github.com/pioz/god
GitHub
GitHub - pioz/god: Automation tool to deploy and manage Go services using systemd on GNU/Linux machines
Automation tool to deploy and manage Go services using systemd on GNU/Linux machines - pioz/god
Golang drawer
https://kind.sigs.k8s.io/
Golang drawer
https://www.philipotoole.com/rqlite-trading-durability-for-performance/
Golang drawer
https://github.com/antoniomika/sish
GitHub
GitHub - antoniomika/sish: HTTP(S)/WS(S)/TCP Tunnels to localhost using only SSH.
HTTP(S)/WS(S)/TCP Tunnels to localhost using only SSH. - antoniomika/sish
Golang drawer
https://github.com/reugn/go-quartz
GitHub
GitHub - reugn/go-quartz: Minimalist and zero-dependency scheduling library for Go
Minimalist and zero-dependency scheduling library for Go - reugn/go-quartz
Golang drawer
https://aws.amazon.com/de/blogs/compute/making-your-go-workloads-up-to-20-faster-with-go-1-18-and-aws-graviton/
Amazon
Making your Go workloads up to 20% faster with Go 1.18 and AWS Graviton | Amazon Web Services
This blog post was written by Syl Taylor, Professional Services Consultant. In March 2022, the highly anticipated Go 1.18 was released. Go 1.18 brings to the language some long-awaited features and additions, such as generics. It also brings significant performance…
Golang drawer
https://thedevelopercafe.com/articles/live-reload-in-go-with-air-4eff64b7a642
Thedevelopercafe
Live Reload in Go with Air
In this article you will learn how to live reload go applications with one of the popular packages out there air. First we will learn how to setup up air...