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=moS35OlJBmY
Google Open Source | Invidious
How do Go programs keep working?
With the first stable release of Go, Go 1, a compatibility promise was published. In this session, Russ Cox explains why the compatibility promise remains important today, what it does and doesn't mean, as well as the strategies Go uses to evolve continuallyโฆ
Golang drawer
https://y.com.sb/watch?v=kaZOXRqFPCw
Anthony GG | Invidious
How To Use The Context Package 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=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://y.com.sb/watch?v=CJfE9kD_i7Q
Anthony GG | Invidious
How To Build And Structure A JSON API Project 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://y.com.sb/watch?v=5DUuyWxXnC0&feature=youtu.be
Boldly Go | Invidious
All about the Go errors package
Confused by As vs Is? Why would you want to Unwrap an error? And where's the related Wrap function?
I answer these, and other questions in this video, explaining all about the standard library's errors package.
Previous video on error wrapping: https:โฆ
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.