From 8898a7904cbfe12a7a934e617a0bed6892668cfb Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Tue, 17 Dec 2024 03:06:01 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 26779d9..9b5072c 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,16 @@ The awesome list of things. - 🔥[go-database-sql.org](http://go-database-sql.org/): The missing "how" docs for `database/sql` package. - [WTF Dial break down](https://www.gobeyond.dev/wtf-dial/): an illustrative way for new golang developers to see how a real web application get's built in golang. - [ML in Go with a Python Sidecar](https://eli.thegreenplace.net/2024/ml-in-go-with-a-python-sidecar/): A work around for not having good ML support in Go. +- [Writing secure Go code](https://jarosz.dev/article/writing-secure-go-code/) ### CLI Frameworks & Utilities - 🌟[Bubble Tea](https://github.com/charmbracelet/bubbletea): A powerful little TUI framework. - [Tablewriter](https://github.com/olekukonko/tablewriter) Simple ASCII Tables - [Templ](https://templ.guide) build HTML components with Go +- [Go Safe Web](https://github.com/google/go-safeweb): A Google collection of libraries for writing secure-by-default HTTP servers in Go. - [go8](https://github.com/gmhafiz/go8) as best of breed collection of patterns and libraries for building http web applications inspired by the [How I write HTTP services in Go after 13 years](https://grafana.com/blog/2024/02/09/how-i-write-http-services-in-go-after-13-years/) blog post. +- [Convert HTLM to Markdown](https://github.com/JohannesKaufmann/html-to-markdown) ### GUI Frameworks @@ -42,6 +45,7 @@ The awesome list of things. ### Task Queues - [River](https://github.com/riverqueue/river): Being built for Postgres, River encourages the use of the same database for application data and job queue. By enqueueing jobs transactionally along with other database changes, whole classes of distributed systems problems are avoided +- [Go-Taskflow](https://github.com/noneback/go-taskflow): A taskflow-like General-purpose Task-parallel Programming Framework with integrated visualizer and profiler ## Python @@ -59,6 +63,7 @@ The awesome list of things. ## Embedded / Microcontollers - [Debugging with JTAG](https://www.actuatedrobots.com/debugging-with-jtag/) +- [Hackerfab](https://docs.hackerfab.org/hacker-fab-space/): A group attempting to build an opensource Fab. ### PCB Design @@ -126,6 +131,9 @@ The awesome list of things. - [DaisyUI](https://daisyui.com/) Tailwind CSS Components - [Tips.io](https://tips.io/): AI tailwind generator. Almost didn't make the page. +### JS +- [SPA like behavior with HTMX](https://htmx.org/essays/you-cant/) + ## Articles - [Sensible Sqlite defaults](https://briandouglas.ie/sqlite-defaults/)