Writing Software Specs in TypeScript
Relying on TypeScript to write fully typed specs in order to build better software, making the code cross-platform, auto-testable, auto-documentable and much more.
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.