This is a cautionary tale about how I ended up writing a (bad) regular expression parser and evaluator in pure TypeScript types. (more…)
Read more »
Data validation means ensuring that data has the desired structure and content. (more…)
Read more »
TypeScript 4 is coming up fast: a first beta release is planned for this week (June 25th), with the final release aiming for mid-August.It's… (more…)
Read more »
Today we’re excited to announce our beta release of TypeScript 5.0! This release brings many new features, while aiming to make TypeScript, smaller, simpler, and faster. We’ve implemented the new decorators standard, functionality to better support ESM pr... (more…)
Read more »
We can find the concept of generic types across many languages such as Java, C#. Naturally, they found their way into TypeScript. In this article, we discuss their purpose and provide various examples. We also discuss naming conventions for generics that ... (more…)
Read more »