Posted inNode Typescript Setting up a custom logger for node express typescript server Posted by By Sujay Kundu 29 March 2024 In the last tutorial, we learnt how to setup typescript to a node-express app. Let’s move further,…
Posted inTypescript Typescript – Using Types Posted by By Sujay Kundu 29 March 2024 Types in Typescript : number ( 1, 5.3, -10) string (“H1”, ‘Hi’) boolean (true, false) object {age:30} Array [1,2,3] –…
Posted inTypescript Typescript – Installing & Using Typescript Posted by By Sujay Kundu 29 March 2024 To get started with Typescript : To Download Typescript – https://typescriptlang.org We are going to install Node.js – https://nodejs.org After…