From 54f4a2b90d19575fd31fabd7c3aecba57d20257a Mon Sep 17 00:00:00 2001 From: Dariush Abbasi Date: Wed, 28 Jan 2026 03:54:43 -0700 Subject: [PATCH] Add related lists Added related lists, start with JavaScript, PostgreSQL, and Python books. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ab7dbd6..06e0c2e 100644 --- a/README.md +++ b/README.md @@ -717,6 +717,12 @@ Another awesome book for learning Web Development in Golang. ### [Golangbot.com Articles](https://golangbot.com/) ### [Tuxerrante repo on go exercises](https://github.com/tuxerrante/go_exercises) +## Related Lists + +- [JavaScript Books](https://github.com/minouou/jsbooks) – A collection of books and learning resources for JavaScript +- [PostgreSQL Books](https://github.com/sara8086/PostgresBooks) – A curated list of books and guides for PostgreSQL +- [Python Books](https://github.com/lara-west/PythonBooks) – A comprehensive list of Python books and tutorials + Contributing ====