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/143
Changelog
context.Context with Francesc Campoy & Isobel Redelmeier (Go Time #143)
Francesc Campoy and Isobel Redelmeier joins the panel to discuss Go's context package including real-world insights into its use and misuse.
Golang drawer
https://entgo.io/
entgo.io
Golang drawer
https://taskfile.dev/#/
Golang drawer
https://blog.kalbhor.xyz/post/implementing-traceroute-in-go/
Golang drawer
https://talks.rmoff.net/JG780y/building-a-telegram-bot-with-apache-kafka-and-ksqldb
talks.rmoff.net
🤖
Building a Telegram bot with Apache Kafka and ksqlDB by Robin Moffatt
Imagine you’ve got a stream of data; it’s not “big data,” but it’s certainly a lot. Within the data, you’ve got some bits you’re interested in, and of those bits, you’d like to be able to query information about them at any point. Sounds fun, right? Since…
Golang drawer
https://willschenk.com/articles/2020/using_askgit/
Willschenk
Using Askgit
askgit provides a sql interface to your git repository. Let's install it and see what we can figure out about the repo. Installing Following the instructions on the website, we can build the go binary with: go get -v -tags=sqlite_vtable github.com/augmentable…
Golang drawer
https://blog.pingfrommorocco.com/2020/08/porting-golang-and-rust-cli-tool-to-d.html
Pingfrommorocco
Porting a Golang and Rust CLI tool to D
A few days ago, in the programming subreddit, Paulo Henrique Cuchi shared his experience writing a command line tool in both Rust and Go . T...
Golang drawer
https://fraugster.com/blog/post/future-proofing-our-storage-needs-with-aws-athena-apache-parquet
Fraugster
Swimming in Datalakes with Go
Future proofing our storage needs with AWS Athena & Apache Parquet.
Golang drawer
https://github.com/sethvargo/go-signalcontext
GitHub
GitHub - sethvargo/go-signalcontext: Create Go contexts that cancel on signals.
Create Go contexts that cancel on signals. Contribute to sethvargo/go-signalcontext development by creating an account on GitHub.
Golang drawer
https://pkg.go.dev/badge/
pkg.go.dev
Badge - Go Packages
Create a badge to link to pkg.go.dev from your project website or README file.
Golang drawer
https://github.com/schollz/miti
GitHub
GitHub - schollz/miti: miti is a musical instrument textual interface. Basically, its MIDI, but with human-readable text.
miti is a musical instrument textual interface. Basically, its MIDI, but with human-readable text. :musical_note: - GitHub - schollz/miti: miti is a musical instrument textual interface. Basically,...
Golang drawer
https://github.com/zu1k/nali
GitHub
GitHub - zu1k/nali: An offline tool for querying IP geographic information and CDN provider. 一个查询IP地理信息和CDN服务提供商的离线终端工具.
An offline tool for querying IP geographic information and CDN provider. 一个查询IP地理信息和CDN服务提供商的离线终端工具. - zu1k/nali
Golang drawer
https://github.com/pomerium/pomerium
GitHub
GitHub - pomerium/pomerium: Pomerium is an identity and context-aware access proxy.
Pomerium is an identity and context-aware access proxy. - pomerium/pomerium
Golang drawer
https://github.com/minekube/gate
GitHub
GitHub - minekube/gate: High-performance, resource-efficient Minecraft reverse proxy and library with robust multi-protocol version…
High-performance, resource-efficient Minecraft reverse proxy and library with robust multi-protocol version support. Designed as a scalable Velocity/BungeeCord alternative, suitable for both develo...
Golang drawer
https://github.com/meloalright/guora
GitHub
GitHub - meloalright/guora:
🖖🏻
A self-hosted Quora like web application written in Go 基于 Golang 类似知乎的私有部署问答应用 包含问答、评论、点赞、管理后台等功能
🖖🏻
A self-hosted Quora like web application written in Go 基于 Golang 类似知乎的私有部署问答应用 包含问答、评论、点赞、管理后台等功能 - meloalright/guora
Golang drawer
https://blog.carlmjohnson.net/post/2020/working-with-errors-as/
blog.carlmjohnson.net
Creating Domain Specific Error Helpers in Go With errors.As
The other day, I was reading a website about some historical documents, when I saw that it had an error message on top:
Screenshot from the site
Some quick searching online for the error message revealed that it was caused by a mismatch…
Golang drawer
https://github.com/betty200744/ultimate-go
GitHub
GitHub - betty200744/ultimate-go: This repo contains my notes on working with Go and computer systems.
This repo contains my notes on working with Go and computer systems. - GitHub - betty200744/ultimate-go: This repo contains my notes on working with Go and computer systems.
Golang drawer
https://centrifugal.github.io/centrifugo/blog/quic_web_transport/
Golang drawer
https://maori.geek.nz/making-asteroids-game-with-golang-lorca-webview-and-wasm-9a8bed30cf72
Medium
Making Asteroids Game with Golang, Lorca/Webview and WASM
Lets make an Asteroids game with Golang Lorca/Webview and WASM
Golang drawer
https://dunglas.fr/2020/08/a-structured-http-fields-parser-and-serializer-for-the-go-programming-language/
Kévin Dunglas - Founder of Les-Tilleuls.coop (worker-owned cooperative). Creator of API Platform, Mercure.rocks, Vulcain.rocks and of some Symfony components.
A Structured HTTP Fields Parser and Serializer for the Go Programming Language - Kévin Dunglas
"Structured Field Values for HTTP" is an upcoming RFC defining a set of well-defined data types to use in HTTP headers and trailers. This new format will improve the interoperability and the safety of HTTP by allowing to create generic parsers and serializers…