Golang drawer
@golang101
177
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
177 subscribers
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...
Golang drawer
https://medium.com/@ankur_anand/an-in-depth-introduction-to-99-percentile-for-programmers-22e83a00caf
Medium
An introduction to 99 percentile for programmers.
With examples in Go (Golang).
Golang drawer
https://medium.com/cuddle-ai/building-microservice-using-golang-echo-framework-ff10ba06d508
Medium
Building Microservice using Golang Echo framework
This topic explains how to build a Microservice using the Golang web framework Echo.
Golang drawer
https://medium.com/a-journey-with-go/go-how-does-the-garbage-collector-watch-your-application-dbef99be2c35
#gc
Medium
Go: How Does the Garbage Collector Watch Your Application?
ℹ️
This article is based on Go 1.13.
Golang drawer
https://medium.com/luggit/generating-grpc-protobuf-definitions-to-golang-and-android-85d5ba9bddc3
#grpc
Medium
Generating gRPC/Protobuf definitions to Golang and Android
We show you how turning your gRPC code ready to multiple languages, such as Golang and Android.