Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://eli.thegreenplace.net/2021/go-internals-invariance-and-memory-layout-of-slices/
Golang drawer
https://eli.thegreenplace.net/2021/rest-servers-in-go-part-4-using-openapi-and-swagger/
Golang drawer
https://blog.sandipb.net/2018/05/02/using-zap-simple-use-cases/
Blog of Sandip Bhattacharya
Using Zap - Simple use cases | sandipb.net
I was intrigued when Uber announced zap, a logging library for Go with claims of really high
speed and memory efficiency. I had tried structured …
Golang drawer
https://yaml2go.prasadg.dev
Golang drawer
https://chrisjean.com/git-submodules-adding-using-removing-and-updating/
Golang drawer
https://github.com/dkaslovsky/textnote
GitHub
GitHub - dkaslovsky/textnote: Simple tool for creating and organizing daily notes on the command line
Simple tool for creating and organizing daily notes on the command line - dkaslovsky/textnote
Golang drawer
https://dapr.io
dapr.io
Dapr - Distributed Application Runtime
APIs for building secure and reliable microservices, durable workflows, and agentic AI
Golang drawer
https://github.com/lesovsky/pgcenter
GitHub
GitHub - lesovsky/pgcenter: Command-line admin tool for observing and troubleshooting Postgres.
Command-line admin tool for observing and troubleshooting Postgres. - lesovsky/pgcenter
Golang drawer
https://github.com/uber-go/zap
GitHub
GitHub - uber-go/zap: Blazing fast, structured, leveled logging in Go.
Blazing fast, structured, leveled logging in Go. Contribute to uber-go/zap development by creating an account on GitHub.
Golang drawer
https://www.ego.dev
Golang drawer
https://www.gopherguides.com/articles/leveraging-the-go-type-system
Gopher Guides
Leveraging the Go Type System
If you haven't worked in a typed language before, it may not be obvious at first the power that it brings. This article will show you how to leverage the type system to make your code easier to use and more reusable. - Authored by Cory LaNou
Golang drawer
https://www.youtube.com/watch?v=mBNIZHHi5Rg
YouTube
Go 1.16 Embed package explained in 5 minutes!
-- Timestamps
00:00 Intro
00:56 Embed as string
02:09 Embed as []byte
03:47 Embed as embed.FS
05:05 Outro
Golang drawer
https://henvic.dev/posts/my-go-mistakes/
henvic.dev
My Go mistakes | Henrique Vicente
In this post, I share mistakes I've made writing Go code for six years since the beginning of my journey with the language.
Golang drawer
https://brunocalza.me/how-buffer-pool-works-an-implementation-in-go/
Bruno Calza
How Buffer Pool Works: An Implementation In Go
Exploring how buffer pool management works in databases by building one
Golang drawer
https://blog.sqreen.com/preventing-sql-injections-in-go-and-other-vulnerabilities/
Sqreen Blog
Preventing SQL injections in Go (and other vulnerabilities) - Sqreen Blog
Arm your team with the knowledge to build and deploy more robust and secure Go applications, defending against bugs and SQL injections.
Golang drawer
https://dev.to/mcaci/til-a-maybe-unexpected-usage-of-the-count-flag-in-go-tests-3dip
DEV Community
TIL: A (maybe) unexpected usage of the -count flag in Go tests
Golang drawer
https://remyhax.xyz/posts/gba-blog/
remyhax.xyz
META Gameboy Advance Blog
I’ve been doing weekly chaos engineering projects for a while now, so I decided to start a blog. A sort of dumping ground for all the things I do. If you’re interested in more projects like this, give me a follow on Twitter @_mattata.
Golang drawer
https://eli.thegreenplace.net/2021/generic-functions-on-slices-with-go-type-parameters/
Golang drawer
https://blog.golang.org/go116-module-changes
go.dev
New module changes in Go 1.16 - The Go Programming Language
Go 1.16 enables modules by default, provides a new way to install executables, and lets module authors retract published versions.
Golang drawer
https://github.com/DataDog/go-profiler-notes/blob/main/block.md
GitHub
go-profiler-notes/block.md at main · DataDog/go-profiler-notes
felixge's notes on the various go profiling methods that are available. - DataDog/go-profiler-notes