Paul-Sebastian Manole
Paul-Sebastian Codes

Paul-Sebastian Codes

Follow
homebadgesnewsletter
Tag

TypeScript

#typescript

More content

Read more stories on Hashnode


Articles with this tag

Why isn't "string?" allowed as a function return value in TypeScript?

Nov 20, 20223 min read 945 views

Quick notes on optional parameters and properties in TypeScript ยท I've recently came upon this question on r/typescript: Why isn't "string?" allowed as a...

Why isn't "string?" allowed as a function return value in TypeScript?

Immutable TypeScript

Nov 13, 20226 min read 3.4K views

const assertions are surprisingly similar to const expressions in C#/C++ ยท I'm mainly a C# programmer at the moment, and when records were introduced in...

Immutable TypeScript

Destructuring intersection types by type in TypeScript

Oct 2, 20223 min read 732 views

Wow, that's a lot of t's! ๐Ÿ˜… This is a short post regarding a question I had while writing TypeScript on a React project. I'm by no means a TypeScript...

Destructuring intersection types by type in TypeScript

Type-safe model-form binding with Angular

Aug 14, 20214 min read 420 views

A simple first step towards more type-safe forms with Angular (no dependencies required) ยท So I'm learning Angular right now and I absolutely love...

Type-safe model-form binding with Angular