I am a Frontend Engineer, based out of India, with 7+ years of building scalable web applications.
I am passionate about clean code, design patterns, developer productivity and User Experience
Nothing here yet.
Introduction The best thing about typescript is that you can always start by using just the basic features of the language. You don't have to use every advanced feature of it right from the beginning. You can incrementally learn and implement stricte...

In TypeScript, there are two ways of assigning a type to a variable. Type Declaration Type Assertion If you have ever written typescript code, you most probably would have used both of them at some point in time. So let's dive deep into what type d...
