Articles tagged with: Javascript

Courses Review: egghead.io

Summary: An initial review of egghead.io, a platform for web development courses.


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.