Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://matthias-endler.de/2019/maybe-you-dont-need-kubernetes/
endler.dev
Maybe You Don't Need Kubernetes
Kubernetes is the 800-pound gorilla of container orchestration. It powers some of the biggest deployments worldwide, but it comes with a price tag...
Golang drawer
https://levelup.gitconnected.com/golang-soap-based-services-ccc4b3e3ee2e
Medium
Golang & SOAP Based Services
As golang being prominently adapted across enterprise applications due to its various benefits there are still few unprecedented…
Golang drawer
https://blog.filippo.io/efficient-go-apis-with-the-inliner/
Filippo.io
Efficient Go APIs with the mid-stack inliner
A common task in Go API design is returning a byte slice. In this post I will explore some old techniques and a new one. In particular, we'll see how the mid-stack inliner interacts with escape analysis to make it possible for the most natural API to be also…
Golang drawer
https://github.com/dedis/tlc/tree/master/go/model
GitHub
dedis/tlc
Threshold Logical Clocks and Que Sera Consensus. Contribute to dedis/tlc development by creating an account on GitHub.
Golang drawer
https://utcc.utoronto.ca/~cks/space/blog/programming/GoTryWillBeUsedSimply
Golang drawer
https://ukiahsmith.com/blog/golang-try-and-programming-in-the-large/
Ukiah Smith
Golang Try() and Programming in the Large
The new try() proposal is counter to the core principles of the Go language, specifically software engineering in the large. The proposal’s stated goal is to reduce the tediousness around handling errors. I believe, that in actuality, it would reduce explicitness…
Golang drawer
https://www.mongodb.com/blog/post/mongodb-go-driver-updated-to-version-104
MongoDB
MongoDB Go Driver updated to version 1.0.4 | MongoDB
Version 1.0.4 of the MongoDB Go driver is now available.
Golang drawer
https://github.com/teivah/bitvector
GitHub
teivah/bitvector
Static bit vector structures in Go. Contribute to teivah/bitvector development by creating an account on GitHub.
Golang drawer
https://github.com/cloudflare/tableflip
GitHub
GitHub - cloudflare/tableflip: Graceful process restarts in Go
Graceful process restarts in Go. Contribute to cloudflare/tableflip development by creating an account on GitHub.
Golang drawer
https://github.com/guregu/dynamo
GitHub
GitHub - guregu/dynamo: expressive DynamoDB library for Go
expressive DynamoDB library for Go. Contribute to guregu/dynamo development by creating an account on GitHub.
Golang drawer
https://github.com/go-resty/resty
GitHub
GitHub - go-resty/resty: Simple HTTP, REST, and SSE client library for Go
Simple HTTP, REST, and SSE client library for Go. Contribute to go-resty/resty development by creating an account on GitHub.
Golang drawer
https://github.com/cube2222/octosql
GitHub
GitHub - cube2222/octosql: OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases…
OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL. - cube2222/octosql
Golang drawer
https://github.com/knadh/listmonk
GitHub
GitHub - knadh/listmonk: High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary…
High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app. - knadh/listmonk
Golang drawer
https://github.com/gojuno/minimock
GitHub
GitHub - gojuno/minimock: Powerful mock generation tool for Go programming language
Powerful mock generation tool for Go programming language - gojuno/minimock
Golang drawer
https://medium.com/compass-true-north/concurrent-programming-in-go-de33441ace1c
Medium
Concurrent Programming in Go
A quick case study.
Golang drawer
https://eli.thegreenplace.net/2019/passing-callbacks-and-pointers-to-cgo/
Golang drawer
https://blog.containo.us/can-we-trust-github-stars-e8aa8b6b0baa
Medium
Can We Trust GitHub Stars?
GitHub stars are an essential growth factor for many open source projects, but they can easily be from bot accounts. How can we trust…
Golang drawer
https://andrewpillar.com/programming/2019/07/13/orms-and-query-building-in-go/
Andrewpillar
ORMs and Query Building in Go
Recently, I have been looking into various solutions for interacting with
databases with ease in Go. My go to library for database work in Go is
sqlx, this makes unmarshalling the data from
the database into structs a cinch. You write out your SQL query,…
Golang drawer
https://paweldu.dev/posts/fzf-live-repl/
paweldu.dev
Turn Your fzf Into a Live REPL
I just came up with this idea of abusing fzf --preview flag to turn simple commands into live REPL with instant feedback loop - GitHub repo
Examples Live awk preview $ echo '' | fzf --print-query --preview 'echo "a\nb\nc\nd" | awk {q}' Live awk preview…
Golang drawer
https://donatstudios.com/Golang-Binary-Sizes-Part-2
Donat Studios
Go Binary Sizes Are Relatively Stable
Golang drawer
https://github.com/MontFerret/ferret
GitHub
GitHub - MontFerret/ferret: Declarative web scraping
Declarative web scraping. Contribute to MontFerret/ferret development by creating an account on GitHub.