6 articles categorized as:

Typescript

10 Javascript/Typescript features I avoid

Learn about 10 Javascript features that can be replaced by better alternatives. See why a senior engineer avoids them and what alternatives they use instead.

Mastering function overloading in Typescript

Function overloading in TypeScript allows multiple functions with the same name to exist within a single program, but with different type signatures

Basic types in Typescript

Start using Typescript in your projects - learn everything you need to understand basic Typescript types