Readings for Lunch — [ 15 May 2018 ]
UX
How LEGO Run Design Sprints at Scale
A case study about how LEGO scaled Design Sprints throughout its organisation (which is kind of unbelievable considering that they are a company that produces physical products, not just digital ones).
JAVASCRIPT
BigInt: arbitrary-precision integers in JavaScript
BigInts are a new numeric primitive in JavaScript that can represent integers with arbitrary precision. This article walks through some use cases and explains the new functionality in Chrome 67 by comparing BigInts to Numbers in JS.