Articles

Oct
21
2024

From TypeScript specs to any platform

Instrumenting our UseCaseDef mechanism to have it available on multiple platforms (Server, CLI, Web, Mobile, LLM...).

Oct
04
2024

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.

Aug
27
2024

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.

Jul
25
2024

Building Better Software

A reflexion on how we can build better software by analyzing the problems, rethinking the whole process, and proposing a solution.