Update 'README.md'

main
Drew Bednar 2 days ago
parent 1d517c5928
commit 2c2a35c8f6

@ -29,8 +29,9 @@ The awesome list of things.
- [Circuit Breaker Pattern in Go](https://rednafi.com/go/circuit_breaker/)
- [Graceful shutdown](https://victoriametrics.com/blog/go-graceful-shutdown/index.html)
- [Mocking with Mockery / testify](https://www.youtube.com/watch?v=A1eR7TxeGcE&t=142s)
- [Structured Errors in Go](https://southcla.ws/structured-errors-in-go)
### CLI Frameworks & Utilities
### CLI Frameworks / Utilities / libraries
- 🌟 [Testify](https://github.com/stretchr/testify): Golang testing library
- [Mockery](https://github.com/vektra/mockery): An autogen code tool for generating Testify mocks for your interfaces
@ -43,6 +44,8 @@ The awesome list of things.
- [PGX](https://github.com/jackc/pgx/wiki/Getting-started-with-pgx): Postgres database access
- [Sqlc](https://docs.sqlc.dev/en/latest/): Compiles SQL queiries to go database accessors. Works greate with pgx
- [Unkey](https://github.com/unkeyed/unkey): Adding API authn & authz in go.
- [Simple Event Bus](https://github.com/kelindar/event) Fast, In-Process Event Dispatcher
- [Fang](https://github.com/charmbracelet/fang): Builds on top of Cobra and marketed as a the CLI starter kit
### GUI Frameworks
@ -116,6 +119,7 @@ The awesome list of things.
- [Flexbox Froggy](https://flexboxfroggy.com/): A game for learning CSS flexbox
- [mkcert](https://github.com/FiloSottile/mkcert): Locally gernated certs and automatically installs rootCA into chain of trust on local computer.
- [Using Hugo(Go static site gen) and cloudflare for blog hosting](https://rednafi.com/misc/behind_the_blog/)
- [Bake](https://github.com/EbodShojaei/bake): A Makefile linter
## RSS Readers / Feeds
@ -183,6 +187,8 @@ The awesome list of things.
- [Makefile tutor](https://github.com/clemedon/Makefile_tutor)
- [The defininitive guide to graph problems](https://www.giulianopertile.com/blog/the-definitive-guide-to-graph-problems/)
- [The bootstrapers guide to outside funding](https://microconf.com/the-bootstrappers-guide-to-outside-funding)
- [The Missing Signals Manual for Python](https://bui.app/the-missing-manual-for-signals-state-management-for-python-developers/)
- [The Prompt Engineering Playbook for Developers](https://addyo.substack.com/p/the-prompt-engineering-playbook-for)
### Soft Skills
- [Being Too Ambitious Is A Clever Form of Sabotage](https://maalvika.substack.com/p/being-too-ambitious-is-a-clever-form)

Loading…
Cancel
Save