Dan Vanderkam 🦋 Profile
Dan Vanderkam 🦋

@danvdk

Followers
3K
Following
1K
Media
94
Statuses
1K

Independent software developer, formerly @sidewalklabs and Google. Author of Effective TypeScript, now in its 2nd edition (May 2024): https://t.co/NV5HD4jX8C

Hudson Valley, NY
Joined February 2009
Don't wanna be here? Send us removal request.
@danvdk
Dan Vanderkam 🦋
1 year
It's here! 🎉 The 2nd edition of Effective TypeScript is now available in all formats. The bird on the cover is the same, but the content is throughly revised and expanded to reflect how TS is used in 2024. Get your copy today! @OReillyMedia
Tweet media one
8
26
182
@danvdk
Dan Vanderkam 🦋
2 months
Great article from @ollie about my long-running quest to find the highest-scoring Boggle board. I love the visuals!
0
0
2
@danvdk
Dan Vanderkam 🦋
6 months
RT @0xNadim1: writing typescript for the first time in 6 years, and i think im enjoying it? new additions like type predicates inference ma….
0
1
0
@danvdk
Dan Vanderkam 🦋
9 months
Just published a big update to my "X-Ray Glasses for any types" VS Code extension: It uses the built-in TypeScript server now, which makes it faster and more likely to work with your project. Give it a try! It found some anys in vscode and tsc itself!
Tweet media one
0
0
23
@danvdk
Dan Vanderkam 🦋
9 months
RT @_ndeyefatoudiop: Just started reading the 2nd edition of this book 🎉. I can’t recommend it enough! The first version made me an entire….
0
1
0
@danvdk
Dan Vanderkam 🦋
10 months
For a weekend project, I wrote a VS Code extension: X-Ray Vision for any types. The scary thing about "any" is that it can appear in surprising place and silently spread. No more! This was frustrating, rewarding, and hopefully useful. Give it a try!
Tweet media one
11
14
208
@danvdk
Dan Vanderkam 🦋
11 months
This is the single passage of Effective TypeScript that I've received the most feedback on. Do you have an intuition for why these relationships hold? The latest blog post walks through how they work, what they mean, and why they're interesting
Tweet media one
2
2
11
@danvdk
Dan Vanderkam 🦋
1 year
I learned Zig for last year's Advent of Code. It's a nice language with some great ideas, and TypeScript could learn a few things from it. Read on!
1
2
24
@danvdk
Dan Vanderkam 🦋
1 year
My notes on the changes in TypeScript 5.5, a blockbuster release
0
6
30
@danvdk
Dan Vanderkam 🦋
1 year
@recursecenter @AndaristRake or if you prefer videos, check out the great discussion that @JoshuaKGoldberg and I had with Dimitri from @MiTypeScript
0
0
2
@danvdk
Dan Vanderkam 🦋
1 year
I'm very excited that TS 5.5 has officially landed with Inferred Type Predicates, the feature I built at @recursecenter earlier this year. Read all about the journey at Special thanks to @AndaristRake for fixing all my bugs :).
@typescript
TypeScript
1 year
TypeScript 5.5 is now available! 🎉✨. Now with. ✅ Inferred Type Predicates.✅ RegEx syntax checks.✅ The JSDoc @‍import Tag.✅ ${configDir} for easier tsconfig inheritance.✅ --isolatedDeclarations.✅ Lots of new optimizations. And more! Try it today!.
5
6
69
@danvdk
Dan Vanderkam 🦋
1 year
Effective TypeScript Item 36: Use a Distinct Type for Special Values. This is a sample from the newly-released second edition. It discusses a common mistake in TypeScript code: using "", 0, or -1 to represent special cases like missing data.
0
0
8
@danvdk
Dan Vanderkam 🦋
1 year
RT @JoshuaKGoldberg: TypeScript 5.5's going to be a BANGER, and the headliner feature for a lot of us that I'm SO EXCITED about is because….
0
2
0
@danvdk
Dan Vanderkam 🦋
1 year
If you want to learn the backstory of TypeScript 5.5's inferred type predicates, this is the video! I'm really happy with how it turned out. Kudos to Dimitri and @JoshuaKGoldberg for putting it together.
@MiTypeScript
Michigan TypeScript
1 year
🤩 a super long-requested @typescript feature is coming in a few days to v5.5: @danvdk's work on inferred type predicates! So, naturally, we did a deep dive on it with Dan, the PR author himself!. video link below👇
Tweet media one
2
5
29
@danvdk
Dan Vanderkam 🦋
1 year
RT @JoshuaKGoldberg: This is the thing! We're launching!. I'M CO-ORGANIZING A CONFERENCE THIS YEAR!!!!. SO MUCH WORK has gone into it and I….
0
18
0
@danvdk
Dan Vanderkam 🦋
1 year
RT @johnny_reilly: I'm always excited by a TypeScript release. This one is epic, and what's all the notable is how much community involveme….
0
6
0
@danvdk
Dan Vanderkam 🦋
1 year
Very excited to see inferred type predicates headline TS 5.5! I hope everyone enjoys the bird-themed release notes 🦜.
@typescript
TypeScript
1 year
Announcing TypeScript 5.5 Beta! 📣. Now with type predicate inference, more type narrowing, an @‍import tag for JSDoc, the --isolatedDeclarations flag, performance & reliability improvements, and much more!.
0
3
32
@danvdk
Dan Vanderkam 🦋
1 year
This has been on my list of most-desired TS features for years. I’m genuinely curious to see what breaks under —strictReadonly. In 2016 this felt too strict, but in 2024 it’s surprising we don’t have this.
@AndaristRake
Mateusz Burzyński
1 year
1
0
6
@danvdk
Dan Vanderkam 🦋
1 year
One of my goals this year was to become a TypeScript contributor. Over the past three months, I did just that! This post tells the story of how Type Predicate Inference came about and what I learned along the way.
3
8
59
@danvdk
Dan Vanderkam 🦋
1 year
Excited to see that the new Flow Node Charts have at least one high-profile user. And may have even indirectly led to some TypeScript speedups! Visualizing something has a way of nudging you to make it better. @DavidSherret
@danvdk
Dan Vanderkam 🦋
1 year
For my PR to infer type predicates, I needed to understand TypeScript's control flow graph. So I added a graph visualization to @DavidSherret's amazing TypeScript AST Viewer. It's live now and very fun to play with! Edges go backwards in execution order.
Tweet media one
1
0
17