Treating types as values with type-level maps
TypeScript
- 1.6k words
- 8 mins
With a shift in perspective, we can view complex type declarations as another kind of code. Code where types are values.
There’s no better example of this than the type-level map. Let’s take a closer look!
Scalability is not performance
Architecture- 8 mins
Debugging the debugger to inspect pages with code
Web- 8 mins
iframes and when JavaScript worlds collide
Web- 8 mins
How can you make a synthetic iframe?
Web- 5 mins
How many types of script tags are there?
Web- 10 mins
What is a DOM node? A peek under the hood
Web- 6 mins