dan reeves (@dnrvs) 's Twitter Profile
dan reeves

@dnrvs

frontend tech lead @treasuredata

ID: 140145212

linkhttp://danreev.es calendar_today04-05-2010 18:25:55

5,5K Tweet

480 Followers

839 Following

dan reeves (@dnrvs) 's Twitter Profile Photo

just got an email from someone i made a website for in 2013 when i was still studying and they said its been perfect for them but they need me to reset their password

David K 🎹 (@davidkpiano) 's Twitter Profile Photo

TypeScript tip: stop using optional properties so much in your internal app logic. ❌ prop?: string; ✅ prop: string | undefined; Being explicit about undefined values eliminates the silent bugs that happen when you forget to provide a value.

TypeScript tip: stop using optional properties so much in your internal app logic.

❌ prop?: string;
✅ prop: string | undefined;

Being explicit about undefined values eliminates the silent bugs that happen when you forget to provide a value.
@jacobparis.com ❖ (@jacobmparis) 's Twitter Profile Photo

You only need a little bit of TypeScript knowledge to be dangerous with React - Type your inputs, infer your outputs - Use React.ComponentProps everywhere - Use Omit<> when overriding props - Don't pass types from the DB into your components jacobparis.com/content/react-…

DiscussingFilm (@discussingfilm) 's Twitter Profile Photo

‘SPY KIDS’ has been added to the National Film Registry. Films that are added to the registry are seen to have cultural or historic importance and must be preserved for future generations.

‘SPY KIDS’ has been added to the National Film Registry.

Films that are added to the registry are seen to have cultural or historic importance and must be preserved for future generations.
Kazuki Ohta (@kzk_mover) 's Twitter Profile Photo

.Treasure Data の東京オフィスが、今月から麻布台ヒルズに移動になりました。森ビルさん、ありがとうございます。Mountain View, New York, London, Nice,

.<a href="/TreasureData/">Treasure Data</a> の東京オフィスが、今月から麻布台ヒルズに移動になりました。森ビルさん、ありがとうございます。Mountain View, New York, London, Nice,
Vic 🌮 (@vicvijayakumar) 's Twitter Profile Photo

so I find that extremely senior engineers are very good at context switching and don’t need to recuperate between calls. they also don’t complain about meetings (unless there’s no agenda), and are happy to jump on calls, pair program, respond to a dm, write some code, whatever.