Your browser is no longer a simple visualization tool. Learn 15 secret tools already part of your favorite browser... (more…)
Read more »
Generate ordered UUIDs aka COMBs (combined time-GUIDs) in JavaScript - GitHub - danielboven/ordered-uuid-v4: Generate ordered UUIDs aka COMBs (combined time-GUIDs) in JavaScript... (more…)
Read more »
JavaScript for extending low-latency in-memory key-value stores Zhang & Stutsman, HotCloud’17 Last year we looked at RAMCloud, an ultra-low latency key-value store combining DRAM and RDMA… (more…)
Read more »
Destructuring is a JavaScript expression that makes it possible to unpack values from arrays, or properties from objects, into distinct variables. Destructuring assignment is a cool feature that came along with ES6. (more…)
Read more »