|
You are here |
amanhimself.dev | ||
| | | | |
weberdominik.com
|
|
| | | | | 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. | |
| | | | |
yakovfain.com
|
|
| | | | | This blog is a part of my TypeScript series, and the previous ones are: 1. Why program in TypeScript 2. Structural vs nominal typing 3. Getting started with TypeScript classes 4. Access modifiers public, private, and protected 5. Abstract classes 6. enums 7. An intro to TypeScript generics 8. TypeScript mapped types. Part 1 In... | |
| | | | |
codewithstyle.info
|
|
| | | | | Advanced types section of TypeScript docs mentions some very useful built-in types as examples of conditional types and mapped types. I was surprised | |
| | | | |
nikdoof.com
|
|
| | | With the launch of BBC iPlayer for iPhones it seems they've let slip a little extra "feature". You can now download programs from BBC iPlayer without DRM in a well encoded MP4 format. How? Easy. First of all, install User Agent Switch for Firefox and setup the iPhone user-agent: Description: iPhone User Agent: Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) App Name: AppleWebKit/420+ (KHTML, like Gecko) App Version: Version/3. | ||