Golang drawer
@golang101
173
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
173 subscribers
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
Golang drawer
https://blog.cosee.biz/2019/06/06/the-world-of-testing-in-go/
blog.cosee.biz
The World of Testing in Go - Blog | cosee.de
Testing your code is an essential part of software engineering. Whether you write code first and then tests or the other way around, there should be no discussion about writing tests. The expectation of testing should not be to find bugs but to have a stable…
Golang drawer
https://www.phoronix.com/scan.php?page=news_item&px=Golang-Cheaper-Context-Switches
Phoronix
Golang Gets Cheaper Context Switching - Phoronix
Phoronix is the leading technology website for Linux hardware reviews, open-source news, Linux benchmarks, open-source benchmarks, and computer hardware tests.
Golang drawer
https://dev.to/eminetto/object-calisthenics-in-golang-1h75
DEV Community
Object Calisthenics in Golang
Golang drawer
https://ieftimov.com/post/testing-in-go-failing-tests/
Ieftimov
Testing in Go: Failing Tests
A short overview of the testing package The testing package from Golang’s standard library provides support for automated testing of Go packages. It is intended to be used in combination with the go test command. In combination with go test, this package…
Golang drawer
https://www.grant.pizza/dissecting-go-binaries/