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=LGVRPFZr548
Anthony GG | Invidious
How To Use Goroutines For Aggregating Data 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://y.com.sb/watch?v=sqj4UzN4OpU
Anthony GG | Invidious
How To Build And Structure A Microservice 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://shopify.engineering/server-sent-events-data-streaming
Shopify
Using Server Sent Events to Simplify Real-time Streaming at Scale - Shopify
We walk through how we implemented an SSE server that's scalable and load-balanced to simplify and improve a real-time data visualization application.
Golang drawer
https://andrewpillar.com/programming/2022/11/29/fast-embedded-templates-in-go-with-quicktemplate/
Andrewpillar
Fast embedded templates in Go with quicktemplate
Go is known for having a pretty extensive standard library, it's one of the
things I like most about the language. This includes a templating library for
generating either textual or
HTML output, against a set of provided data.
What with the latter being…
Golang drawer
https://y.com.sb/watch?v=8z6okCgdREo
Gopher Academy | Invidious
GopherCon 2022: Jordan Neufeld - Exploring Network Programming by Building a Toxiproxy Clone
This tutorial is for Gophers who have written a command line or an API application, but have little to no experience in lower-level concepts like reading and writing to sockets, working with channels, and managing multiple goroutines. We’ll dig into these…
Golang drawer
https://changelog.com/gotime/258
Changelog
To TDD or not to TDD with Bill Kennedy & Chris James (Go Time #258)
That is the question. Whether 'tis nobler in the mind to suffer the slings and arrows of outrageous test coverage, or to take arms against a sea of bugs...
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.