Type transformations in TypeScript: Removing functions from a type
TypeScript is often quoted as one of the most loved programming languages (StackOverflow, 2022). I guess, what contributes to it...
Add linting to NodeJs and TypeScript project
We are going to install TypeScript ESLint for finding potential problems with our code. Most online tutorials talk about using...
Setup Nodejs + Typescript development environment
Here is the summary: Install Nodejs Initialize Javascript project Convert to Typescript Install ts-node Prerequisite You would need a code...