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/cloudwego/hertz
GitHub
GitHub - cloudwego/hertz: Go HTTP framework with high-performance and strong-extensibility for building micro-services.
Go HTTP framework with high-performance and strong-extensibility for building micro-services. - cloudwego/hertz
Golang drawer
https://github.com/vitessio/vitess/releases/tag/v15.0.0
GitHub
Release Vitess v15.0.0 · vitessio/vitess
Release of Vitess v15.0.0
Summary
Known Issues
Breaking Changes
Flags
VTTablet Flag Deletions
Vindex Interface
Deprecations
LogStats Table and Keyspace Deprecated
Orchestrator Integration Depr...
Golang drawer
https://github.com/onsi/ginkgo
GitHub
GitHub - onsi/ginkgo: A Modern Testing Framework for Go
A Modern Testing Framework for Go. Contribute to onsi/ginkgo development by creating an account on GitHub.
Golang drawer
https://github.com/karlseguin/ccache
GitHub
GitHub - karlseguin/ccache: A golang LRU Cache for high concurrency
A golang LRU Cache for high concurrency. Contribute to karlseguin/ccache development by creating an account on GitHub.
Golang drawer
https://github.com/FerretDB/FerretDB/releases/tag/v0.6.0
GitHub
Release v0.6.0 Alpha · FerretDB/FerretDB
What's Changed
We are pleased to announce our first Alpha release!
New Features
🎉
Support $max field update operator by @noisersup in #1124
Migrate FerretDB to Kong by @noisersup in #1184
Make...
Golang drawer
https://github.com/nanmu42/tart/
GitHub
GitHub - nanmu42/tart: A toy Gitlab CI Runner backed by Firecracker MicroVM | 基于Firecracker MicroVM的玩具Gitlab CI Runner
A toy Gitlab CI Runner backed by Firecracker MicroVM | 基于Firecracker MicroVM的玩具Gitlab CI Runner - nanmu42/tart
Golang drawer
https://aretext.org
aretext.org
aretext : minimalist text editor with vim-compatible key bindings
aretext: minimalist text editor with vim-compatible key bindings
Golang drawer
https://github.com/anchore/quill
GitHub
GitHub - anchore/quill: Simple mac binary signing from any platform
Simple mac binary signing from any platform. Contribute to anchore/quill development by creating an account on GitHub.
Golang drawer
https://github.com/golang-module/carbon
GitHub
GitHub - golang-module/carbon: Move to https://github.com/dromara/carbon
Move to https://github.com/dromara/carbon. Contribute to golang-module/carbon development by creating an account on GitHub.
Golang drawer
https://go101.org/blog/2022-10-01-three-way-string-comparison.html
go101.org
No Safe Efficient Ways to Do Three-way String Comparisons in Go -Go 101
Golang online books, articles, tools, etc.
Golang drawer
https://yewtu.be/watch?v=Iw5Y_-vsGac&t=3s
anthonygg | Invidious
LIVE Golang Programming - Decentralized Poker Game EP1
In this Golang tutorial series, we will create a peer to peer crypto poker engine in Golang and Solidity on the Ethereum blockchain. We will write everything ourselves; TCP network, gossip protocol, decentralized dealer, and crypto encryption.
📢
I am also…
Golang drawer
https://blog.livekit.io/scaling-webrtc-with-distributed-mesh/
LiveKit Blog
Scaling WebRTC With a Globally Distributed Mesh Network
A technical deep-dive into the architecture of LiveKit Cloud and how we built a system for real-time, 100K-user events.
Golang drawer
https://go101.org/blog/2022-08-22-some-undocumented-changes-in-go-1.18-and-1.19.html
go101.org
Some Undocumented Changes in Go 1.18 and 1.19
-Go 101
Golang online books, articles, tools, etc.
Golang drawer
https://changelog.com/gotime/253
Changelog
Spooky stories to scare devs
👻
with Mat, Kris, Natalie, Johnny & Dee Kitchen (Go Time #253)
Mat Ryer gathers a gang of ghouls and ghosts to tell spooky developer stories! Join us to hear tales of Mat's $1k nightmare, Dee's infinite loop of horror, Natalie's haunted time as a junior dev & many, many more.
Golang drawer
https://github.blog/changelog/2022-10-25-codeql-code-scanning-now-supports-customizing-build-configurations-for-go-analysis/
The GitHub Blog
CodeQL code scanning now supports customizing build configurations for Go analysis | GitHub Changelog
Golang drawer
https://tailscale.com/blog/ssh-console/
Tailscale
Stop making an SSH client the hard way: Tailscale SSH Console
Explore Tailscale SSH Console, a web-based SSH client that simplifies connecting to your devices. Learn how Tailscale integrates WebAssembly, WireGuard, and SSH for secure, password-free access right from your browser."
Golang drawer
https://groups.google.com/g/golang-nuts/c/0D1HwgYge94/m/SO3Tr1zBBwAJ
Golang drawer
https://github.com/flyingmutant/rand
GitHub
GitHub - flyingmutant/rand: Fast, high quality alternative to math/rand and golang.org/x/exp/rand
Fast, high quality alternative to math/rand and golang.org/x/exp/rand - flyingmutant/rand
Golang drawer
https://dev-nonsense.com/posts/incremental-parsing-in-go/
Dev-Nonsense
incremental parsing in go | dev-nonsense
This post is an attempt to explain the incremental parsing algorithm aretext uses for syntax highlighting.
Like the rest of aretext, parsers are implemented in Go for portability and performance. Most people do not consider Go a functional programming language;…
Golang drawer
https://github.com/charmbracelet/vhs
GitHub
GitHub - charmbracelet/vhs: Your CLI home video recorder
📼
Your CLI home video recorder
📼
. Contribute to charmbracelet/vhs development by creating an account on GitHub.
Golang drawer
https://yewtu.be/watch?v=v24wrd3RwGo
Gopher Academy | Invidious
GopherCon 2022: Russ Cox - Compatibility: How Go Programs Keep Working
Go 1, the first stable release of Go, came with a compatibility promise. This talk will explain why that's important, what it does and doesn't mean, and the strategies Go uses to continue to evolve without breaking your programs.