Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
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...,
Golang drawer
https://gmdevblog.com/creating-a-discord-message-recording-bot-with-go/
Game Developer's Blog - It's all game development tools & fun
The Blog is closing
As you may know, I have decided to move over to YouTube & Discord. I believe that I can help more in there more than the blog. I also announced the upcoming updates for my extensions, particularly a "One-In-All Mobile Extension" for Game Maker and Augmented…
Golang drawer
https://andrewpillar.com/programming/2019/07/13/orms-and-query-building-in-go/
Andrewpillar
ORMs and Query Building in Go
Recently, I have been looking into various solutions for interacting with
databases with ease in Go. My go to library for database work in Go is
sqlx, this makes unmarshalling the data from
the database into structs a cinch. You write out your SQL query,…
Golang drawer
https://codeburst.io/json-parsing-and-benchmarking-in-go-a5ccdf7bbd2b
Medium
JSON Parsing and Benchmarking in Go
Hello programmers,
Golang drawer
https://dev.to/cmelgarejo/creating-an-opinionated-graphql-server-with-go-part-2-46io
DEV Community
Creating an opinionated GraphQL server with Go - Part 2
We'll be now add GQLGen's generated server into our project and start gqling away! And, we are going...
Golang drawer
https://itnext.io/practical-guide-to-securing-grpc-connections-with-go-and-tls-part-1-f63058e9d6d1
Medium
Practical guide to securing gRPC connections with Go and TLS — Part 1
Contrary to popular belief, you don’t need to manually provide the Server certificate to your gRPC Client in order to encrypt the…
Golang drawer
https://nattapol42.com/how-to-use-govendor/
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 –