TypeScript
How (and why) you should use TypeScript with Node and Express.
typescriptnodeexpress
When should you use Type, Class, or Interface in TypeScript?
typescriptjavascriptoop
Using Firestore with TypeScript in the v9 SDK
A nice little coding design pattern that will boost your Firestore productivity and make your code safe with TypeScript
firebasetypescriptjavascript
Use of DTO for Validation in NestJS Application
How to handle and validate the data for a REST endpoint with the NestJS framework.
nestjstypescriptjavascript
Understand Angular's forRoot and forChild
angulartypescriptjavascript
TypeScript and Global Variables in Node.js
How to make global variables in Node.js using TypeScript and make sure the types are correct.
typescriptnodejsjavascript
The Practical Guide to React Testing Library with TypeScript
reacttestingtypescript
Static Code Analysis for Node.js and TypeScript Project using SonarQube
nodejstypescriptsonarqube
Setup dotenv to Access Environment Variables in Angular 9
Setting up dynamic configurations for your frontend
angulartypescriptjavascript
Screen Capture a Page Using Angular Ngx Capture
Screen capture library for Angular. Define a zone and it will capture it and return a string containing a base64 PNG.
angularjavascripttypescript