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/francoispqt/gojay
GitHub
GitHub - francoispqt/gojay: high performance JSON encoder/decoder with stream API for Golang
high performance JSON encoder/decoder with stream API for Golang - GitHub - francoispqt/gojay: high performance JSON encoder/decoder with stream API for Golang
Golang drawer
https://github.com/fireworq/fireworq
GitHub
GitHub - fireworq/fireworq: Fireworq is a lightweight, high-performance, language-independent job queue system.
Fireworq is a lightweight, high-performance, language-independent job queue system. - fireworq/fireworq
Golang drawer
https://github.com/geziyor/geziyor
GitHub
GitHub - geziyor/geziyor: Geziyor, blazing fast web crawling & scraping framework for Go. Supports JS rendering.
Geziyor, blazing fast web crawling & scraping framework for Go. Supports JS rendering. - geziyor/geziyor
Golang drawer
https://github.com/shurcooL/githubv4
GitHub
GitHub - shurcooL/githubv4: Package githubv4 is a client library for accessing GitHub GraphQL API v4 (https://docs.github.com/en/graphql).
Package githubv4 is a client library for accessing GitHub GraphQL API v4 (https://docs.github.com/en/graphql). - shurcooL/githubv4
Golang drawer
https://github.com/journeymidnight/yig
GitHub
GitHub - journeymidnight/yig: An open source object storage server with Amazon S3 compatible API
An open source object storage server with Amazon S3 compatible API - journeymidnight/yig
Golang drawer
https://yourbasic.org/golang/gotcha/
yourbasic.org
Do you make these Go coding mistakes?
27 Go gotchas and pitfalls intended to help you find and fix similar problems in your own code.
Golang drawer
https://medium.com/@blanchon.vincent/go-how-does-defer-statement-work-1a9492689b6e
Medium
Go: How Does defer Statement Work?
ℹ️
This article is based on Go 1.12.
Golang drawer
https://flaviocopes.com/golang-algorithms-binary-search/
Flaviocopes
Binary Search Algorithm Implemented in Go
How to implement the Binary Search Algorithm in Go
Golang drawer
https://www.youtube.com/watch?v=Hr0nCeHcaX4&feature=share
YouTube
The State of Caching in Go
Speaker: https://twitter.com/mangalaman93Slides: https://docs.google.com/presentation/d/1J5YaCWx5fbSVY_HMw89NRP-s5l_vnuiIBRVuB4PdTuE/edit?usp=sharingInitiall...
Golang drawer
https://www.youtube.com/watch?v=XlVFYBcKP4o&feature=share
Golang drawer
https://go-talks.appspot.com/github.com/marselester/kafka-for-gophers/kafka.slide#1
Golang drawer
https://cs.vu.nl/~aua400/pubs/graphless.pdf
Golang drawer
https://drops.dagstuhl.de/opus/volltexte/2019/10479/pdf/LIPIcs-CPM-2019-8.pdf
Golang drawer
https://ceur-ws.org/Vol-2372/SEIM_2019_paper_20.pdf
Golang drawer
https://blog.benjojo.co.uk/post/dell-switch-hacking
Golang drawer
https://david-codes.hatanian.com/2019/06/09/aws-costs-every-programmer-should-now.html
Hatanian
AWS costs every programmer should know
The title for this blog post is a direct reference to Latency Numbers Every Programmer Should Know. There are several versions of those numbers available now...
Golang drawer
https://arp242.net/censorship.html
www.arp242.net
The other kind of censorship
Golang drawer
https://sigusr2.net/check-for-go-errors.html
Golang drawer
https://npf.io/2019/06/do-or-do-not/
Golang drawer
https://mikemadisonweb.github.io/2018/06/14/go-remote-debug/
mikemadisonweb.github.io
How to debug Golang applications inside Docker containers using Delve · todo(): redo · Mikhail Bakulin's blog
Remote debugging Go programs within Docker containers from your favorite IDE (Goland, of course)
Golang drawer
https://blog.afoolishmanifesto.com/posts/leatherman-go-generate/
fREW Schmidt's Foolish Manifesto
Leatherman: Using `go generate`
This weekend I updated the leatherman’s code to be a little more automated,
using go generate and some nice parsing tooling.