Miles . 마일스 (@mileswjohnson) 's Twitter Profile
Miles . 마일스

@mileswjohnson

YC Founder of @tothemoonrepo - Fan of Rust & TypeScript developer tools, monorepos, and design systems - Current @Stripe, former @Coinbase, @Airbnb

ID: 15654299

linkhttps://github.com/milesj calendar_today30-07-2008 00:58:20

9,9K Tweet

1,1K Followers

311 Following

Miles . 마일스 (@mileswjohnson) 's Twitter Profile Photo

My text messaging app is like 95% full of automated messages, reminders, MFA crap, so on and so forth. It's just all so spammy now.

Miles . 마일스 (@mileswjohnson) 's Twitter Profile Photo

Got tired of debugging slow/broken TS projects, so started a new project... A Rust-based TS build debugger/analyzer/linter. Internals will be powered with oxc by Boshen Hopefully will have something usable in the next few weeks!

Got tired of debugging slow/broken TS projects, so started a new project... A Rust-based TS build debugger/analyzer/linter. 

Internals will be powered with oxc by <a href="/boshen_c/">Boshen</a> 

Hopefully will have something usable in the next few weeks!
Miles . 마일스 (@mileswjohnson) 's Twitter Profile Photo

After working at Stripe for over 2 weeks now, I gotta say, they're developer experience, tooling, documentation, and everything else about my day-to-day is first class. Absolutely insane quality.

Miles . 마일스 (@mileswjohnson) 's Twitter Profile Photo

Rust pro-tip: If you only want to derive certain traits in debug mode/profile, you can do this: #[cfg_attr(debug_assertions, derive(Deserialize))]