Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://github.com/Pungyeon/clean-go-article
GitHub
GitHub - Pungyeon/clean-go-article: A reference for the Go community that covers the fundamentals of writing clean code and discusses…
A reference for the Go community that covers the fundamentals of writing clean code and discusses concrete refactoring examples specific to Go. - Pungyeon/clean-go-article
Golang drawer
https://davidsbond.github.io/2019/06/14/creating-grpc-interceptors-in-go.html
Golang drawer
https://stephen.sh/posts/quick-go-performance-improvements
Golang drawer
https://levelup.gitconnected.com/binary-encoding-of-variable-length-options-with-golang-4481ff59e767
Medium
Binary encoding of variable length options with Golang
Reading and writing TLV-encoded messages with Go
Golang drawer
https://engineering.infinityworks.com/sequence-diagrams/
Infinityworks
Generating sequence diagrams from tests in Golang
Golang drawer
https://dannypsnl.github.io//golang/2019/06/18/simple-way-to-ensure-go-interface-wont-be-implement-accidently.html
Golang drawer
https://dominicstpierre.com/easier-way-run-dotnet-linux-with-go
Dominicstpierre
An ~easier way to run ASP.NET MVC 5 apps on Linux with Go
Dominic St-Pierre's Blog
Golang drawer
https://opendatagroup.github.io/development/2019/06/13/go-ffi.html
Open Data Group
Communicating between Go and Python or R
Data science and engineering teams at Open Data Group are polyglot by design: we like to choose the best tool for the task at hand. Most of the time, this means our services and components communicate through things like client libraries and RESTful APIs.…
Golang drawer
https://ieftimov.com/post/testing-in-go-writing-practical-failure-messages/
Ieftimov
Testing in Go: Writing Practical Failure Messages
All developers appreciate code that works, yet we spend much of our working hours debugging existing code. When fixing existing code, what our test failures communicate is paramount to the debugging experience we have.
That’s why in this article we will look…
Golang drawer
https://oralytics.com/2019/06/17/importance-of-setting-fetched-rows-size-for-database-query-using-golang/
Oralytics
Importance of setting Fetched Rows size for Database Query using Golang
When issuing queries to the database one of the challenges every developer faces is how to get the results quickly. If your queries are only returning a small number of records, eg. < 5, then yo…
Golang drawer
https://github.com/pingcap/talent-plan/tree/master/tidb
GitHub
talent-plan/tidb at master · pingcap/talent-plan
open source training courses about distributed database and distributed systems - pingcap/talent-plan
Golang drawer
https://github.com/pingcap/talent-plan/tree/master/tidb/mergesort
GitHub
talent-plan/tidb/mergesort at master · pingcap/talent-plan
open source training courses about distributed database and distributed systems - pingcap/talent-plan
Golang drawer
https://github.com/pingcap/talent-plan/tree/master/tidb/mapreduce
GitHub
pingcap/talent-plan
PingCAP training courses. Contribute to pingcap/talent-plan development by creating an account on GitHub.
Golang drawer
https://github.com/pingcap/talent-plan/tree/master/tidb/join
GitHub
pingcap/talent-plan
PingCAP training courses. Contribute to pingcap/talent-plan development by creating an account on GitHub.
Golang drawer
https://dev.to/aknudsen/automatically-reporting-errors-from-go-grpc-services-ipl
DEV Community
Automatically Reporting Errors from Go gRPC Services
A tutorial on automatically report internal errors in Go gRPC (micro)services.
Golang drawer
https://www.coalfire.com/The-Coalfire-Blog/June-2019/Introducing-Slackor
Coalfire
Introducing Slackor
Slackor is a remote access tool using Slack as a C2 channel. Learn more on this page.
Golang drawer
https://anchor.host/fathoms-internal-api/
Anchor Hosting
Fathom's Internal API
I’m a big fan of Fathom Analytics. It’s the perfect alternative to Google Analytics and something I’ve been using since early 2018. One thing Fathom lacks is an official API which lead me to do some pretty crazy monkey patching in order to extract data from…
Golang drawer
https://poleval.pl/files/poleval2019.pdf
Golang drawer
https://kubernetes.io/blog/2019/06/19/kubernetes-1-15-release-announcement/
Kubernetes
Kubernetes 1.15: Extensibility and Continuous Improvement
We’re pleased to announce the delivery of Kubernetes 1.15, our second release of 2019! Kubernetes 1.15 consists of 25 enhancements: 2 moving to stable, 13 in beta, and 10 in alpha. The main themes of this release are:
Continuous Improvement Project sustainability…
Golang drawer
https://github.com/bradleyjkemp/grpc-tools
GitHub
GitHub - bradleyjkemp/grpc-tools: A suite of gRPC debugging tools. Like Fiddler/Charles but for gRPC.
A suite of gRPC debugging tools. Like Fiddler/Charles but for gRPC. - bradleyjkemp/grpc-tools
Golang drawer
https://grisha.org/blog/2019/06/05/maestro-is-open-source/