/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

henko.net
| | zackoverflow.dev
5.2 parsecs away

Travel
| | Typescript is an amazing project, but a perplexing open-source blackbox
| | mariusschulz.com
4.5 parsecs away

Travel
| | TypeScript 2.0 introduced a new primitive type called never, the type of values that never occur. It helps model the completion behavior of functions more accurately.
| | vaghetti.dev
5.9 parsecs away

Travel
| | I work in a pretty big Typescript code base on my day job. The one thing I see people struggling the most when learning it is the type system. Typescript types are rather special in that they exist during compile time but not during runtime. I believe it is a better mental model to think of them as type annotations than proper types like the ones you get in a language like Go or Java.
| | nabeelvalley.co.za
31.9 parsecs away

Travel
| Converting callback based APIs into Async Generators in JavaScript/Typescript