Golang drawer
@golang101
177
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
177 subscribers
Golang drawer
https://y.com.sb/watch?v=mqH21m0MsWk
Anthony GG | Invidious
Everything You Need To Know About Pointers In Golang
► Join my Discord community for free education
👉
https://discord.com/invite/bDy8t4b3Rz
► Become a Patreon for exclusive tutorials
👉
https://www.patreon.com/anthonygg_
► Follow me on Twitter
👉
https://twitter.com/anthdm
► Follow me on GitHub
👉
https:/…
Golang drawer
https://listmonk.app/
listmonk.app
listmonk - Free and open source self-hosted newsletter, mailing list manager, and transactional mails
Send e-mail campaigns and transactional e-mails. High performance and features packed into one app.
Golang drawer
https://github.com/cosmtrek/air
GitHub
GitHub - air-verse/air:
☁️
Live reload for Go apps
☁️
Live reload for Go apps. Contribute to air-verse/air development by creating an account on GitHub.
Golang drawer
https://code-pilot.me/making-a-beautiful-error-handler-in-go
Golang drawer
https://nicetomap.com/golang-1.19-standard-library
Nicetomap
Golang 1.19 Standard Library
All standard library packages in Go 1.19
Golang drawer
https://atlasgo.io/blog/2022/12/01/picking-database-migration-tool
atlasgo.io
Picking a database migration tool for Go projects in 2023 | Atlas | Manage your database schema as code
Most software projects are backed by a database, that's widely accepted. The schema
Golang drawer
https://arslan.io/2022/12/04/functional-table-driven-tests-in-go/
Fatih Arslan
Functional table-driven tests in Go
There are numerous blog posts about table-driven tests in Go. In this blog post, I want to show a technique we have recently started using in our unit tests. I saw it the first time when my friend Matt Layher introduced it to me at work, and since then, I
Golang drawer
https://ericchiang.github.io/post/tpm-keys/
Golang drawer
https://dev.to/llance_24/golang-csrf-defense-in-practice-10k
DEV Community
Golang CSRF Defense in Practice
Hertz Hertz is an ultra-large-scale enterprise-level microservice HTTP framework,...
Golang drawer
https://github.com/hashicorp/terraform-exec
GitHub
GitHub - hashicorp/terraform-exec: Terraform CLI commands via Go.
Terraform CLI commands via Go. Contribute to hashicorp/terraform-exec development by creating an account on GitHub.
Golang drawer
https://github.com/thomscoder/altair
GitHub
GitHub - thomscoder/altair:
⭐
✨
Generate portable terminal based documentation. Build the binary and read them from anywhere.
⭐
✨
Generate portable terminal based documentation. Build the binary and read them from anywhere. - GitHub - thomscoder/altair:
⭐
✨
Generate portable terminal based documentation. Build the binary an...
Golang drawer
https://y.com.sb/watch?v=9cJHCoSxbn8
Anthony GG | Invidious
Important Tips On How To Write Idiomatic Code In Golang
► Join my Discord community for free education
👉
https://discord.com/invite/bDy8t4b3Rz
► Become a Patreon for more exclusive content
👉
https://www.patreon.com/anthonygg_
► Buy my a coffee
👉
https://donate.stripe.com/aEU2a6ayH2uCa3u4gg
► Follow me on Twitter…
Golang drawer
https://www.dolthub.com/blog/2022-11-28-go-os-exec-patterns/
Dolthub
Some Useful Patterns for Go's os/exec
A collection of useful patterns for interacting with spawned processes using os/exec.
Golang drawer
https://github.com/golang/go/issues/57175
GitHub
runtime: performance and diagnostics meeting notes · Issue #57175 · golang/go
Since 2022, members of the Go team and the Go community have met every two weeks to discuss Go runtime topics. Until 2025 the focus was mainly on diagnostics, but we've also delved into plenty ...
Golang drawer
https://stackoverflow.blog/2022/11/28/when-to-use-grpc-vs-graphql/
Stack Overflow Blog
When to use gRPC vs GraphQL
We dig into two of the most popular API protocols to see where they work best.
Golang drawer
https://y.com.sb/watch?v=jasgSuYt2Jg
Maximilien Andile | Invidious
How to Build a CLI with Go (calling the Stripe HTTP API)
We will build a CLI (Command Line Interface) with Go.
- Init the skeleton of the CLI
- Add a command
- Difference between go get / go install
- Installation of Stripe SDK for Go
- Add flags to a specific command
Links :
- Source code of project: https:/…
Golang drawer
https://d2lang.com/tour/intro/
D2 Documentation
D2 Tour | D2 Documentation
D2 is a diagram scripting language that turns text to diagrams. It stands for
Golang drawer
https://github.com/horahoradev/horahora
GitHub
GitHub - horahoradev/horahora: Multi-user video download manager supporting hundreds of sites
Multi-user video download manager supporting hundreds of sites - horahoradev/horahora
Golang drawer
https://engineering.fb.com/2022/11/22/developer-tools/meta-java-nullsafe/
Engineering at Meta
Retrofitting null-safety onto Java at Meta
We developed a new static analysis tool called Nullsafe that is used at Meta to detect NullPointerException (NPE) errors in Java code. Interoperability with legacy code and gradual deployment model…
Golang drawer
https://www.golang.dk/articles/go-and-sqlite-in-the-cloud
www.golang.dk
Go and SQLite in the Cloud
Why SQLite and Go in the cloud are a great match, getting started, best practices, and more.
Golang drawer
https://abhinavg.net/2022/12/06/designing-go-libraries/
Abhinav Gupta
Designing Go Libraries
Requirements for writing high-quality Go libraries and patterns and best practices to help meet them.