Summary: An implementation of an Entity Component System (ECS) architecture pattern in JavaScript, with code and demo both provided.
Summary: Created a simple web alternative to sync and view markdown files using HTML, CSS, and JavaScript. It fetches markdown files, renders them client-side, and supports light/dark themes
Summary: Explores word prediction/autocomplete using a trie data structure. Includes a demo and the source code of the trie implementation.
Summary: A summary of classes in JavaScript as of 2023, with examples including constructors, inheritance, getters, setters, static properties, private methods, and instantiation.
Summary: The use of dependency injection in JavaScript and its benefits for testing.