Summary: This blog post discusses how to avoid or remove relative imports in JavaScript projects by using module aliases in Webpack and Babel, as well as configuring path mappings in TypeScript and Jest. The goal is to make imports more readable and maintainable.
Summary: My search for resources to learn React, a few recommended blogs and podcasts.
Summary: Review about The Node.js Essential Training course, on LinkedIn Learning.
Summary: The development of a Zombie Infection Simulator mini-game, porting a Java + Processing framework game to Javascript + HTML 5. The game can be played online and the source code is available on Github.
Summary: A simple 15-line CSS code for implementing a dark mode UI, without the need for Javascript or complex CSS rules, and includes good practice tips.