Coding CSS light-dark() is a game changer It was never that simple to set up light and dark mode in web-applications. With the new CSS light-dark-function, we have a really good addition to simplify the handling of the color scheme.
Coding Reverse Engineering Prince of Persia on Apple II I tried to reverse engineer the original code of Prince of Persia on Apple II, for some of it's parts, which was quiet interesting!
Coding Parsing CSV data in JavaScript/TypeScript What seems to be trivial can actually become challenging and complex. The problem with CSV files is a somewhat vague standard or different interpretation of it, and therefore there is a large variation in the formatting of the CSV files. There is no general standard for the CSV file format,