THE DIGEST
-
Adopting TypeScript Across Systems and Teams with Milecia McGregorTypeScript Course
Joe chats with Milecia McGregor about learning TypeScript and migrating TypeScript applications.
-
Zod with Matt PocockPodRocket
We welcome back TypeScript’s “it” guy, Matt Pocock, onto the podcast to talk about Zod, how it aids in working with...
-
TypeScript Runtime Type CheckingMedium
Utilizing TypeScript’s Type System and Overcoming JavaScript Quirks for Robust Runtime Checks
-
The Complete Guide to Safe Type Narrowing in TypeScriptblog.thoughtspile.tech
-
Anders Hejlsberg on Programming Languagesaarthiandsriram.com
Every once in a while we get a guest we can’t believe we finally get to talk to - Anders Hejlsberg.
-
Configuring ESLint, Prettier, and TypeScript TogetherGoldblog
Recommendations for getting your formatter, linter, and type checker to play together nicely.
-
Function types are weird in TypeScriptTotal TypeScript
The article discusses why TypeScript does not throw an error when a function that is assigned to a variable doesn't...
-
GitHub Copilot X | TypeScript 5.0 | React.dev (JS Party Live!)
Jerod, Amal, Nick & KBall discuss what's new and shakin' in the JavaScript and web development world!Chat in the...
-
The Definitive TypeScript 5.0 Guide - SitePenSitePen
Our TypeScript style guide is regularly updated to provide new information about the latest versions of TypeScript,...
-
TypeScript overtakes JavaScript?! 🤯
Fred K. Schott, Nick Nisi & KBall discuss the State of JS survey results on the "JS Party" podcast. 🎧 👉...
-
Typescript Runtime Validators and DX analysisDEV Community
Typescript's biggest limitations is the lack of added runtime type safety.
-
Announcing TypeScript 5.0 Beta - TypeScriptTypeScript
Today we’re excited to announce our beta release of TypeScript 5.0! This release brings many new features, while...
-
Blazing Fast Tips: TypeScript Utility TypesYouTube
Between Pick, Omit, Exclude, Extract, ReturnType and many more, it's sometimes hard to know what TypeScript utility...
-
A horrifically deep dive into TypeScript module resolutionYouTube
Getting TypeScript to find the modules you’re importing can be surprisingly tricky.
-
Rewriting TypeScript in Rust? You'd have to be...Total TypeScript
Donny (kdy1 on GitHub) is rewriting TypeScript in Rust hoping to speed up tsc which is slow due to its TypeScript...
-
Advanced TypeScript 4.8 Concepts: Classes and Types - SitePenSitePen
Gain a deeper understanding of how TypeScript's type system enhances classes via interfaces, access modifiers,...
-
TypeScript 4.8 Cheat Sheet - SitePenSitePen
Get the latest cheat sheet for all things TypeScript, including common functions, types, directives, and more. Read...
-
Episode 67: Uncovering hidden connections | TalkScript.FMTalkScript.FM
When modifying code, how confident are you that it isn't going to cause negative unforeseen effects elsewhere in...