Articles tagged with: Javascript

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.


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.