Articles tagged with: Javascript

Avoiding relative imports in Javascript, TypeScript, Webpack and Jest

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.


On Learning React

Summary: My search for resources to learn React, a few recommended blogs and podcasts.


Course Review: Node.js Essential Training (LinkedIn Learning)

Summary: Review about The Node.js Essential Training course, on LinkedIn Learning.


Zombie Infection Simulator mini-game

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.


CSS-Only dark mode in 15 lines of code

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.