Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://changelog.com/gotime/155
Changelog
What would you remove from Go? (Go Time #155)
When we talk about improving a programming language, we often think about what features we would add. Things like generics in Go, async/away in JS, etc. In this episode we take a different approach and talk about what we would remove from Go to make it better.
Golang drawer
https://github.com/hbollon/go-edlib
GitHub
GitHub - hbollon/go-edlib:
📚
String comparison and edit distance algorithms library, featuring : Levenshtein, LCS, Hamming, Damerau…
📚
String comparison and edit distance algorithms library, featuring : Levenshtein, LCS, Hamming, Damerau levenshtein (OSA and Adjacent transpositions algorithms), Jaro-Winkler, Cosine, etc... - hbo...
Golang drawer
https://github.com/galeone/tfgo
GitHub
GitHub - galeone/tfgo: Tensorflow + Go, the gopher way
Tensorflow + Go, the gopher way. Contribute to galeone/tfgo development by creating an account on GitHub.
Golang drawer
https://github.com/rogchap/wombat
GitHub
GitHub - rogchap/wombat: Cross platform gRPC client
Cross platform gRPC client. Contribute to rogchap/wombat development by creating an account on GitHub.
Golang drawer
https://github.com/tomnomnom/gron
GitHub
GitHub - tomnomnom/gron: Make JSON greppable!
Make JSON greppable! Contribute to tomnomnom/gron development by creating an account on GitHub.
Golang drawer
https://writefreely.org
Golang drawer
https://github.com/raviqqe/muffet
GitHub
GitHub - raviqqe/muffet: Fast website link checker in Go
Fast website link checker in Go. Contribute to raviqqe/muffet development by creating an account on GitHub.
Golang drawer
https://github.com/esimov/pigo
GitHub
GitHub - esimov/pigo: Fast face detection, pupil/eyes localization and facial landmark points detection library in pure Go.
Fast face detection, pupil/eyes localization and facial landmark points detection library in pure Go. - esimov/pigo
Golang drawer
https://github.com/go-masonry/mortar
GitHub
GitHub - go-masonry/mortar: Mortar is a GO framework/library for building gRPC (and REST) web services.
Mortar is a GO framework/library for building gRPC (and REST) web services. - go-masonry/mortar
Golang drawer
https://dmv.myhatchpad.com/insight/mocking-techniques-for-go/
Golang drawer
https://roland.zone/m1-go-benchmarks/
roland.zone
Go standard library benchmarks - Intel vs M1
Golang drawer
https://lukechampine.com/cond.html
Golang drawer
https://medium.com/tempus-ex/gos-recurring-security-problem-2b5339f19216
Medium
Go’s Recurring Security Problem
When you go get a package, Go is designed to build and install the package without running any code from it. The intent is that you can…
Golang drawer
https://arunsori.me/posts/postgres-clickhouse-fdw-in-go/
arunsori.me
Writing a Postgres Foreign Data Wrapper for Clickhouse in Go
Postgres(hereinafter mentioned as PG) is a pretty cool database with lots of nice features, one of them little known ones is the ability of having Foreign data wrappers (hereinafter mentioned as FDWs).
Clickhouse(hereinafter mentioned as CH) is another amazing…
Golang drawer
https://www.maragu.dk/blog/using-dot-imports-in-views-in-go/
www.maragu.dk
Using dot imports in views in Go
Sometimes, what's considered bad practice may make sense.
Golang drawer
https://pmihaylov.com/good-and-bad-practices/
Preslav Mihaylov
Good and Bad Practices - a Limiting Perspective - Preslav Mihaylov
Certain patterns in software are condemned as good or bad practices. But this is a very limited, binary view of programming.
Golang drawer
https://tpaschalis.github.io/golang-aws-lambda-getting-started/
tpaschalis.github.io
An introduction to AWS Lambda functions in Go (plus an API Gateway trigger endpoint)
Golang drawer
https://developer20.com/refactoring-for-better-testability/
Developer20
Refactoring for better testability
Golang drawer
https://www.freecodecamp.org/news/build-your-own-serverless-subscriber-list-with-go-and-aws/
freeCodeCamp.org
How to Build Your Own Serverless Subscriber List with Go and AWS
In this article, I'll share how I lovingly built a subscription sign up flow with email confirmation that doesn’t suck. You can do it, too. If you want to see it in action, you can now subscribe to my email list on victoria.dev [https://victoria.dev/].…
Golang drawer
https://bojanz.github.io/go-constants-json-iota/
bojanz.github.io
Go constants and JSON: To iota and back · bojanz.github.io