Senior Full-Stack Software Engineer. All things #TypeScript, #Rust, and #Golang. Currently, meta frameworks and end-to-end type safety are my jam. Ex-Meta
Introducing Zero
The programming language for agents.
I wanted a systems language that was faster, smaller, and easier for agents to use and repair.
Explicit capabilities. JSON diagnostics. Typed safe fixes.
Made for agents on day zero.
Wait for all promises, even the failing ones 🔄
`Promise.allSettled()` waits for every promise to finish, success or failure.
⋅ Returns { status: 'fulfilled', value } or { status: 'rejected', reason }
⋅ Perfect for batch operations
Learn more 👇
https://t.co/9E7WF7pKU0
Introducing Grok Voice Think Fast 1.0 — a state-of-the-art voice model built for complex, multi-step workflows with snappy responses and high accuracy. Try it for free today
Every TanStack package used to share the same generic OG image.
Not anymore. 🔥
- 17 libraries. 34 themed cards.
- Brand color per package.
- Rendered on demand.
Live now → https://t.co/Qe4GnR1yHA 🟢
JavaScript now has non-mutating array methods ✨
`toSorted()`, `toReversed()`, `toSpliced()`, and `with()` return new arrays instead of modifying the original.
No more [...arr].sort() to avoid side effects.
Learn more 👇
https://t.co/6SYZ9mCMBy