Articles tagged with: Typescript

Course Review: Learning Typescript (LinkedIn Learning)

Summary: The course 'Learning Typescript' on LinkedIn Learning is a concise and focused guide to setting up Typescript and learning the basics in just over an hour. It also mentions useful tools like DefinitelyTyped.


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.