Why Type Assertions Are Bad Practice in TypeScriptType assertions are a feature in TypeScript that allow you to tell the compiler, “I know more about this value than you do.” While this might seem useful, it can be dangerous if misused. In this article, we will explore why type assertions are consid...Feb 24, 2025·4 min read
Nest.js: Why it is a Game-Changer for me in Node.js DevelopmentA couple of years ago I stumbled upon Nest.js, found it interesting and then - forgot about it. Until recently when I was going down a rabbit hole about clean code architecture in Node.js. Nest.js came across quiet often and so I decided to take a cl...Dec 21, 2023·5 min read