TypeScriptDaily Profile Banner
TypeScript Daily Profile
TypeScript Daily

@TypeScriptDaily

Followers
14K
Following
0
Media
34
Statuses
1K

Daily TypeScript news and articles. Sister account of https://t.co/M5FGMV4Cva, a weekly email round-up of TypeScript links. Curated by @mariusschulz.

Joined March 2016
Don't wanna be here? Send us removal request.
@TypeScriptDaily
TypeScript Daily
9 years
βœ‰οΈ The first issue of TypeScript Weekly just went out! πŸ“ Not subscribed yet? πŸ‘‡ Here's our website: https://t.co/X3A18IlWJ6
Tweet card summary image
typescript-weekly.com
The best TypeScript links every week, right in your inbox.
4
7
22
@TypeScriptDaily
TypeScript Daily
3 years
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. πŸ”— https://t.co/IsiBN81Zkk ✍️ by Aarthi & Sriram's Podcast 🏷 #TypeScript #JavaScript
Tweet card summary image
aarthiandsriram.com
Every once in a while we get a guest we can’t believe we finally get to talk to - and you can hear the delight in our voices throughout.
0
2
12
@TypeScriptDaily
TypeScript Daily
3 years
An interview with @kdy1dev, the author of stc, who is rewriting TypeScript in Rust, hoping to significantly speed up type checking. An impossible challenge? πŸ”— https://t.co/qtOoKgTjaU ✍️ by @mattpocockuk 🏷 #TypeScript #JavaScript #Rust
Tweet card summary image
totaltypescript.com
Donny (kdy1 on GitHub) is rewriting TypeScript in Rust hoping to speed up tsc which is slow due to its TypeScript base.
0
3
15
@TypeScriptDaily
TypeScript Daily
3 years
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. πŸ”— https://t.co/6Biz1qhFok ✍️ by @thoughtspile 🏷 #TypeScript #JavaScript
1
1
25
@TypeScriptDaily
TypeScript Daily
3 years
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. πŸ”— https://t.co/tfLs9gxyMs ✍️ by @mattpocockuk 🏷 #TypeScript
0
3
22
@TypeScriptDaily
TypeScript Daily
3 years
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. πŸ”— https://t.co/OMnVzI8BHK ✍️ by @GabrielVergnaud 🏷 #TypeScript #JavaScript
Tweet card summary image
github.com
A library of composable functions for the type-level! Transform your TypeScript types in any way you want using functions you already know. - gvergnaud/hotscript
0
5
16
@TypeScriptDaily
TypeScript Daily
3 years
Different approaches for creating types for a range of numbers in TypeScript's type system. πŸ”— https://t.co/HB7uAK3bhZ ✍️ by @captainyosarian 🏷 #TypeScript #JavaScript
catchts.com
TypeScript blog
0
1
5
@TypeScriptDaily
TypeScript Daily
3 years
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. πŸ”— https://t.co/weeCtJg1N6 ✍️ by Joe Previte 🏷 #TypeScript #JavaScript
0
1
9
@TypeScriptDaily
TypeScript Daily
3 years
On this episode of the PodRocket podcast, @mattpocockuk talked about Zod, an excellent library for TypeScript-first schema validation with static type inference. πŸ”— https://t.co/xhwPq0OI3u πŸŽ™οΈ by Matt Pocock & Paul Mikulskis 🏷 #TypeScript #JavaScript
0
1
2
@TypeScriptDaily
TypeScript Daily
3 years
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. πŸ”— https://t.co/8VJkbLM403 πŸŽ™οΈ by Ian VanSchooten 🏷 #TypeScript #JavaScript
0
2
8
@TypeScriptDaily
TypeScript Daily
3 years
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. πŸ”— https://t.co/sBufLlhu77 ✍️ by @drosenwasser 🏷 #TypeScript #JavaScript
Tweet card summary image
devblogs.microsoft.com
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...
0
4
27
@TypeScriptDaily
TypeScript Daily
3 years
This article explains how to develop and publish an npm package from scratch using TypeScript and Jest for testing. πŸ”— https://t.co/rRidV3sQWj ✍️ by Ianis Triandafilov 🏷 #TypeScript #JavaScript
1
1
14
@TypeScriptDaily
TypeScript Daily
3 years
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%. πŸ”— https://t.co/IJaJmwdt7J ✍️ by @andhaveaniceday 🏷 #TypeScript #JavaScript
Tweet card summary image
github.com
This is it; the PR that converts the TypeScript repo from namespaces to modules. TL;DR: The TypeScript compiler is now implemented internally with modules, not namespaces. The compiler is now 10-25...
0
2
19
@TypeScriptDaily
TypeScript Daily
3 years
How to use the schema validation library Zod to check types at runtime, explained by none other than the excellent @mattpocockuk. πŸ”— https://t.co/lChE7YT27v ✍️ by @mattpocockuk 🏷 #TypeScript #JavaScript
Tweet card summary image
totaltypescript.com
Zod is a TypeScript-first schema declaration and validation library. In this tutorial, Matt Pocock has prepared a set of exercises that will help you level up.
0
1
22
@TypeScriptDaily
TypeScript Daily
3 years
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. πŸ”— https://t.co/q9779hMNfW ✍️ by @drosenwasser 🏷 #TypeScript #JavaScript
Tweet card summary image
devblogs.microsoft.com
Today is TypeScript’s birthday! But this birthday is a special one – 10 years ago today, on October 1st, 2012, TypeScript was unveiled publicly for the first time. The Early Days When TypeScript...
0
4
20
@TypeScriptDaily
TypeScript Daily
3 years
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. πŸ”— https://t.co/YjndccwtIh ✍️ by @drosenwasser 🏷 #TypeScript #JavaScript
Tweet card summary image
devblogs.microsoft.com
Today we are excited to announce the availability of TypeScript 4.9! If you’re not familiar with TypeScript, it’s a language that builds on JavaScript by adding types and type-checking. Types can...
0
7
20
@TypeScriptDaily
TypeScript Daily
3 years
A proof of concept of a high-performance TypeScript-to-bytecode compiler that might lead to significant performance improvements when checking TypeScript code. πŸ”— https://t.co/hi0j6aAGto ✍️ by @MarcJSchmidt 🏷 #TypeScript #JavaScript
Tweet card summary image
github.com
High-performance TypeScript compiler. Contribute to marcj/TypeRunner development by creating an account on GitHub.
0
2
17
@TypeScriptDaily
TypeScript Daily
3 years
A course to take your TypeScript skills to the next level! Learn how to unleash the full potential of the Turing-complete type system of TypeScript. πŸ”— https://t.co/vfjiJukqzP ✍️ by @GabrielVergnaud 🏷 #TypeScript #JavaScript
Tweet card summary image
type-level-typescript.com
An online course to become a TypeScript expert. Discover the most advanced features of the type system while solving fun challenges!
0
14
39
@TypeScriptDaily
TypeScript Daily
3 years
A detailed look at union and intersection types in TypeScript. πŸ”— https://t.co/W6sB08ng2A ✍️ by Tushar Sharma 🏷 #TypeScript #JavaScript
1
3
19
@TypeScriptDaily
TypeScript Daily
3 years
Get hands-on interactive TypeScript practice and learn the foundational knowledge and skills you need to become a TypeScript Wizard. πŸ”— https://t.co/MSDTX977mg ✍️ by @mattpocockuk 🏷 #TypeScript #JavaScript
Tweet card summary image
totaltypescript.com
Free interactive video tutorial that will help you get started with TypeScript.
0
9
25