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/teamhanko/hanko
GitHub
GitHub - teamhanko/hanko: Modern authentication, on your terms. Open source alternative to Auth0, Clerk, WorkOS, Stytch.
Modern authentication, on your terms. Open source alternative to Auth0, Clerk, WorkOS, Stytch. - teamhanko/hanko
Golang drawer
https://github.com/schollz/progressbar
GitHub
GitHub - schollz/progressbar: A really basic thread-safe progress bar for Golang applications
A really basic thread-safe progress bar for Golang applications - schollz/progressbar
Golang drawer
https://github.com/pocketbase/pocketbase
GitHub
GitHub - pocketbase/pocketbase: Open Source realtime backend in 1 file
Open Source realtime backend in 1 file. Contribute to pocketbase/pocketbase development by creating an account on GitHub.
Golang drawer
https://github.com/pressly/goose
GitHub
GitHub - pressly/goose: A database migration tool. Supports SQL migrations and Go functions.
A database migration tool. Supports SQL migrations and Go functions. - GitHub - pressly/goose: A database migration tool. Supports SQL migrations and Go functions.
Golang drawer
https://github.com/benthosdev/benthos
GitHub
GitHub - redpanda-data/connect: Fancy stream processing made operationally mundane
Fancy stream processing made operationally mundane - redpanda-data/connect
Golang drawer
https://github.com/osrg/gobgp
GitHub
GitHub - osrg/gobgp: BGP implemented in the Go Programming Language
BGP implemented in the Go Programming Language. Contribute to osrg/gobgp development by creating an account on GitHub.
Golang drawer
https://github.com/adjust/rmq
GitHub
GitHub - wellle/rmq: Message queue system written in Go and backed by Redis
Message queue system written in Go and backed by Redis - wellle/rmq
Golang drawer
https://github.com/cloudwego/hertz
GitHub
GitHub - cloudwego/hertz: Go HTTP framework with high-performance and strong-extensibility for building micro-services.
Go HTTP framework with high-performance and strong-extensibility for building micro-services. - cloudwego/hertz
Golang drawer
https://github.com/samber/mo
GitHub
GitHub - samber/mo:
🦄
Monads and popular FP abstractions, powered by Go 1.18+ Generics (Option, Result, Either...)
🦄
Monads and popular FP abstractions, powered by Go 1.18+ Generics (Option, Result, Either...) - samber/mo
Golang drawer
https://arstechnica.com/gadgets/2022/08/unix-legend-who-owes-us-nothing-keeps-fixing-foundational-awk-code/
Ars Technica
Unix legend, who owes us nothing, keeps fixing foundational AWK code
Co-creator of core Unix utility, now 80, just needs to run a few more tests.
Golang drawer
https://espanso.org
Golang drawer
https://boyter.org/posts/cost-of-integer-cast-in-go/
Golang drawer
https://michael.stapelberg.ch/posts/2022-08-27-out-of-band-remote-console/
Michael Stapelberg
DIY out-of-band management: remote console server
For the guest WiFi at an event that eventually fell through, we wanted to tunnel all the traffic through my internet connection via my home router.
Because the event is located in another country, many hours of travel away, there are a couple of scenarios…
Golang drawer
https://blog.merovius.de/posts/2017-06-18-how-not-to-use-an-http-router/
blog.merovius.de
How to not use an http-router in go
Trying to provide some advice on how to do easy, readable, scalable routing in go, without relying on any muxers/routers (or writing your own).
Golang drawer
https://appliedgo.com/blog/go-as-a-glue-language
Appliedgo
How to use Go as a glue language
Need to make services talk to each other? Write an adapter tool in Go, lean back, and enjoy.
Golang drawer
https://dominikbraun.io/blog/serverless-go-functions-with-kubernetes-and-openfaas/
dominikbraun.io
Serverless Go functions with Kubernetes and OpenFaaS – dominikbraun.io
OpenFaaS is an open source serverless functions framework for Kubernetes. This guide illustrates the deployment of a Go function with auto-scaling and metrics.
Golang drawer
https://pkg.go.dev/github.com/jackc/pgx#Conn.CopyFrom
pkg.go.dev
pgx package - github.com/jackc/pgx - Go Packages
Package pgx is a PostgreSQL database driver.
Golang drawer
https://atlasgo.io/blog/2022/08/22/atlas-ci-github-actions/
atlasgo.io
Prevent destructive changes to your database with the Atlas GitHub Action | Atlas | Manage your database schema as code
Learn how to use the Atlas GitHub Action to automatically lint your database migrations and prevent destructive changes. This guide covers setup, configuration, and detecting unsafe SQL in your CI/CD pipeline.
Golang drawer
https://docs.sqlc.dev/en/stable/howto/insert.html
Golang drawer
https://betterprogramming.pub/modern-rest-api-with-go-and-postgresql-7c916ce2816a
Medium
Containerize Your Go Unit and Integration Tests
Build a Modern REST API With Go — Part 5