/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

humbletoolsmith.com
| | codewithstyle.info
3.7 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
| | sitr.us
3.0 parsecs away

Travel
| | In type theory a unit type is any type that represents exactly one possible value. The unit types in TypeScript include null, undefined, and literal types. TypeScript also has the type void which is used as the return type for functions that don't have an explicit return value. In JavaScript a function that does not explicitly return implicitly returns undefined; so at first glance it would seem that void is an alias for the undefined type. But it is not! ...
| | campedersen.com
2.5 parsecs away

Travel
| | I've been fighting with enums in TypeScript this week. Specifically, whether it's better to use a string literal type or enum to represent a reused value. They'
| | www.shuttle.rs
22.3 parsecs away

Travel
| What makes Rust worth using for backend web services?