Golang drawer
@golang101
173
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
173 subscribers
Golang drawer
https://www.postgresql.org/about/news/postgresql-15-released-2526/
PostgreSQL News
PostgreSQL 15 Released!
**October 13, 2022** - The PostgreSQL Global Development Group today announced the release of [PostgreSQL 15](https://www.postgresql.org/docs/15/release-15.html), the latest version of …
Golang drawer
https://changelog.com/gotime/251
Changelog
Hacking with Go: Part 2 with Ivan Kwiatkowski (Go Time #251)
We're once again exploring hacking in Go from the eyes of security researchers. This time, Natalie & Ian are joined by Ivan Kwiatkowski (a.k.a. Justice Rage)!
Golang drawer
https://openziti.io/golang-aha-moments-generics
Golang drawer
https://github.com/golang/go/issues/56165
GitHub
proposal: Go 2: error handling: try statement with handler · Issue #56165 · golang/go
Author background Experience: 4 years experience writing production Go code. Expert at writing if err != nil. I have forked and created Go error handling libraries. Other language experience: Many ...
Golang drawer
https://y.com.sb/watch?v=RVTfPy_NELc&feature=youtu.be
Invidious
Memory layout and mechanics of arrays and slices | Golang | intermediate level
We discuss the memory layout of arrays and slices in Golang. This provides a good mental model for writing efficient and bug free Go code that includes slices.
0:00 Intro
0:27 Arrays
1:35 Slices
4:19 Initializing a slice
4:48 Passing slice as function arguments…
Golang drawer
https://y.com.sb/watch?t=372&v=Z0GX2mTUtfo&feature=youtu.be
Invidious
Go is faster than Rust??! Go vs Rust vs TypeScript Servers (as a scientist)
This represents the last couple months of twitches work building up and comparing the servers. I was completely shocked by the results of all this. HOW COULD GO DO ME LIKE THIS???
GET THE HELL IN THE START UP ALREADY
Discord for the degens
Twitch for the…
Golang drawer
https://github.com/bkupidura/broker-ha
GitHub
GitHub - bkupidura/broker-ha: Golang MQTT broker with clustering capabilities
Golang MQTT broker with clustering capabilities. Contribute to bkupidura/broker-ha development by creating an account on GitHub.
Golang drawer
https://github.com/emmanuelay/domainbadger
GitHub
GitHub - emmanuelay/domainbadger: CLI tool to perform brute force lookup on domains
CLI tool to perform brute force lookup on domains. Contribute to emmanuelay/domainbadger development by creating an account on GitHub.
Golang drawer
https://github.com/plopjs/plop
GitHub
GitHub - plopjs/plop: Consistency Made Simple
Consistency Made Simple. Contribute to plopjs/plop development by creating an account on GitHub.
Golang drawer
https://github.com/meysamhadeli/problem-details
GitHub
GitHub - meysamhadeli/problem-details: ProblemDetails is a Error Handler base on [RFC 7807] standard to map our error to standardized…
ProblemDetails is a Error Handler base on [RFC 7807] standard to map our error to standardized error payload to client. - meysamhadeli/problem-details
Golang drawer
https://github.com/alexferrari88/GoHN
GitHub
GitHub - alexferrari88/GoHN: Hacker News API wrapper for Go
Hacker News API wrapper for Go. Contribute to alexferrari88/GoHN development by creating an account on GitHub.
Golang drawer
https://github.com/katexochen/go-tidy-check
GitHub
GitHub - katexochen/go-tidy-check: GitHub action to check if your Go modules are tidy
GitHub action to check if your Go modules are tidy - GitHub - katexochen/go-tidy-check: GitHub action to check if your Go modules are tidy
Golang drawer
https://github.com/pion/opus
GitHub
GitHub - pion/opus: Pure Go implementation of Opus
Pure Go implementation of Opus. Contribute to pion/opus development by creating an account on GitHub.
Golang drawer
https://github.com/golangci/golangci-lint
GitHub
GitHub - golangci/golangci-lint: Fast linters runner for Go
Fast linters runner for Go. Contribute to golangci/golangci-lint development by creating an account on GitHub.
Golang drawer
https://github.com/antonmedv/expr
GitHub
GitHub - expr-lang/expr: Expression language and expression evaluation for Go
Expression language and expression evaluation for Go - expr-lang/expr
Golang drawer
https://github.com/mcmathja/curlyq
GitHub
GitHub - mcmathja/curlyq: Efficient and reliable background processing for Go
Efficient and reliable background processing for Go - mcmathja/curlyq
Golang drawer
https://github.com/mszostok/version/releases/tag/v1.1.0
GitHub
Release v1.1.0 · mszostok/version
🎉
Version 1.1.0 is now available!
✨
Key highlights
Extra fields support!
Each project may want to display more information such as documentation or changelog URLs, sometimes even domain related fie...
Golang drawer
https://programmingeeksclub.com/the-advantages-of-using-go/
Programming Geeks Club - Programming Geeks Club
The Advantages Of Using Go - Programming Geeks Club
In this article we covered the history of Go, advantages of using Go, is go perfect language to learn, disadvantages of Go, why Go does not have preprocessor.
Golang drawer
https://monzo.com/blog/2022/09/29/migrating-our-monorepo-seamlessly-from-dep-to-go-modules
Monzo
Migrating our monorepo seamlessly from Dep to Go Modules
Since 2018, we've used Dep to manage our monorepo dependencies, but when it was deprecated switching to Go Modules was a high risk change. This post explains how we reduced that risk by iteratively updating our dependencies for a seamless migration.
Golang drawer
https://www.jetpack.io/blog/devbox-turn-a-1000-container-script-into-10-lines/
Jetpack.io
Devbox: turn a 1000+ container script into <10 lines
After moving from a Docker container to the containerless Devbox shell, we freed up CPU usage and multiple gigabytes of memory on our computers.