Golang drawer
@golang101
175
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
175 subscribers
Golang drawer
https://youtu.be/gyNhMsFuwQg?list=PLtoVuM73AmsKzmYldmSvMlGQ8gF4knX0F
YouTube
GopherCon Europe 2019: Julie Qiu - Finding Dependable Go Packages
About the Talk: At some point, we all find ourselves wanting to use a third-party Go package in our code. This talk discusses strategies for discovering, eva...
Golang drawer
https://youtu.be/jb-12DOr5y4
YouTube
GopherCon Europe 2019: Ellen Körbes - Learn Neural Networks With Go, Not Math
About the Talk:
Studying neural networks is a surefire way to end up fighting more math than you can shake a stick at. Wish you could learn about the likes of gradient descent and backpropagation in a language you actually understand—like Go? Then this one…
Golang drawer
https://youtu.be/8TLiGHJTlig?list=PLtoVuM73AmsKzmYldmSvMlGQ8gF4knX0F
YouTube
GopherCon Europe 2019: Mat Ryer - How I Write HTTP Web Services After 8 Years
About the Talk: A look at how the speaker builds web services after doing so for the past eight years. Starting with testing, the talk will cover everything ...
Golang drawer
https://www.youtube.com/playlist?list=PLtoVuM73AmsKzmYldmSvMlGQ8gF4knX0F#gopherconeurope
YouTube
GopherCon Europe: Canary Islands 2019 - YouTube
Golang drawer
https://github.com/tinygo-org/tinygo/releases/tag/v0.7.0
GitHub
tinygo-org/tinygo
Go compiler for small places. Microcontrollers, WebAssembly, and command-line tools. Based on LLVM. - tinygo-org/tinygo
Golang drawer
https://engineering.mixpanel.com/2019/07/24/safely-rewriting-mixpanels-highest-throughput-service-in-golang/
Golang drawer
https://blog.containo.us/announcing-yaegi-263a1e2d070a
Traefik Labs: Say Goodbye to Connectivity Chaos
Announcing Yaegi, Yet Another Go Interpreter
Yaegi, Yet Another Go Interpreter, is an open source project to bring executableGo scripts, embedded plugins on top of the Go runtime...
Golang drawer
https://quasilyte.dev/blog/post/step-pattern/
www.quasilyte.dev
Step driven evaluation · Iskander (Alex) Sharipov technical blog
Technical blog about systems programming and related topics
Golang drawer
https://sagikazarmark.hu/blog/vanity-import-paths-in-go/
Márk Sági-Kazár
Vanity import paths in Go
Recently I migrated one of my libraries (Emperror) to a vanity import path.
Although the migration itself was easy (took less than one day), making the decision,
thinking it through from every angle …
Golang drawer
https://levelup.gitconnected.com/how-i-embedded-resources-in-go-514b72f6ef0a
Medium
How I Embedded Resources in Go
During my internship period at WSO2, Inc I worked on a project to develop a CI/CD pipeline for WSO2 API Manager. The tooling was…
Golang drawer
https://eli.thegreenplace.net/2019/faster-xml-stream-processing-in-go/
Golang drawer
https://medium.com/learning-the-go-programming-language/working-with-compressed-tar-files-in-go-e6fe9ce4f51d
Medium
Working with Compressed Tar Files in Go
This post shows how to use the archive and the compress packages to create code that can programmatically build or extract compressed…
Golang drawer
https://engineering.mixpanel.com/2019/07/24/safely-rewriting-mixpanels-highest-throughput-service-in-golang/
Golang drawer
https://eamoses.github.io/blog/2019/07/23/naming.html
eamoses.github.io
E is for Everything!
Learning code byte by byte.
Golang drawer
https://vincent.bernat.ch/en/blog/2019-makefile-build-golang
vincent.bernat.ch
A Makefile for your Go project
While Go has now a robust dependency management system, a Makefile can still be useful to organize common tasks.
Golang drawer
https://nerocui.github.io/posts/How-to-use-sql-database-in-golang/
Golang drawer
https://medium.com/@j7mbo/bypassing-golangs-lack-of-constructors-b6c7b72ae206
Medium
Bypassing Golang’s lack of constructors
Golang advocates for a package-level factories by convention. If only this were then the singular way of initialising a valid object.
Golang drawer
https://ieftimov.com/post/testing-in-go-subtests/
Ilija Eftimov
👨🚀
Testing in Go: Subtests
Before we begin: The content in this article assumes knowledge of table-driven tests in Go.
Golang drawer
https://www.ardanlabs.com/blog/2019/07/garbage-collection-in-go-part3-gcpacing.html
Ardan Labs
Garbage Collection In Go : Part III - GC Pacing
Ardan Labs is trusted by small startups and Fortune 500 companies to train their engineers and develop business software solutions and applications.
Golang drawer
https://redislabs.com/blog/5-steps-building-great-redis-module/
Redis Labs
5 Steps to Building a Great Redis Module | Redis Labs
Here are five things to keep in mind when writing a Redis module. Find a compelling module use case, Polish your API, Be a good citizen...,