Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://blog.dgraph.io/post/badger-v1.6.0-release
blog.dgraph.io
Releasing BadgerDB v1.6.0
It’s been almost a years since BadgerDB v1.5.0 was released. While both the
project and the community surrounding it have changed a lot, not many new
releases have seen the light of the day. Happily, this changes today, as we
release BadgerDB v1.6.0 and…
Golang drawer
https://www.codenotary.io/integrating-blockchain-based-code-signing-into-your-application-using-golang/
CodeNotary
Integrating Blockchain-based Code Signing into Your Application Using Golang
Intro
Knowing if your digital assets are safe to use will help you avoid complications from compromised or erroneous code running within your d
Golang drawer
https://hackernoon.com/how-to-build-a-jwt-auth-service-with-go-2af058bc061
Golang drawer
https://boyter.org/posts/sloc-cloc-code-badges/
Golang drawer
https://eli.thegreenplace.net/2019/go-compiler-internals-adding-a-new-statement-to-go-part-1/
Golang drawer
https://ieftimov.com/post/testing-in-go-go-test/
Ilija Eftimov
👨🚀
Testing in Go: go test
If you remember anything from this article, remember this: go test is a command that automates the execution of test files and functions in a Go project.
Golang drawer
https://dev.to/downey/emulating-an-openmp-parallel-for-loop-in-go-4fd7
The DEV Community
Emulating an OpenMP Parallel For-Loop in Go
Golang drawer
https://medium.com/@moshe.beladev.mb/watch-out-for-compiler-optimizations-bdd027071843
Medium
Watch out for Compiler Optimizations
Every compiler, including Golang’s, optimizes our code to an extent. This makes our build faster and outputs a smaller and probably more…
Golang drawer
https://blogtitle.github.io/how-and-why-ill-use-try-in-go/
Golang drawer
https://medium.com/@blanchon.vincent/go-fan-out-pattern-in-our-etl-9357a1731257
Medium
Go: Fan-out Pattern in Our ETL
Go is very popular when it comes to building micro-services, especially with gRPC, but it is also extremely powerful to build command line…
Golang drawer
https://rauljordan.com/2019/07/02/go-lessons-from-writing-a-serialization-library-for-ethereum.html
rauljordan
Go Lessons from Writing a Serialization Library for Ethereum
Background
Golang drawer
https://utcc.utoronto.ca/~cks/space/blog/programming/GoVariableToArrayConversion
Golang drawer
https://medium.com/leboncoin-engineering-blog/fast-cloth-color-identification-from-customer-images-in-pure-go-bec3cc97851e
Medium
Fast cloth color identification from customer images in pure Go
by Pâris DOUADY (backend developer)
Golang drawer
https://alehatsman.com/post/golang_type_declaration_abuse.html
Golang drawer
https://dev.to/douglasmakey/golang-capturing-logs-and-send-an-email-37fc
DEV Community
👩💻
👨💻
Golang: capturing logs and send an email
Capturing logs and send an email by go.
Golang drawer
https://nullprogram.com/blog/2019/06/30/
Golang drawer
https://eleni.blog/2019/06/30/variable-scopes-and-shadowing-in-go/
Eleni Fragkiadaki
Variable scopes and shadowing in Go
A lot of things in life are a matter of perspective and visibility and the same applies to variables in Go
😅
. But what is a variable’s scope, how is it defined and what does it mean to shadow…
Golang drawer
https://medium.com/@kent.rancourt/go-pointers-ex-post-facto-interfaces-100001877b87
Medium
Go Pointers: Ex Post Facto Interfaces
Ex post facto is a Latin phrase meaning “with retroactive effect.” I find this an apt descriptor for the pattern I want to explore in this…
Golang drawer
https://blog.dgraph.io/post/serialization-versioning/
dgraph.io
Semantic Versioning, Go Modules, and Databases
A little bit over a month I joined Dgraph Labs, a really cool tiny startup based (mostly) in San Francisco and Bangalore building what we believe is the next generation of Graph Databases.
Golang drawer
https://tutorialedge.net/golang/go-maps-tutorial/
TutorialEdge.net
Go Maps Tutorial
In this tutorial, we are going to look at how you can effectively use Maps within your Go applications.
Golang drawer
https://tutorialedge.net/golang/go-sorting-with-sort-tutorial/
TutorialEdge.net
Go Sorting With the sort Package - Tutorial
In this tutorial, we are going to be taking a look at how you can implement sorting in your Go applications using the sort package.