Sticky
A practical example of implementing a factory pattern that takes advantage of the TypeScript Typing System
Factory pattern i...
Sticky
The post was updated on 29-07-2024
TypeScript offers two primary mechanisms for defining custom types: interfaces and type ...
Sticky
TypeScript provides a very rich toolbox. It includes mapped types, conditional types with control flow-based analysis, type i...
Sticky
Everything you want to know about the Record utility typeRecord is one of the TypeScript utility types and has been available...
Sticky
From Shallow Copy to Deep Clone with TypeEverything in the JavaScript world is an Object. We often need to clone an Object. W...
Sticky
Scattered “magic strings” haunt countless codebases. These hardcoded values, representing error codes, status indicators, or ...
Sticky
4 Performance Boosting Techniques to Get the Most Out of NestJSAs a powerful Node.js application framework, NestJS offers a w...
Sticky
An End to End Example using Angular and NestJSRecently, I worked on an S3 file-uploading feature for an Angular/NestJS A...
Sticky
NestJS is a popular Node.js server-side framework. It’s highly customizable, comes with a rich ecosystem, and is compatible w...
Sticky
Simple and practical solutions you can apply in daily workI found out that I repeatedly use some TypeScript code patterns in ...