#typescript
Read more stories on Hashnode
Articles with this tag
Reasons for Favoring 'unknown' over 'any' in TypeScript · When we create applications in Angular, the any type is our "live-saver" when struggle with...
Modify Input Property in Angular with transform function · When building components, defining the interfaces to be used by consumers is often...
Essential Angular Topics for Junior and Mid-Level Developer Job Interviews · In the last half-year, I interviewed people to hire Angular Developers for...
Why you should consider Svelte for your side projects · Sometimes we want to learn something, just for fun or to build new side projects. I heard about...
NestJS In-Memory CRUD API Setup and Vercel Deployment: A User-Friendly Tutorial · In my previous article, we got started with API creation in Nest, we...
Utilizing & or | for Combining Types in TypeScript · Today, I reviewed a piece of code where a variable could be of two types, but to enhance...