Golang drawer
@golang101
177
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
177 subscribers
Golang drawer
https://making.pusher.com/splash-the-cache-how-caching-improved-our-reliability/
Making Pusher
Splash the cache: how caching improved our reliability - Making Pusher
Caching can bring major improvements to a system's reliability - here's how we did it.
Golang drawer
https://www.gmarik.info/blog/2019/12-factor-golang-flag-package/
www.gmarik.info
12 factor configuration with Go's `flag` package
Cost-effective way to have your app conform with 12 factor methodology with Go’s stock flag package.
Summary Previously, before “cloud” was a thing, it was common to have configuration part of the source code, ie Rails’ config/database.yaml.
These days, with…
Golang drawer
https://gianarb.it/blog/reactive-planning-and-reconciliation-in-go
Golang drawer
https://codeengineered.com/blog/2019/go-mod-major-versions/
Golang drawer
https://harrigan.xyz/blog/integration-testing-with-golang/
David Harrigan
Integration Testing with Golang
How to create integration tests with Golang
Golang drawer
https://aykevl.nl/2019/09/samd21-dma
aykevl.nl
Ayke van Laëthem – DMA on the SAMD21
How to configure DMA on the SAMD21, for example to use it with SPI.
Golang drawer
https://github.com/panjf2000/gnet
GitHub
GitHub - panjf2000/gnet:
🚀
gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in…
🚀
gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go. - panjf2000/gnet
Golang drawer
https://github.com/valyala/fasthttp
GitHub
GitHub - valyala/fasthttp: Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x…
Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http - valyala/fasthttp
Golang drawer
https://utcc.utoronto.ca/~cks/space/blog/programming/GoBinaryStructureNotes
Golang drawer
https://medium.com/@ankitpokhrel/designing-a-data-migrator-in-go-a14ce04ecbc1
Medium
Designing a Data Migrator in Go
Our Journey of migrating millions of records from MongoDB to Postgres.
Golang drawer
https://ewanvalentine.io/how-im-writing-serverless-services-in-golang-these-days/
Golang drawer
https://ieftimov.com/post/testing-in-go-fixtures/
Ilija Eftimov
👨🚀
Testing in Go: Fixtures
When I was researching the topic of test fixtures, I couldn’t find much about their beginnings.
Golang drawer
https://presstige.io/p/Using-GitHub-Actions-with-Go-2ca9744b531f4f21bdae9976d1ccbb58
presstige.io
Using GitHub Actions with Go
Golang drawer
https://eli.thegreenplace.net/2019/go-internals-capturing-loop-variables-in-closures/
Golang drawer
https://dzone.com/articles/three-programming-languages-that-will-drive-the-en
dzone.com
Three Programming Languages That Will Drive Enterprise Development - DZone Web Dev
In this article, we discuss why Go, Rust, and Ballerina are poised to be some of the next languages to dominate enterprise development in the near future.
Golang drawer
https://dev.to/heroku/first-steps-with-go-4ggl
DEV Community
First Steps with Go
Hosting your first Go app on Heroku
Golang drawer
https://github.com/magefile/mage/releases/tag/v1.9.0
GitHub
magefile/mage
a Make/rake-like build tool using Go. Contribute to magefile/mage development by creating an account on GitHub.
Golang drawer
https://mdelapenya.github.io/lpn/index.html
Golang drawer
https://www.rosie.dev/post/hello-lambda/
www.rosie.dev
Hello Little Lambda
What is Serverless? A Serverless Lambda is essentially code, written by you, which a cloud provider like Amazon or Google will run for you. Your code gets run on a cloud providers servers on demand, as and when it is needed. The benefit of having someone…
Golang drawer
https://github.com/grpc-ecosystem/go-grpc-middleware/releases/tag/v1.1.0
GitHub
Release v1.1.0 · grpc-ecosystem/go-grpc-middleware
[v1.1.0] - 2019-09-12
Added
#226 Support for go modules.
#221 logging/zap add support for gRPC LoggerV2 - kush-patel-hs
#181 Rate Limit support - ceshihao
#161 Retry on server stream call - lonnb...