Golang drawer
@golang101
177
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
177 subscribers
Golang drawer
https://entgo.io/blog/2019/10/03/introducing-ent/
entgo.io
Introducing ent | ent
The state of Go in Facebook Connectivity Tel Aviv
Golang drawer
https://blog.semmle.com/golang-lgtm-support-beta/?hss_channel=lcp-458015
Semmle
Golang Support on LGTM - Now in Beta
LGTM now supports Golang, aka Go, on a limited number of projects and features. Learn how you can now write and run QL queries to analyze your Go projects.
Golang drawer
https://medium.com/grail-eng/bigslice-a-cluster-computing-system-for-go-7e03acd2419b
Medium
Bigslice: a cluster computing system for Go
At GRAIL, our mission is to detect cancer early, when it can be cured. Our approach is a particularly data intensive one. We collect…
Golang drawer
https://github.com/tidwall/doppio
GitHub
GitHub - tidwall/doppio: Doppio is a fast LRU cache on top of Ristretto, Redcon, and Evio. Support for the Redis protocol.
Doppio is a fast LRU cache on top of Ristretto, Redcon, and Evio. Support for the Redis protocol. - GitHub - tidwall/doppio: Doppio is a fast LRU cache on top of Ristretto, Redcon, and Evio. Suppor...
Golang drawer
https://medium.com/grail-eng/self-managing-serverless-computing-with-bigmachine-e75bd412ef5a
Medium
Self-managing serverless computing with Bigmachine
Building systems on modern cloud infrastructure can often feel like an exercise in systems integration rather than systems building. Cloud…
Golang drawer
https://github.com/corywalker/expreduce
GitHub
GitHub - corywalker/expreduce: An experimental computer algebra system written in Go
An experimental computer algebra system written in Go - corywalker/expreduce
Golang drawer
https://github.com/acomagu/trie
GitHub
acomagu/trie
The fast and flexible Trie Tree implementation in Go. - acomagu/trie
Golang drawer
https://github.com/peterhoward42/godesktopgui
GitHub
peterhoward42/godesktopgui
This program demonstrates the potential of Go to create a standalone desktop application with a sophisticated GUI. - peterhoward42/godesktopgui
Golang drawer
https://divan.dev/posts/gopath/
divan's blog
I still
❤️
you, GOPATH · divan's blog
Golang drawer
https://blog.doit-intl.com/hacking-google-cloud-run-to-run-long-background-tasks-6eb410259a81
Medium
Hacking Google Cloud Run
Opinionated take on how to use Google Cloud Run for functions that take longer than 10–15 minutes
Golang drawer
https://youtu.be/b3fhA12KS48
#vids
YouTube
CUE: a data constraint language and shoo-in for Go. Marcel van Lohuizen, Google.
A configuration language needs to balance compactness with complexity. Most language end up being too complex for the value they provide. We show that inheritance is the culprit and provide an alternative: constraints. CUE's constrain describe configurations…
Golang drawer
https://youtu.be/ILfPgkqdSYc
#vids
YouTube
Stefan Baerisch - Go(lang) to Python
"Go(lang) to Python [EuroPython 2019 - Talk - 2019-07-12 - Osaka / Samarkand] [Basel, CH] By Stefan Baerisch Python and Go are a great combination. Like Pyth...
Golang drawer
https://blog.jbowen.dev/2019/09/the-magic-of-go-comments/
blog.jbowen.dev
The Magic of Go Comments
Comments are a valuable tool for documenting and communicating
information about code. They are a common feature
in nearly every programming language and Go is no exception. However,
comments in Go programs can do far more than providing
information readers…
Golang drawer
https://marcofranssen.nl/manage-go-tools-via-go-modules/
marcofranssen.nl
Manage Go tools via Go modules | Marco Franssen
In this blog I will cover how I'm managing and versioning the tools my Go projects depend on. Go Modules are available since Go 1.11. Using Go Modules you can manage the dependencies for your project. You can compare it to NPM in Nodejs projects or Maven…
Golang drawer
https://eli.thegreenplace.net/2019/simple-go-project-layout-with-modules/
Golang drawer
https://yalantis.com/blog/speed-up-json-encoding-decoding/
Yalantis
Best practices for speeding up JSON encoding and decoding in Go
In this article, we compare best libraries for speeding up json parsing in Golang. Discover how different tools perform under different conditions.
Golang drawer
https://trierra.dev/how-to-configure-a-golang-logger-logrus-for-production/
#logrus
Golang drawer
https://levelup.gitconnected.com/solve-readers-writers-problem-with-go-in-5-lines-of-code-d9c5fc8a8262
#io
Medium
Solve Readers-Writers Problem with Go in 5 Lines of Code
Solve a very popular example and interview exercise about concurrency programming in Go with just 5 lines of code.
Golang drawer
https://medium.com/a-journey-with-go/go-keeping-a-variable-alive-c28e3633673a
#vars
Medium
Go: Keeping a Variable Alive
ℹ️
This article is based on Go 1.13.
Golang drawer
https://dev.to/maxwellhertz/tutorial-integrate-gin-with-cabsin-56m0
DEV Community
Tutorial: Integrate Gin with Cabsin
I've been working on a Java project recently in which our team uses Apache Shiro to do some authentic...