Golang drawer
@golang101
173
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
173 subscribers
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...
Golang drawer
https://engineering.hardfin.com/2022/05/npm-mod/
Hardfin Engineering
What npm Can Learn from Go | Hardfin Engineering
As programming language ecosystems evolve, they learn from each other. When this happens we all benefit from more useful features, patterns, libraries, and tools. A core part of a programming language ecosystem — packaging — can be a source of pain, e.g.…
Golang drawer
https://github.com/zinclabs/zinc
GitHub
GitHub - zincsearch/zincsearch: ZincSearch . A lightweight alternative to elasticsearch that requires minimal resources, written…
ZincSearch . A lightweight alternative to elasticsearch that requires minimal resources, written in Go. - zincsearch/zincsearch
Golang drawer
https://github.com/encoredev/encore
GitHub
GitHub - encoredev/encore: Open source framework for building robust type-safe distributed systems with declarative infrastructure
Open source framework for building robust type-safe distributed systems with declarative infrastructure - encoredev/encore
Golang drawer
https://github.com/microcosm-cc/bluemonday
GitHub
GitHub - microcosm-cc/bluemonday: bluemonday: a fast golang HTML sanitizer (inspired by the OWASP Java HTML Sanitizer) to scrub…
bluemonday: a fast golang HTML sanitizer (inspired by the OWASP Java HTML Sanitizer) to scrub user generated content of XSS - microcosm-cc/bluemonday
Golang drawer
https://github.com/compose/transporter
GitHub
GitHub - compose/transporter: Sync data between persistence engines, like ETL only not stodgy
Sync data between persistence engines, like ETL only not stodgy - compose/transporter
Golang drawer
https://github.com/go-testfixtures/testfixtures
GitHub
GitHub - go-testfixtures/testfixtures: Ruby on Rails like test fixtures for Go. Write tests against a real database
Ruby on Rails like test fixtures for Go. Write tests against a real database - go-testfixtures/testfixtures
Golang drawer
https://github.com/madflojo/tarmac
GitHub
GitHub - madflojo/tarmac: Write, Deploy, and Scale Microservices with WebAssembly Functions
Write, Deploy, and Scale Microservices with WebAssembly Functions - GitHub - madflojo/tarmac: Write, Deploy, and Scale Microservices with WebAssembly Functions
Golang drawer
https://github.com/codegangsta/caddy-nats
GitHub
GitHub - codegangsta/caddy-nats: A caddy module that adds support for nats.io pub/sub and request/reply
A caddy module that adds support for nats.io pub/sub and request/reply - codegangsta/caddy-nats
Golang drawer
https://eng.uber.com/data-race-patterns-in-go/
Golang drawer
https://hackaday.com/2022/06/01/building-faster-rsync-from-scratch-in-go/
Hackaday
Building Faster Rsync From Scratch In Go
For a quick file transfer between two computers, SCP is a fine program to use. For more complex, large, or regular backups, however, the go-to tool is rsync. It’s faster, more efficient, and …