An interview with @ahejlsberg: his origin story; how he created TypeScript, C#, Delphi and Turbo Pascal; open source; his daily workflow; his thoughts on AI, Solidity, Rust, and more.
🔗 aarthiandsriram.com/p/our-dr…
✍️ by Aarthi & Sriram's Podcast
🏷 #TypeScript#JavaScript
Various techniques for how to narrow the type of a value to a more specific one: from control flow analysis and built-in type guards to user-defined type guards and downcast functions.
🔗 blog.thoughtspile.tech/2023/…
✍️ by @thoughtspile
🏷 #TypeScript#JavaScript
Between Pick, Omit, Exclude, Extract, and many more, it’s sometimes hard to know how TypeScript utility types are supposed to be used. Matt gives you the context you need to use these types to their maximum potential.
🔗 youtube.com/watch?v=EU0TB_8K…
✍️ by @mattpocockuk
🏷 #TypeScript
Type-level madness! A lodash-like library for types, with support for type-level lambda functions. This goes to show how powerful and flexible TypeScript's type system has become over the years.
🔗 github.com/gvergnaud/hotscri…
✍️ by @GabrielVergnaud
🏷 #TypeScript#JavaScript
A podcast series of in-depth interviews where @jsjoeio chats with experts, open-source maintainers, and web developers to distill the practice of migrating large-scale applications to TypeScript.
🔗 typescriptcourse.com/podcast…
✍️ by Joe Previte
🏷 #TypeScript#JavaScript
On this episode of the PodRocket podcast, @mattpocockuk talked about Zod, an excellent library for TypeScript-first schema validation with static type inference.
🔗 podrocket.logrocket.com/zod
🎙️ by Matt Pocock & Paul Mikulskis
🏷 #TypeScript#JavaScript
This talk breaks down module resolution in TypeScript, explains the various options you can set, shows how to debug module resolution problems, and explores how it works in different situations.
🔗 youtube.com/watch?v=MEl2R7mE…
🎙️ by Ian VanSchooten
🏷 #TypeScript#JavaScript
TypeScript 5.0 is around the corner! This release introduces many new features, while aiming to make TypeScript, smaller, simpler, and faster. It also includes various breaking changes and deprecations.
🔗 devblogs.microsoft.com/types…
✍️ by @drosenwasser
🏷 #TypeScript#JavaScript
The TypeScript team recently migrated the TypeScript codebase from legacy namespaces to ECMAScript modules and in the process improved compiler performance by 10–25% and tsc startup time by 30%.
🔗 github.com/microsoft/TypeScr…
✍️ by @andhaveaniceday
🏷 #TypeScript#JavaScript