Golang drawer
@golang101
175
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
175 subscribers
Golang drawer
https://blog.iota.org/open-sourcing-of-the-goshimmer-prototype-891c0a8eafcb
Medium
Open Sourcing of the GoShimmer Prototype
At IOTA we strongly support the decentralized and transparent nature of DLTs. Not only within the technology we develop, but also within…
Golang drawer
https://esimov.com/2019/07/pigo-face-detection-library
Esimov
Endre Simo - Technical overview of Pigo face detection library
This is a thorough overview of the Pigo face detection library including examples, use cases, it's integration into other languages and platforms.
Golang drawer
https://medium.com/@c_bata_/practical-bayesian-optimization-in-go-using-goptuna-edf97195fcb5
Medium
Practical bayesian optimization using Goptuna
Bayesian optimization is widely used to find the maximum or minimum value of black-box function. Although it has already been utilized for…
Golang drawer
https://www.mailgun.com/blog/gubernator-cloud-native-distributed-rate-limiting-microservices
Mailgun
Gubernator: Cloud-native distributed rate limiting for microservices
Gubernator evenly distributes rate limit requests across the entire cluster, which means you can scale the system by simply adding more nodes. Read more –
Golang drawer
https://github.com/WeWorkSandbox/lingo
GitHub
WeWorkSandbox/lingo
A Go library for dynamic SQL query generation. Contribute to WeWorkSandbox/lingo development by creating an account on GitHub.
Golang drawer
https://blog.cosmos.network/writing-a-built-in-tendermint-core-app-in-go-a52f3a35ec09
Medium
Writing a built-in Tendermint Core app in Go
Learn how to build a simple blockchain in Go.
Golang drawer
https://philpearl.github.io/post/json_why_slow/
Golang drawer
http://www.pathsensitive.com/2019/07/the-best-refactoring-youve-never-heard.html
Pathsensitive
The Best Refactoring You've Never Heard Of
Update 12/31/2019 : I have also written a guest post on this topic for PL Perspectives, with fewer details but more applications. Update 7...
Golang drawer
https://techblog.fexcofts.com/2019/07/28/programming-for-performance-go-and-scala-akka/
Tech Blog
Programming for Performance: Go and Scala/Akka - Tech Blog
This post is more some written thoughts about the current programming ways and practices in the Fexco API than some serious stuff about above mentioned language and framework. Training about…
Golang drawer
http://thume.ca/2019/07/14/a-tour-of-metaprogramming-models-for-generics/
thume.ca
Models of Generics and Metaprogramming: Go, Rust, Swift, D and More - Tristan Hume
Golang drawer
https://brycewray.com/posts/2019/07/why-staying-with-hugo/
Brycewray
Why I’m staying with Hugo
After experimenting for a few weeks with Gatsby and a few other trendy SSGs, I realize just how good I have it with Hugo.
Golang drawer
https://www.youtube.com/playlist?list=PLtoVuM73AmsKzmYldmSvMlGQ8gF4knX0F
YouTube
GopherCon Europe: Canary Islands 2019 - YouTube
Golang drawer
https://about.sourcegraph.com/go/
Sourcegraph
Sourcegraph | Blog
Our announcements, product updates, news releases and more
Golang drawer
https://github.com/dwhitena/gc-ml
GitHub
GitHub - dwhitena/gc-ml: Go ML/AI Training Materials for GopherCon 2019
Go ML/AI Training Materials for GopherCon 2019. Contribute to dwhitena/gc-ml development by creating an account on GitHub.
Golang drawer
https://github.com/liftbridge-io/liftbridge
GitHub
GitHub - liftbridge-io/liftbridge: Lightweight, fault-tolerant message streams.
Lightweight, fault-tolerant message streams. Contribute to liftbridge-io/liftbridge development by creating an account on GitHub.
Golang drawer
https://about.sourcegraph.com/go/gophercon-2019-generics-in-go
Sourcegraph
GopherCon 2019 - Generics in Go
Advantages and requirements for generics in Go.
Golang drawer
https://about.sourcegraph.com/go/gophercon-2019-on-the-road-to-go-2
Sourcegraph
GopherCon 2019 - On the road to Go 2
We're on the road to Go 2. But where exactly are we? Where are we headed? Come find out.
Golang drawer
https://medium.com/swlh/programming-business-processes-in-golang-f3612108d16b
Medium
Programming business processes in Golang
Programming business logic is the programmers daily work. Business logic creates business value for the customer by transforming and…
Golang drawer
https://rogchap.com/2019/06/25/mocking-grpc-in-go/
Rogchap
Mocking gRPC in Go
One of the huge benefits of using gRPC is the ability to autogenerate our client and server stubs from the protocol buffer definitions.
In the same way, we can we generate our own code by building a plugin for the protocol buffer compiler (protoc).
The plugin…
Golang drawer
https://igor.mp/blog/2019/07/28/own-ddns.html