Golang drawer
@golang101
177
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
177 subscribers
Golang drawer
https://eli.thegreenplace.net/2019/go-internals-capturing-loop-variables-in-closures/
Golang drawer
http://www.melvinvivas.com/develop-graphql-web-apis-using-golang/
Golang drawer
https://github.com/rothgar/mastering-zsh
GitHub
GitHub - rothgar/mastering-zsh: Advanced topics to take advantage of zsh
👩💻
👨💻
Advanced topics to take advantage of zsh
👩💻
👨💻
. Contribute to rothgar/mastering-zsh development by creating an account on GitHub.
Golang drawer
https://techblog.fexcofts.com/2019/09/16/go-and-test-goconvey/
Tech Blog
Go and Test: GoConvey - Tech Blog
BDD with GoConvey GoConvey is a very good suite to test in Go. It has a lot of interesting characteristics, it is very flexible and it help us do testing.…
Golang drawer
https://arschles.com/blog/go-1.13-for-private-repositories/
arschles
Go 1.13 for Private Repositories
Aaron on the Web
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://www.codementor.io/beber89/webassembly-to-run-blockchain-using-go-yuw6f9u7m
www.codementor.io
WebAssembly to run blockchain using Go | Codementor
This is an article aiming at explaining how to deploy a Go application as a webassembly. The example running here demonstrates how the working of a blockchain in a simple scenario between two imagined users.
Golang drawer
https://medium.com/@aashray/daily-code-5-lamport-clocks-8f6843bf7043
Medium
Daily Code 5: Lamport Clocks
Lamport clocks are one of the simplest, but most critical elements of distributed systems theory. This is because they attempt to define…
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