From c21479248ad4e6bba30737948833b478923d64a9 Mon Sep 17 00:00:00 2001 From: Alexey Migutsky Date: Thu, 1 Sep 2022 17:13:45 +0300 Subject: [PATCH] Add http://www.principles-wiki.net/ --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 93bc133..ae9b300 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,9 @@ But knowing the stuff will help you become better! :muscle:* - :page_facing_up: [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) - :movie_camera: [Entity-Component-System Architecture with Unity by example](https://www.youtube.com/watch?v=lNTaC-JWmdI&t=166s&list=PLZlJZzHmx31XvgT96DfbXQ4IMb1ryztbp&index=33) +### Code Design +- :page_facing_up: [Programming Principles Wiki](http://www.principles-wiki.net/) + ### Engineering Philosophy - :movie_camera: [Category Theory in Life](https://www.youtube.com/watch?v=ho7oagHeqNc) - :movie_camera: [Simple Made Easy](https://www.infoq.com/presentations/Simple-Made-Easy)