Golang drawer
@golang101
173
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
173 subscribers
Golang drawer
https://github.com/SamHennessy/hlive
GitHub
GitHub - SamHennessy/hlive: HLive is a server-side WebSocket based dynamic template-less view layer for Go.
HLive is a server-side WebSocket based dynamic template-less view layer for Go. - SamHennessy/hlive
Golang drawer
https://github.com/woojiahao/chris
GitHub
GitHub - woojiahao/chris: Pratt parser implementation in Go
Pratt parser implementation in Go. Contribute to woojiahao/chris development by creating an account on GitHub.
Golang drawer
https://github.com/JGLTechnologies/gin-rate-limit
GitHub
GitHub - JGLTechnologies/gin-rate-limit: A rate limiter for the gin web framework
A rate limiter for the gin web framework. Contribute to JGLTechnologies/gin-rate-limit development by creating an account on GitHub.
Golang drawer
https://go.dev/blog/go1.19
go.dev
Go 1.19 is released! - The Go Programming Language
Go 1.19 adds richer doc comments, performance improvements, and more.
Golang drawer
https://go.dev/doc/gc-guide#Memory_limit
go.dev
A Guide to the Go Garbage Collector - The Go Programming Language
Golang drawer
https://tip.golang.org/ref/mem
tip.golang.org
The Go Memory Model - The Go Programming Language
Golang drawer
https://go.dev/doc/comment
go.dev
Go Doc Comments - The Go Programming Language
Golang drawer
https://goingwithgo.com/2022/08/matt-mueller-building-modern-web-applications-faster-with-bud/
Golang drawer
https://www.ribice.ba/golang-memory-savings/
Golang drawer
https://blog.noops.land/debugging-webAssembly-from-go-sources-in-chrome-devtools
blog.noops.land
Debugging WebAssembly from Go sources in Chrome DevTools
WebAssembly (Wasm) executables compiled from Go source code can be interactively debugged in Chrome DevTools
Golang drawer
https://www.twilio.com/blog/manage-go-application-secrets-using-vault
Twilio Blog
How to Manage Go Application Secrets Using Vault
In this tutorial, you're going to learn how to manage Go application secrets with Vault.
Golang drawer
https://jvns.ca/blog/2022/07/28/toy-remote-login-server/
Julia Evans
A toy remote login server
Hello! The other day we talked about what happened when you press a key in your terminal.
Golang drawer
https://kinbiko.com/posts/2022-07-30-error-messages-should-be-boring/
Kinbiko
(Go) Error messages should be boring
When error messages contain “useful information” e.g. application-specific IDs or other variables then the error messages lose their “grepability”. In other words, you cannot quickly search a codebase for an error without removing anything you believe could…
Golang drawer
https://github.com/theriault/maths
GitHub
GitHub - theriault/maths: Maths includes mathematical functions not defined in the standard Go math package.
Maths includes mathematical functions not defined in the standard Go math package. - GitHub - theriault/maths: Maths includes mathematical functions not defined in the standard Go math package.
Golang drawer
https://github.com/traefik/yaegi
GitHub
GitHub - traefik/yaegi: Yaegi is Another Elegant Go Interpreter
Yaegi is Another Elegant Go Interpreter. Contribute to traefik/yaegi development by creating an account on GitHub.
Golang drawer
https://blog.gitea.io/2022/07/gitea-1.17.0-is-released/
Gitea
Gitea 1.17.0 is released | Gitea Blog
We are proud to present the release of Gitea version 1.17.0, a relatively big release with a lot of new and exciting features and plenty breaking changes.
Golang drawer
https://blog.jetbrains.com/go/2022/08/04/goland-roadmap-2022-3/
The JetBrains Blog
What’s Next: GoLand Roadmap 2022.3 | The GoLand Blog
We’ve just released a new version of GoLand and are ready to share our plans for the next major update.
If you haven’t yet checked out what we packed into GoLand 2022.2, here’s a brief overview
Golang drawer
https://gitlab.com/naqll/dynamodb-table-explorer
GitLab
Andy / DynamoDB Table Explorer · GitLab
Golang drawer
https://github.com/inkeliz/karmem
GitHub
GitHub - inkeliz/karmem: Karmem is a fast binary serialization format, faster than Google Flatbuffers and optimized for TinyGo…
Karmem is a fast binary serialization format, faster than Google Flatbuffers and optimized for TinyGo and WASM. - inkeliz/karmem
Golang drawer
https://preslav.me/2022/08/09/i-dont-like-golang-default-http-handlers/
Preslav Rachev
I Don’t Like Go’s Default HTTP Handlers
Explicit > Implicit