Golang drawer
@golang101
173
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
173 subscribers
Golang drawer
https://developer20.com/json/
Developer20
JSON in Go
Golang drawer
https://www.golang-book.com/books/intro
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://go.dev/play/p/ajLnlFu6hyg
go.dev
Go Playground - The Go Programming Language
Golang drawer
https://www.infoworld.com/article/3677772/literate-programming-in-go.html
InfoWorld
Literate programming in Go
Our 'code-as-wiki' approach falls far short of the standard set by Donald Knuth, but we hope he might see it as a step in the right direction.
Golang drawer
https://dagger.io/blog/go-sdk
dagger.io
Your CI pipelines should be code: introducing the Dagger Go SDK - Dagger
Powerful, programmable CI/CD engine that runs your pipelines in
containers — pre-push on your local machine and/or post-push in CI
Golang drawer
https://pace.dev/blog/2018/05/09/how-I-write-http-services-after-eight-years.html
Pace Blog
How I write HTTP services after eight years by Mat Ryer - PACE.
Mat Ryer has been writing Go since r59—a pre `1.0` release—and has been building HTTP APIs and services in Go for the past eight years. He shares his experience and insights.
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://automatetheboringstuff.com/
Golang drawer
https://getstream.io/blog/switched-python-go/
getstream.io
Why We Switched from Python to Go
Deciding on a programming language is always a difficult choice, learn why Stream switched from Python to Go as our language of choice.
Golang drawer
https://howistart.org/posts/go/1/
Golang drawer
https://www.arangodb.com/2020/09/a-story-of-a-memory-leak-in-go-how-to-properly-use-time-after/
ArangoDB
Fixing a Memory Leak in Go: Understanding time.After
Learn from a memory leak story in Go and how to correctly utilize time.After. Gain insights into efficient memory management and Go programming practices.
Golang drawer
https://yewtu.be/watch?v=yd_rtwYaXps
GopherCon Israel | Invidious
The Zen of Go / Dave Cheney
Something that came out of the discussion around the debacle of try earlier in the year was a comment that Peter Bourgon made on the GoTime podcast where he suggested that Go should have a set of values. His specific example was "error handling should be…
Golang drawer
https://yewtu.be/watch?feature=share&v=_SmXEb7ZWHw
Robson Dev | Invidious
Go Modules #golang
No vídeo de hoje vamos aprender como gerenciar dependências em Go usando Go Modules. Veremos como instalar módulos de terceiros em nossos projetos e como trabalhar de maneira offline com mod vendor.
Golang drawer
https://yewtu.be/watch?t=714&v=gPxFOMuhnUU&feature=youtu.be
GopherCon Israel | Invidious
The garbage collector / Maya Rosecrance
https://speakerdeck.com/gopherconil/maya-rosecrance
We’ll go through a high level overview of how the golang garbage collector works. We’ll also touch on the one knob we have to tweak, the garbage collector GCPercent and when it might make sense to do so.…
Golang drawer
https://github.com/tinkerbaj/gotranslate
GitHub
GitHub - tinkerbaj/gotranslate
Contribute to tinkerbaj/gotranslate 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.
Golang drawer
https://vanitynotes.com/posts/20221101-the-real-problem-with-go
Golang drawer
https://coder.com/blog/go-leak-mysteries
Coder
HTTP Resource Leak Mysteries in Go
Last week, an engineer noticed something suspicious in our dogfood cluster’s main coder service, coderd...
Golang drawer
https://betterprogramming.pub/build-a-desktop-app-using-react-and-go-13c425bf2dba
Medium
Build a Desktop App in Go Using Wails and React
Go meets Web technologies