Golang drawer
@golang101
175
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
175 subscribers
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://peak.ai/hub/blog/go-types-an-error-story/?hss_channel=tw-3313729591
Peak
Go type error: getting to the bottom of the bugs – Peak
Peak's Technical Architect, Ewan Valentine, shares the story of an odd Go type error which led to some head-scratching amongst the engineering team!
Golang drawer
https://jhall.io/posts/go-json-tricks-slightly-custom-marshaler/
Jonathan Hall
Go JSON Tricks: "Slightly" Custom Marshaling
For more content like this, buy my in-progress eBook, Data Serialization in Go, and get updates immediately as they are added! Have you ever found yourself writing a custom JSON marshaler in Go, because you needed something only slightly different than what…
Golang drawer
https://towardsdatascience.com/i-wrapped-my-spotify-history-the-hard-way-93dc832d9b47
Medium
I wrapped my Spotify history the hard way.
Using Go and PostgreSQL to analyze a year of streaming.
Golang drawer
https://blainsmith.com/articles/signing-jwts-with-gos-crypto-ed25519/
Blainsmith
Signing JWTs with Go's crypto/ed25519 - Blain Smith
Golang drawer
https://embeddedgo.github.io/2019/12/08/playing_with_linear_accelerometer.html
Embedded Go
Playing with linear accelerometer
Bare-metal programming with Go.
Golang drawer
https://ijh.dev/open-source-pipeline/
ijh.dev
IJHDev, blog of a rambling tech lead
IJHDev Blog | The blog of a tech lead, equal parts tutorial and archive for things I have worked on.
Golang drawer
https://pajak.home.blog/2019/12/06/go-starter-pack/
Robert Pajak - My Dev Diary
Go Starter Pack
Below I present a list of resources which I share with my colleagues new to Go (newbie Gophers). Fundamentals: Complete the Tour of Go: Read and practice: and follow: and follow: Good Go resources:…
Golang drawer
https://www.arp242.net/comments.html
www.arp242.net
Good comments read well and are to the point
Golang drawer
https://changelog.com/news/concurrency-parallelism-and-async-design-OAOr
Changelog
Concurrency, parallelism, and async design
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 team…
Golang drawer
https://dave.cheney.net/2019/12/08/dynamically-scoped-variables-in-go
Golang drawer
https://posener.github.io/branch-strategy/
posener.github.io
Versioning with Branching Strategy
Some Thoughts of a Software Developer
Golang drawer
http://musicforprogramming.net/?three
Golang drawer
https://github.com/mercari/go-circuitbreaker
GitHub
GitHub - mercari/go-circuitbreaker: A context aware circuit breaker library in Go.
A context aware circuit breaker library in Go. Contribute to mercari/go-circuitbreaker development by creating an account on GitHub.
Golang drawer
https://github.com/jaypipes/ghw
GitHub
GitHub - jaypipes/ghw: Go HardWare discovery/inspection library
Go HardWare discovery/inspection library. Contribute to jaypipes/ghw development by creating an account on GitHub.
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…