Golang drawer
@golang101
173
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
173 subscribers
Golang drawer
https://github.com/jpillora/opts
GitHub
GitHub - jpillora/opts: A Go (golang) package for building frictionless command-line interfaces
A Go (golang) package for building frictionless command-line interfaces - GitHub - jpillora/opts: A Go (golang) package for building frictionless command-line interfaces
Golang drawer
https://x-team.com/blog/6-useful-go-frameworks-in-2019/
X-Team - The World's Most Energizing Community for Developers
6 Useful Go Frameworks in 2019
While the stdlib of Go is incredibly capable, not everything is baked into it. Here are 6 well-liked Go frameworks that extend the functionality of Go.
Golang drawer
https://blog.myhro.info/2019/05/local-dns-over-tls-dot-forwarder-with-coredns
blog.myhro.info
Local DNS-over-TLS (DoT) forwarder with CoreDNS
The first time I heard about DNS-over-TLS (DoT) was about a year ago, when Cloudflare launched their 1.1.1.1 public resolver. It immediately appeared to be a...
Golang drawer
https://github.com/tywkeene/go-fsevents
GitHub
GitHub - tywkeene/go-fsevents: Recursive filesystem event watcher using inotify in golang
Recursive filesystem event watcher using inotify in golang - GitHub - tywkeene/go-fsevents: Recursive filesystem event watcher using inotify in golang
Golang drawer
https://chouak.me/2018-08-02-godyn/
chouak.me
Godyn
Go introspection library
Golang drawer
https://towardsdatascience.com/making-a-dota2-bot-using-ml-c8cb2423a2be
Medium
Making a DotA2 Bot Using ML
Problem
Golang drawer
https://developer.here.com/blog/how-to-work-with-geojson-data-in-golang-for-here-xyz
HERE Developer Blog
How to Work with GeoJSON Data in Golang for HERE XYZ - HERE Developer
Since I’m personally becoming more familiar with HERE XYZ, I’ve been learning about all the bits and pieces that go with it, and that includes data formats such as GeoJSON. In a previous tutorial titled, Format Data into GeoJSON with JavaScript to be used…
Golang drawer
https://riedmann.dev/2019/06/02/GitGud.html
Golang drawer
https://badootech.badoo.com/bitmap-indexes-in-go-unbelievable-search-speed-bb4a6b00851
Medium
Bitmap indexes in Go: unbelievable search speed
My name is Marko and I gave a talk at Gophercon Russia this year about a very interesting kind of indexes called “bitmap indexes”. I wanted to share it with the community, not only in video format.
Golang drawer
https://venilnoronha.io/a-step-by-step-guide-to-mtls-in-go
Venil Noronha
A step by step guide to mTLS in Go
Ever wondered what mTLS (mutual TLS) looks like? Come, learn to implement mTLS using Golang and OpenSSL. Introduction TLS (Transport Layer Security) provides the necessary encryption for applications when communicating over a network. HTTPS (Hypertext Transfer…
Golang drawer
https://marianogappa.github.io/software/2019/06/05/lets-build-a-sql-parser-in-go/
Golang drawer
https://medium.com/@eduardoenriquez/building-a-payment-service-bus-using-golang-part-ii-530cad7d8fab
Medium
Building a Payment Service Bus using Golang Part II
In the last post we review our architecture and the reason behind to take that architecture as the way to go, in this post we will review…
Golang drawer
https://dev.to/zenithar/how-i-write-micro-service-part-2-1aj9
The DEV Community
How I write micro-service (part 2)
Golang drawer
https://dev.to/zenithar/how-i-write-micro-service-part-1-8ie
DEV Community
How I write micro-service (part 1)
During my software developer experience, I have seen many bad practices as a code reviewer and collec...
Golang drawer
https://alecthegeek.github.io/golang,/programming/2019/05/28/stuctures-with-embedded-types.html
alecthegeek.github.io
Intialisation of unnamed fields in Go lang
Thoughts of a grumpy geek on technology and probably a few other things.
Golang drawer
https://venilnoronha.io/designing-asynchronous-functions-with-go
Venil Noronha
Designing Asynchronous Functions with Go
Who doesn’t love fully controllable asynchronous APIs? This post is about crafting asynchronous functions using Golang’s Context, Channels, and Goroutines. Introduction For the purpose of this post, let’s consider a user who is searching for a few flights…
Golang drawer
https://boyter.org/posts/trimming-golang-binary-fat/
Golang drawer
https://victorbitca.github.io/posts/2019/04/creating-an-op-z-plugin/
victorbitca.github.io
Creating an OP-Z Plugin
Update On 19.07.01 there was a firmware update, now OP-Z can sample from usb or the mic making half of this article deprecated.
Intro It began in the summer of 2018, when I’ve been playing with my PO-20 “Arcade” wondering if it’s hackable, maybe there’s a…
Golang drawer
https://medium.com/@jayaganesh1997/let-us-sort-25e41a4ba854
Medium
Let US sort
Jayaganesh KalyanasundaramJun 5 · 3 min read
Golang drawer
https://morganwu277.github.io/2018/06/19/from-mutex-to-distributed-lock/
Alice && Bob
From Simple Mutex to Distributed Lock
Lock and Mutex are very basic ideas in every language and OS.Recently, I think for a while about Lock / Mutex/ SpinLock / Reentrant Lock / Distributed Lock, and find something interesting.
Golang drawer
https://octallium.github.io/golang-handbook/
octallium.github.io
The 'Go' Programming Handbook
A guide to understanding the