From c991e37a826d0faf3270edf3f23954644cc6c65b Mon Sep 17 00:00:00 2001 From: Angel Mendez Date: Mon, 17 Oct 2022 11:28:19 -0500 Subject: [PATCH] feat: Add e-books to list - Add the following e-books * Eloquent Javascript * Learning Patterns - Lydia Hallie and Addy Osmani Related to: #86 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 64186f9..9df9e0c 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ Please read [`contributing guidelines`](./CONTRIBUTING.md) before submitting new - [🎯 Open Source](#-open-source) - [🔐 DevRel](#-devrel) - [💥 Miscellaneous](#-miscellaneous) +- [📚 E-books](#e-books)
@@ -613,6 +614,14 @@ Please read [`contributing guidelines`](./CONTRIBUTING.md) before submitting new | Cookies | Hussein Nasser | [click here](https://www.youtube.com/playlist?list=PLQnljOFTspQXaimjxx6uGLJz6lR25abZn) | | Security | CS50 | [click here](https://youtu.be/qFiAJ1sgYNU) | + +## 📚 E-books +| TOPIC | SOURCE NAME | LINK | +| ------------------------ | ------------------------------------------------ | --------------------------------------------- | +| Javascript | Eloquent Javascript | [click here](https://eloquentjavascript.net/) | +| Javascript | Learning Patterns - Lydia Hallie and Addy Osmani | [click here](https://archive.org/details/learning-patterns/learning-patterns-final-v1.1/) + +