Articles tagged with: Architecture

An Entity Component System in Javascript

Summary: An implementation of an Entity Component System (ECS) architecture pattern in JavaScript, with code and demo both provided.


Python Imports 101

Summary: Explains Python import basics, relative vs. absolute imports, import resolution, and provides examples to clarify common import scenarios.


An interesting Evolutionary Design talk

Summary: Some concepts extracted from a talk about Evolutionary Design, covering concepts such as Simple Design, Continuous Design, and Reflective Design.


Audiobook Review: Algorithms at Work

Summary: Review of the audiobook 'Algorithms at Work'.


Course Review: Monorepos - A Beginner's Guide (Udemy)

Summary: The course 'Monorepos: A Beginner's Guide' on Udemy covers topics such as NodeJS module loading, using Yarn, package hoisting, and cross-package bin scripts. It also includes a bonus lesson on using Lerna. The course is concise and focused on NodeJS and Yarn, but the author has concerns about the initial approach of manually placing modules in the `node_modules` folder.