Generate deterministic UUID v4 in JavaScript
A lot of applications use UUIDs v4 as a primary key for entities. In tests you do not want to rely on an auto-generated value. Let's see how to generate deterministic UUIDs v4 in JavaScript.
Building Better Software
A reflexion on how we can build better software by analyzing the problems, rethinking the whole process, and proposing a solution.