Golang drawer
@golang101
173
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
173 subscribers
Golang drawer
https://scribe.rip/@bquenin/modern-rest-api-with-go-and-postgresql-1d48767a813
Golang drawer
https://devhubby.com/thread/how-to-handle-panic-in-golang
Software Developer Questions and Answers
How to handle panic in Golang?
Golang drawer
https://github.com/alphadose/ZenQ/releases/tag/v2.8.1
GitHub
Release Fix assembly for 32 bit ARM devices · alphadose/ZenQ
Fix the assembly code in asm_arm.s and measure ZenQ's performance against channels for a low-end device (32 bit raspberry pi)
Device Info
`.::///+:/-. --///+//-:`` alphadose@neverwi...
Golang drawer
https://blog.devgenius.io/synchronize-go-routine-execution-101eb88d10ac
Medium
Synchronize Goroutine execution.
Control execution with condition variables.
Golang drawer
https://thedevelopercafe.com/articles/embed-file-in-a-go-binary-4bc79cfaa524
Thedevelopercafe
Embed file in a Go binary
In this article I am going to show you how to embed static files inside a Go binary. Embedding files can serve many purposes such as embedding a React app...
Golang drawer
https://datastation.multiprocess.io/blog/2022-08-21-sqlite-limited-builtin-functions.html
Golang drawer
https://scribe.rip/@bquenin/modern-rest-api-with-go-and-postgresql-39b0e966534a
Golang drawer
https://p5v.gumroad.com/l/generative-art-in-golang/gopherconuk
Gumroad
Generative Art in Go
Generative Art in Go is an eBook intended to introduce novice and experienced programmers to algorithmic art, and hopefully, get non-programmers interested in the Go programming language. Unlike po...
Golang drawer
https://www.commonfate.io/blog/prevent-logging-secrets-in-go-by-using-custom-types
www.commonfate.io
Prevent Logging Secrets in Go by Using Custom Types | Common Fate
A quick post on how we make it harder to log secrets in Go.
Golang drawer
https://metalbear.co/blog/hooking-go-from-rust-hitchhikers-guide-to-the-go-laxy/
MetalBear
🐻
Hooking Go from Rust - Hitchhiker’s Guide to the Go-laxy
How did we hook Go functions from Rust to work with mirrord? A quick dive into the Go Runtime and switching from the Go stack to the system stack.
Golang drawer
https://weaviate.io/blog/2022/08/GOMEMLIMIT-a-Game-Changer-for-High-Memory-Applications.html
weaviate.io
GOMEMLIMIT is a game changer for high-memory applications | Weaviate
Go 1.19 introduced GOMEMLIMIT, which completely changes how you can manage memory limits in Go. Learn how it helps Weaviate be more reliable.
Golang drawer
https://go.dev/blog/using-go-modules
go.dev
Using Go Modules - The Go Programming Language
An introduction to the basic operations needed to get started with Go modules.
Golang drawer
https://github.com/volution/kawipiko
GitHub
GitHub - volution/kawipiko: kawipiko -- blazingly fast static HTTP server -- focused on low latency and high concurrency, by leveraging…
kawipiko -- blazingly fast static HTTP server -- focused on low latency and high concurrency, by leveraging Go, `fasthttp` and the CDB embedded database - volution/kawipiko
Golang drawer
https://teivah.medium.com/how-to-write-accurate-benchmarks-in-go-4266d7dd1a95
Medium
How to Write Accurate Benchmarks in Go
Four common mistakes that prevent you from writing accurate benchmarks in Go.
Golang drawer
https://quick-answers.kronis.dev/
quick-answers.kronis.dev
Want quick answers? Ask questions well!
In our modern day world, focus is paramount to getting things done. Every interruption introduces context switching, which makes productivity suffer. Thus, it can be good to embrace asynchronous communication and respect others' time.
Golang drawer
https://fyne.io
Golang drawer
https://restic.net/blog/2022-08-25/restic-0.14.0-released/
Golang drawer
https://blog.fuzzbuzz.io/fuzzing-go-apis-for-sql-injection/
Golang drawer
https://teivah.medium.com/how-to-write-accurate-benchmarks-in-go-4266d7dd1a95
Medium
How to Write Accurate Benchmarks in Go
Four common mistakes that prevent you from writing accurate benchmarks in Go.
Golang drawer
https://www.polarsignals.com/blog/posts/2022/08/30/optimizing-with-continuous-profiling/
Discover the Performance Engineer in you. | Polar Signals
Optimizing Your Programs with Continuous Profiling
An example of using continuous profiling to inform code improvements.
Golang drawer
https://go.dev/play/p/3FBxKgZjR1W
go.dev
Go Playground - The Go Programming Language