Dumitru Cușnir
n=1
all entries
All tags
Content tagged with "coding" (2)
All content across blogs, linklog, and books with this tag.
Blog Posts
February 09, 2025
·
5 min read
Decoding Angular’s null: A Journey Through Its Dart Origins
Angular returns null where you’d expect undefined. It’s not a bug - it’s a fossil from when the framework was built to also run on Dart, which has no concept of undefined at all.
Links
February 26, 2025
·
youtube.com
TypeScript types can run DOOM
Someone implemented DOOM entirely in TypeScript's type system - no runtime, just the compiler crunching frames. It's the most unhinged proof that TS types are Turing-complete you'll ever see.