From b809d66bc93f073ab265602d8a58691ca1d5a482 Mon Sep 17 00:00:00 2001 From: Bob Kim Date: Thu, 26 Oct 2017 05:29:59 +0000 Subject: [PATCH] Add how-javascript-works --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2322c1..7e1d4db 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,8 @@ But knowing the stuff will help you become better! :muscle:* - :book: [Practical Object Oriented Design in Ruby](http://www.poodr.com/) - :movie_camera: [Evolutionary Software Architectures](https://www.youtube.com/watch?v=CglSFhwbI3s) - [System Design: A Primer](https://github.com/donnemartin/system-design-primer) - +- :link: [How JavaScript works: part-1](https://blog.sessionstack.com/how-does-javascript-actually-work-part-1-b0bacc073cf), [2](https://blog.sessionstack.com/how-javascript-works-inside-the-v8-engine-5-tips-on-how-to-write-optimized-code-ac089e62b12e), [3](https://blog.sessionstack.com/how-javascript-works-memory-management-how-to-handle-4-common-memory-leaks-3f28b94cfbec), [4](https://blog.sessionstack.com/how-javascript-works-event-loop-and-the-rise-of-async-programming-5-ways-to-better-coding-with-2f077c4438b5), [5](https://blog.sessionstack.com/how-javascript-works-memory-management-how-to-handle-4-common-memory-leaks-3f28b94cfbec) + ### Practices - :book: [Working Effectively with Legacy Code](https://www.goodreads.com/book/show/44919.Working_Effectively_with_Legacy_Code) - :book: [Clean Code: A Handbook of Agile Software Craftsmanship](https://www.goodreads.com/book/show/3735293-clean-code)