Articles tagged with: Javascript

Vampire Survivors Cheats

Summary: Cheats and hacks for the indie game Vampire Survivors, including a Javascript/NodeJS savegame editor.


Multi-Language Wordle clone fork

Summary: Practicing React by forking a Swedish Wordle clone and making it multi-language.


Javascript Named Exports for testing

Summary: Discusses a testing pattern using JavaScript named exports to test unexposed code fragments.


Course Review: Monorepos - A Beginner's Guide (Udemy)

Summary: The course 'Monorepos: A Beginner's Guide' on Udemy covers topics such as NodeJS module loading, using Yarn, package hoisting, and cross-package bin scripts. It also includes a bonus lesson on using Lerna. The course is concise and focused on NodeJS and Yarn, but the author has concerns about the initial approach of manually placing modules in the `node_modules` folder.


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.