Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://github.com/maruel/panicparse
GitHub
GitHub - maruel/panicparse: Crash your app in style (Golang)
Crash your app in style (Golang). Contribute to maruel/panicparse development by creating an account on GitHub.
Golang drawer
https://github.com/esimov/triangle
GitHub
GitHub - esimov/triangle: Convert images to computer generated art using delaunay triangulation.
Convert images to computer generated art using delaunay triangulation. - esimov/triangle
Golang drawer
https://splitmind.dev/posts/generate-creds-postgres-vault-with-golang/
splitmind.dev
Generate PostgreSQL credentials with Hashicorp Vault and Go – Split mind blog
Hello there! My name is Yandry and I'm a programmer or Software Engineer, all opinions are totally mine. Enjoy my blog!
Golang drawer
https://www.inngest.com/blog/interactive-clis-with-bubbletea
Golang drawer
https://blog.boot.dev/golang/should-you-commit-the-vendor-folder-in-go/
Boot.dev Blog
Should You Commit the Vendor Folder in Go?
If you’re asking “should I commit the vendor folder in my Go project to Git?”, the answer is “almost always”.
Golang drawer
https://quii.gitbook.io/learn-go-with-tests/go-fundamentals/revisiting-arrays-and-slices-with-generics
quii.gitbook.io
Revisiting arrays and slices with generics | Learn Go with tests
Golang drawer
https://changelog.com/gotime/225
Changelog
Go code organization best practices with Kris, Johnny, & Ian Lopshire (Go Time #225)
We often have code that's similar between projects and we find ourselves copying that code around. In this episode we discuss what to do with this common code, how to organize it, and what code qualifies as this common code.
Golang drawer
https://notes.eatonphil.com/handling-email-from-gmail-smtp-protocol-basics.html
Golang drawer
https://www.lastweekinaws.com/blog/shitposting-as-a-learning-style/
Last Week in AWS
Shitposting as a Learning Style
Everyone learns in different ways. Some methods work super well for one person, while someone else just doesn't "get it." While most of us know this intellectually, it's easy to forget that other people aren't all like we are. I'm speaking in this case, of…
Golang drawer
https://github.com/orlp/pdqsort
GitHub
GitHub - orlp/pdqsort: Pattern-defeating quicksort.
Pattern-defeating quicksort. Contribute to orlp/pdqsort development by creating an account on GitHub.
Golang drawer
https://github.com/golang/go/commit/72e77a7f41bbf45d466119444307fd3ae996e257
GitHub
sort: use pdqsort · golang/go@72e77a7
- Across all benchmarks, pdqsort is never significantly slower than the previous algorithm.
- In common patterns, pdqsort is often faster (i.e. 10x faster in sorted slices).
The pdqsort is describ...
Golang drawer
https://www.openfaas.com/blog/golang-deep-dive/
OpenFaaS - Serverless Functions Made Simple
A Deep Dive into Golang for OpenFaaS Functions
Alex takes a deep dive into Golang for OpenFaaS functions and shows off a new feature from Go 1.18 that improves the experience with IDEs.
Golang drawer
https://go.dev/blog/when-generics
go.dev
When To Use Generics - The Go Programming Language
When to use generics when writing Go code, and when not to use them.
Golang drawer
https://go.dev/doc/effective_go
go.dev
Effective Go - The Go Programming Language
Golang drawer
https://github.com/mergestat/mergestat
GitHub
GitHub - mergestat/mergestat: MergeStat enables anyone to ask questions about the history and contents of source code.
MergeStat enables anyone to ask questions about the history and contents of source code. - mergestat/mergestat
Golang drawer
https://github.com/alphadose/ZenQ
GitHub
GitHub - alphadose/ZenQ: A thread-safe queue faster and more resource efficient than golang's native channels
A thread-safe queue faster and more resource efficient than golang's native channels - alphadose/ZenQ
Golang drawer
https://github.com/arsham/blush
GitHub
GitHub - arsham/blush: Grep with colours
Grep with colours. Contribute to arsham/blush development by creating an account on GitHub.
Golang drawer
https://github.com/google/go-cmp
GitHub
GitHub - google/go-cmp: Package for comparing Go values in tests
Package for comparing Go values in tests. Contribute to google/go-cmp development by creating an account on GitHub.
Golang drawer
https://github.com/caddyserver/caddy/releases/tag/v2.5.0
GitHub
Release v2.5.0 · caddyserver/caddy
Caddy 2.5 introduces new features you'll love as well as a huge number of bug fixes and enhancements. Thank you to everyone who contributed!
Feel free to ask on the forum if you have any questi...
Golang drawer
https://tutorialedge.net/golang/validating-http-json-requests/
TutorialEdge.net
Validating HTTP JSON Requests in Go
In this tutorial, we are going to look at how we can add JSON request validation to our HTTP REST APIs in Go.