All the standard array and stream operators, map, filter, etc are reducers under the hood. But how do you efficiently compose them? Reducers have a different shape (a, i) => j from easily composable functions. The answer is transducers, a transducer is a high order reducer ie: (reducer) => reducer.
Category: Lambda
Another cheatsheet for using React with Typescript.
Another cheatsheet for using React with Typescript.
Conditional Object Spread

A React in Typescript Cheat Sheet
A React in Typescript Cheat Sheet
react-typescript-cheatsheet/README.md at master · sw-yx/react-typescript-cheatsheet · GitHub
A good basic introduction to setting up a webpack based react app.
A good basic introduction to setting up a webpack based react app. You could easily modify this to suit a different library or framework.
@WebReflection just keeps refining his act.
@WebReflection just keeps refining his act. This time he’s replaced custom elements with a tiny library that does everything you need without the weird life cycle callbacks of custom elements. All without polyfills and works with all browser.
No need for a transpiler or classes.
Timothy Dang demonstrating web based augmented reality (AR) at yesterday’s WebNow brown bag at NAB.
Timothy Dang demonstrating web based augmented reality (AR) at yesterday’s WebNow brown bag at NAB.






I saw a pretty cool demonstration of this yesterday.
I saw a pretty cool demonstration of this yesterday.
The next version of HTTP won’t be using TCP
QUIC is a protocol designed to replace TCP.
QUIC is a protocol designed to replace TCP. It’s built using UDP and uses encryption to prevent tampering by routing hardware.
HTTP over QUIC will be known as HTTP 3