Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
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
Golang drawer
https://snyk.io/blog/go-security-cheatsheet-for-go-developers/
Snyk
Go Security cheatsheet | Snyk Blog | Snyk
This cheatsheet, authored by Eric Smalling and Gerred Dillon, addresses some of the more common topics around Go security best practices.
Golang drawer
https://golang.org/doc/go1.16
go.dev
Go 1.16 Release Notes - The Go Programming Language
Golang drawer
https://eli.thegreenplace.net/2021/life-of-an-http-request-in-a-go-server/
Golang drawer
https://github.com/boyter/scc
GitHub
GitHub - boyter/scc: Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates…
Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go - boyter/scc
Golang drawer
https://github.com/ipfs/go-ipfs
GitHub
GitHub - ipfs/kubo: An IPFS implementation in Go
An IPFS implementation in Go. Contribute to ipfs/kubo development by creating an account on GitHub.
Golang drawer
https://github.com/gomodule/redigo
GitHub
GitHub - gomodule/redigo: Go client for Redis
Go client for Redis. Contribute to gomodule/redigo development by creating an account on GitHub.
Golang drawer
https://github.com/golang/mock
GitHub
GitHub - golang/mock: GoMock is a mocking framework for the Go programming language.
GoMock is a mocking framework for the Go programming language. - golang/mock
Golang drawer
https://github.com/makeworld-the-better-one/dither
GitHub
GitHub - makew0rld/dither: A fast, correct image dithering library in Go.
A fast, correct image dithering library in Go. Contribute to makew0rld/dither development by creating an account on GitHub.
Golang drawer
https://aluma.io/resources/blog/switching-from-c-to-go-for-backend-development
Aluma
Switching from C# to Go for backend development - Aluma
A year ago we tried out Go for a new microservice, and we liked it so much we decided to use it for all future backend development work where possible.
Golang drawer
https://blog.getambassador.io/go-kubernetes-rapidly-developing-golang-microservices-bfe36cfb5893
Medium
Go & Kubernetes: Rapidly Developing Golang Microservices
Build a cloud development environment with Telepresence & Golang