Articles tagged with: Development

My Generative AI and ML usages (as of 2023)

Summary: A few Generative- AI and Machine Learning personal use case scenarios


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.


The origins of LEGO Mindstorms

Summary: LEGO Mindstorms, a popular robotics brand, was discontinued in 2022. This post briefly explores its origins.


Tiny Markdown-Based Wiki

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


Reproducible Builds

Summary: Compiling code does not always generate the exact same output, leading to issues with security and build caching. Different tools and languages have different levels of determinism.