Update 'README.md'

main
Drew Bednar 1 day ago
parent 23076f2947
commit 29e1b09ba5

@ -6,6 +6,9 @@ The awesome list of things.
- [A standard lib for C](https://github.com/gregoryc/standardlib): The missing standard lib for C.
- [Different ways to handle C Errors](https://mccue.dev/pages/7-27-22-c-errors)
## Datastructures and Algorithms
- [Visualizing](https://visualgo.net/en): visualising data structures and algorithms through animation
## RISC-v
- 🔥🌟🔥 [Hello RISC-V Assembly](https://www.youtube.com/watch?v=qLzD33xVcRE): This was hands down the best explaination of building a helloworld in riscv assembly. Additionally, he shows you how to run it in qemu and output the console from the virtual machine over serial to your terminal.
@ -33,6 +36,8 @@ The awesome list of things.
- [Mocking with Mockery / testify](https://www.youtube.com/watch?v=A1eR7TxeGcE&t=142s)
- [Structured Errors in Go](https://southcla.ws/structured-errors-in-go)
- [Review of ML Libraries for Golang](https://blog.cubed.run/is-golang-the-python-killer-for-ai-b8fbc9b9b4b5)
- [Building Statically Linked Go Executables with CGO and Zig](https://calabro.io/zig-cgo)
### CLI Frameworks / Utilities / libraries
@ -49,6 +54,7 @@ The awesome list of things.
- [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
- [Hann](https://github.com/habedi/hann): Fast nearest neighbor search in Go
### GUI Frameworks
@ -213,14 +219,17 @@ The awesome list of things.
- [Atomics and Concurrency in C++](https://redixhumayun.github.io/systems/2024/01/03/atomics-and-concurrency.html)
- [Loading Pydantic Models Without Running Out of Memory](https://pythonspeed.com/articles/pydantic-json-memory/): Provides a technique to reduce memory usage when processing large amounts (100s of MBs) of JSON using Pydantic.
- [Owning My Own Data](https://emilygorcenski.com/post/owning-my-own-data-part-1-integrating-a-self-hosted-calendar-solution/): Author walks through the process of building a self hosted calendar that syncs with services that others use.
- [Building and Autorouter](https://blog.autorouting.com/p/13-things-i-would-have-told-myself): Great demonstration of complex algorithm applications to a realworld piece of software
### Soft Skills
- [Being Too Ambitious Is A Clever Form of Sabotage](https://maalvika.substack.com/p/being-too-ambitious-is-a-clever-form)
- [Things you are allowed to do](https://milan.cvitkovic.net/writing/things_youre_allowed_to_do/)
- [Ten Rules for Negotiating a Job Offer](https://haseebq.com/my-ten-rules-for-negotiating-a-job-offer/)
- [Write Blog Posts Devs Will Acutally Read](https://refactoringenglish.com/chapters/write-blog-posts-developers-read/)
## Books
- [Cosmic Python](https://www.cosmicpython.com/book/preface.html)
- [Postgres 14 Internals](https://edu.postgrespro.com/postgresql_internals-14_en.pdf) 548 pages of Postgres
- [Python Asyncio: The Complete Guide](https://superfastpython.com/python-asyncio/)
- [Elements of Robotics](https://link.springer.com/content/pdf/10.1007/978-3-319-62533-1.pdf)
Loading…
Cancel
Save