/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

amanhimself.dev
| | codewithstyle.info
6.6 parsecs away

Travel
| | Advanced types section of TypeScript docs mentions some very useful built-in types as examples of conditional types and mapped types. I was surprised
| | weberdominik.com
3.8 parsecs away

Travel
| | Mapped types, introduced in TypeScript 2.1, can significantly reduce typing effort. They can be hard to understand though, as they unfold their full potential only in combination with other (complicated) features.
| | flapenguin.me
6.1 parsecs away

Travel
| | Can't it just be typed to return true when argument is known to be NaN at compile time?
| | divan.dev
26.6 parsecs away

Travel
| [AI summary] The author explains how understanding Go's internal data structure representations and memory management can help developers avoid common language gotchas like slice sharing and interface nil confusion.