typescript

  • 16 July 2024

Migrate to ESLint 9.x

In this article, I share some experiences of migrating to ESLint 9.x, which includes significant breaking changes. We'll use the flat config, integrate ESLint plugins, and specify custom rules for various file types: .js, .cjs, .mjs and .ts

Read more 
  • 21 June 2024

Why you might be using Enums in TypeScript wrong

Discover the pitfalls of using Enums in TypeScript and explore a more type-safe alternative with `as const`

Read more 
  • 14 June 2024

Support Dual Package for CJS and ESM in Typescript Library

Explore an easy way to support dual package TypeScript NPM libraries for both CommonJS and ESM

Read more 
  • 15 May 2024

Dynamic Github profile with Bun and Typescript

Learn how to make your GitHub profile dynamic using Bun and TypeScript as an alternative to Python in my previous article.

Read more 
  • 28 November 2020

Setup Webpack React TypeScript

Learn the essentials of setting up Webpack with React and TypeScript to build powerful and efficient web applications.

Read more 
  • 14 November 2020

Setup Webpack TypeScript

Discover how to configure Webpack with TypeScript to enhance your web development workflow with type safety and modern JavaScript features.

Read more