From a45c3adeacb00ff910fe91717421b83e1f3177e3 Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Sun, 6 Jul 2025 02:18:32 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 8520c61..5c2c47f 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ The awesome list of things. ## Golang +- 🔥🌟🔥[Go Optimization Guide](https://goperf.dev/) + ### Learning Go - 🔥🌟🔥[Learn Go With Tests](https://quii.gitbook.io/learn-go-with-tests): One of the best ways in my opinion for anyone to learn Golang. - 🔥🌟🔥[The Copenhagen Book ](https://thecopenhagenbook.com/): provides a general guideline on implementing auth in web applications. Examples are in golang but of course are generalizable. @@ -142,6 +144,9 @@ The awesome list of things. - [EasyOCR](https://github.com/JaidedAI/EasyOCR): OCR and...it's easy +### MCP +- [Indepth Intro Into MCP](https://www.speakeasy.com/mcp/mcp-tutorial) + ## Robotic Operating system ### Articles @@ -153,12 +158,16 @@ The awesome list of things. ### Postgres - [PGlite](https://pglite.dev/): A lightweight WASM Postgres - [Electric Sync Engine](https://electric-sql.com/blog/2024/12/10/electric-beta-release): Designed to be used in conjuntion with PGlite. Real-time partial replication of Postgres data into local apps and services. +- [PgLocks](https://pglocks.org/): Shows all commands and locks in postgres +- [Postgres Full Text Search](https://blog.vectorchord.ai/postgresql-full-text-search-fast-when-done-right-debunking-the-slow-myth) #### Articles - [Keyset Cursors, Not Offsets for Postgres Pagination](https://blog.sequinstream.com/keyset-cursors-not-offsets-for-postgres-pagination/) ## General Web +- [Plain Vanilla](https://plainvanillaweb.com/index.html): An explainer for web development using only vanilla techniques. No tools, no frameworks — just HTML, CSS, and JavaScript. + ### CSS - [DaisyUI](https://daisyui.com/) Tailwind CSS Components - [Tips.io](https://tips.io/): AI tailwind generator. Almost didn't make the page. @@ -195,10 +204,12 @@ The awesome list of things. - [The Prompt Engineering Playbook for Developers](https://addyo.substack.com/p/the-prompt-engineering-playbook-for) - [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. ### 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/) ## Books