Golang drawer
@golang101
175
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
175 subscribers
Golang drawer
https://github.com/mongodb/mongo-go-driver
GitHub
GitHub - mongodb/mongo-go-driver: The Official Golang driver for MongoDB
The Official Golang driver for MongoDB. Contribute to mongodb/mongo-go-driver development by creating an account on GitHub.
Golang drawer
https://github.com/mitchellh/golicense
GitHub
GitHub - mitchellh/golicense: Scan and analyze OSS dependencies and licenses from compiled Go binaries
Scan and analyze OSS dependencies and licenses from compiled Go binaries - mitchellh/golicense
Golang drawer
https://github.com/Xuanwo/go-locale
GitHub
GitHub - Xuanwo/go-locale: Cross platform locale detection for Golang
Cross platform locale detection for Golang. Contribute to Xuanwo/go-locale development by creating an account on GitHub.
Golang drawer
https://github.com/cdr/slog
GitHub
GitHub - coder/slog: Minimal structured logging library for Go
Minimal structured logging library for Go. Contribute to coder/slog development by creating an account on GitHub.
Golang drawer
https://itnext.io/parsing-18-billion-lines-json-with-go-738be6ee5ed2
?
Medium
Parsing 18 billion JSON lines with Go
At my employer Tjek we recently decided to rebuild our event pipeline and move it to Google BigQuery to reduce complexity in the stack and…
Golang drawer
https://martinheinz.dev/blog/11
martinheinz.dev
Going Serverless with OpenFaaS and Golang - Building Optimized Templates
<p>
In the <a href="https://martinheinz.dev/blog/10"> last blog post about <i>OpenFaaS</i> functions</a> we explored what we can do with <i>OpenFaaS</i...
Golang drawer
https://blog.woohoosvcs.com/2019/12/parsing-csv-files-with-golang/
Woohoo Services Blog!
Parsing CSV Files with Golang
This article describes a use case and walks through reading csv files in Golang. It also describes two methods of doing so and reasons why.
Golang drawer
https://changelog.com/gotime/109
Changelog
Concurrency, parallelism, and async design with return guest Roberto Clapis (Go Time #109)
Go was designed with concurrency in mind. That's why we have language primitives like goroutines, channels, wait groups, and mutexes. They're very powerful when used correctly, but they can be very complicated if used unwisely.
Roberto Clapis joins the…
Golang drawer
https://blogtitle.github.io/go-advanced-concurrency-patterns-part-3-channels/
Golang drawer
https://eltonminetto.dev/en/post/2019-12-09-parquet-golang/
My name is Elton
Processing parquet files in Golang
In this post, I will talk about a relatively new data file format, and how to use it in Go.
The format is called Parquet and is currently a project supported by the Apache Foundation. It is a binary file format to store and facilitate data processing a columnar…
Golang drawer
https://scene-si.org/2019/12/11/dependency-injection-with-wire/
scene-si.org
Go: Dependency injection with Wire - via @TitPetric
Golang drawer
https://github.com/ardanlabs/gotraining/blob/master/reading/README.md
GitHub
gotraining/reading/README.md at master · ardanlabs/gotraining
Go Training Class Material : . Contribute to ardanlabs/gotraining development by creating an account on GitHub.
Golang drawer
https://danishpraka.sh/2019/12/07/using-makefiles-for-go.html
Golang drawer
https://conroy.org/introducing-sqlc
Golang drawer
https://engineering.salesforce.com/open-sourcing-the-jenkins-config-driven-pipelines-plugin-9c0becaa5f79
Medium
Open Sourcing the Jenkins Config-Driven Pipelines Plugin
We love configuration as code and pipelines as code!
Golang drawer
https://github.com/crawlab-team/crawlab
GitHub
GitHub - crawlab-team/crawlab: Distributed web crawler admin platform for spiders management regardless of languages and frameworks.…
Distributed web crawler admin platform for spiders management regardless of languages and frameworks. 分布式爬虫管理平台,支持任何语言和框架 - crawlab-team/crawlab
Golang drawer
https://github.com/docker-slim/docker-slim
GitHub
GitHub - slimtoolkit/slim: Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled…
Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source) - slimtoolkit/slim
Golang drawer
https://arschles.com/blog/building-full-stack-applications-with-go-vecty-webassembly/
arschles
Building Full Stack Applications with Go, Vecty & WebAssembly
Aaron on the Web
Golang drawer
https://dev.to/deepu105/golang-for-javascript-developers-part-2-p3p
Golang drawer
https://martinheinz.dev/blog/12
martinheinz.dev
Security and Cryptography Mistakes You Are Probably Doing All The Time
<p>
There are a lot of myths and wrong assumptions about cryptography and security in general. It's common for people to misuse cryptographic primitives, a...