Darshit Anjariadarshitanjaria.hashnode.dev路Dec 6, 2024TypeScript in Production: Mastering Conditional and Mapped Types for Type SafetyTypeScript鈥檚 conditional and mapped types are advanced features that allow developers to create dynamic, scalable, and type-safe solutions for complex use cases. These tools can help enforce type safety in production applications, reduce bugs, and ma...TypeScript Deep Dive: Advanced features for Real-World applications.TypeScript
Fernando De La Madriddeadcode.hashnode.dev路Dec 9, 2023Mapped Types And String Template Literals in TypeScriptI very feeling very good about his learning momentum. This is my first time taking a Christman countdown programming challenge, and I can say it's both challenging and fun trying to learn and apply something new every day. Let's keep that momentum an...90 readsTypeScript FundamentalsTypeScript
Fernando De La Madriddeadcode.hashnode.dev路Dec 7, 2023Mapped Types in TypeScriptIn today's challenge, we'll leverage some topics covered in our previous post about keyof and generic types, plus combine some features of TypeScript that we haven't talked about yet (hit: we'll learn about mapped types). Let's keep the holiday learn...TypeScript Fundamentalsmapped types
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com路Aug 16, 2023Mapping Types and Decorators in TypeScriptIn a previous blog post, we explored the powerful combination of OpenAPI and NestJS, delving into their capabilities within the NestJS framework. 馃挕 What is an Open API? (bytescrum.com) Let's take a look at each component and how they work togethe...123 likes路365 readsNestJS mapped types
Andrei Picusnighttrax.dev路Jun 8, 2023TypeScript Thursday - S01E03 - Conditional typesIn TypeScript Thursday - S01E01 we learned about generic types and saw how we can make the output of a function preserve the type(s) of its input(s). For instance, we can write a <Dropdown> React component that automatically infers the type of its on...298 readsTypeScript ThursdayTypeScript
Abiola Fasanyaharbiola.hashnode.dev路Apr 20, 2023Exploring Advanced Type Features in TypeScriptTypeScript is a superset of JavaScript that provides optional static type checking and type annotations. One of the main benefits of using TypeScript is that it allows you to catch errors early during development before they make it to production. In...145 readstype checking