TypeScript 4.9, 10 Years of TypeScript, Zod Tutorial

TypeScript Weekly

Issue #197 — November 28, 2022

Announcing TypeScript 4.9

TypeScript 4.9 has been released and brings with it the new satisfies operator, improved type narrowing for the in operator, and many other improvements. Check out the TypeScript 5.0 iteration plan as well if you’re curious about what’s coming down the road.

Daniel Rosenwasser

Ten Years of TypeScript

TypeScript recently turned 10 years old (can you believe it?). A look at the language’s history, its early days, and where it’s at today.

Daniel Rosenwasser

Zod Tutorial | Total TypeScript

How to use the schema validation library Zod to check types at runtime, explained by none other than the excellent Matt Pocock.

Matt Pocock

Converting the TypeScript Codebase to Modules

The TypeScript team recently migrated the TypeScript codebase from legacy namespaces to ECMAScript modules and improved compiler performance by 10–25% in the process. Also, tsc is now 30% faster to start and the npm package is now 43% smaller.

Jake Bailey

Build, Test, and Publish a TypeScript npm Package in 2022

This article explains how to develop and publish an npm package from scratch using TypeScript and Jest for testing.

Ianis Triandafilov

Key phrases

Older messages

TypeScript 4.9 Beta, Beginner + Advanced TypeScript Courses

Tuesday, October 18, 2022

TypeScript Weekly Issue #196 — October 18, 2022 Announcing TypeScript 4.9 Beta The beta release of TypeScript 4.9 introduces the satisfies operator, a new operator that lets us validate that the type

TypeScript 4.8, Complex Types, Monorepos

Thursday, September 15, 2022

TypeScript Weekly Issue #195 — September 14, 2022 Announcing TypeScript 4.8 TypeScript 4.8 has been released and improves type narrowing and compatibility for union and intersection types. It also

TypeScript 4.8 RC, Exploration of Type Narrowing

Friday, August 12, 2022

TypeScript Weekly Issue #194 — August 12, 2022 Announcing TypeScript 4.8 RC The release candidate of TypeScript 4.8 improves type narrowing and compatibility for union and intersection types. It also

Extreme Explorations of the Type System

Friday, August 5, 2022

TypeScript Weekly Issue #193 — August 5, 2022 Extreme Explorations of TypeScript's Type System Developers have pushed the bounds of type operations possible in the type system to write some pretty

TypeScript 4.8 Beta, TypeScript Tips & Tricks, Monorepos

Friday, June 24, 2022

TypeScript Weekly Issue #192 — June 24, 2022 Announcing TypeScript 4.8 Beta The beta release of TypeScript 4.8 improves type narrowing and compatibility for union and intersection types. It also makes

You Might Also Like

Retro Recomendo: Music

Sunday, April 28, 2024

Recomendo - issue #408 ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Your Phone’s Other Number 📱

Saturday, April 27, 2024

Let's talk about your phone's IMEI number. Here's a version for your browser. Hunting for the end of the long tail • April 27, 2024 Today in Tedium: As you may know, Tedium is a blog and/or

🕹️ How to Play Retro Games for Free on iPhone — Why I Can't Live Without an eReader

Saturday, April 27, 2024

Also: Anker MagGo (Qi2) Power Bank Review, and More! How-To Geek Logo April 27, 2024 📩 Get expert reviews, the hottest deals, how-to's, breaking news, and more delivered directly to your inbox by

Weekend Reading — The Bob Ross of programming

Saturday, April 27, 2024

This week we use coffee tasting as our design practice, get as close to and as far away from the metal as possible, find an easier way to write documentation, discover why Google Search is getting so

Issue #538: All the Jam entries, Panthera 2, and Tristram

Saturday, April 27, 2024

Weekly newsletter about HTML5 Game Development. Is this email not displaying correctly? View it in your browser. Issue #538 - April 26th 2024 If you have anything you want to share with the HTML5 game

Daily Coding Problem: Problem #1424 [Easy]

Saturday, April 27, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Microsoft. Implement a URL shortener with the following methods: shorten(url) , which

Charted | Countries That Became More Happy (or Unhappy) Since 2010 😅

Saturday, April 27, 2024

Which countries had the highest happiness gains since 2010? Which became sadder? View Online | Subscribe Presented by Voronoi: The App Where Data Tells the Story FEATURED STORY Countries With the

Noonification: What Is E-Waste Hacking?

Saturday, April 27, 2024

Top Tech Content sent at Noon! The first AI-powered startup unlocking the “billionaire economy” for your benefit How are you, @newsletterest1? 🪐 What's happening in tech this week: The

TikTok faces a ban in the US, Tesla profits drop and healthcare data leaks

Saturday, April 27, 2024

Plus: Amazon's new delivery subscription and a deep dive on Rippling View this email online in your browser By Kyle Wiggers Saturday, April 27, 2024 Image Credits: TechCrunch Welcome, folks, to

🐍 New Python tutorials on Real Python

Saturday, April 27, 2024

Hey there, There's always something going on over at realpython.com as far as Python tutorials go. Here's what you may have missed this past week: Write Unit Tests for Your Python Code With