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...Discuss路75 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...DiscussTypeScript 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...Preeti Samuel and 4 others are discussing this5 people are discussing thisDiscuss路123 likes路359 readsNestJS mapped typesGreat thanks 11
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...Discuss路292 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...Discuss路143 readstype checking