Texte

Artikel

Essays und Implementierungsnotizen für Teams, deren Softwarearchitektur Lieferdruck, KI-Einführung, Observability und Datenverträge aushalten muss.

Empfohlener Artikel

Why I Built PURISTA: A TypeScript Backend Framework for the Modern Era

Why enterprise backend architecture should start with business capabilities, explicit contracts, and deployment shape as a runtime decision.

Zugehöriges Projekt PURISTA
Artikel lesen

Neueste Notizen

3 Artikel

Type-Safe Database Clients with SurrealDB: Automating Schema Generation

How generated Zod schemas, TypeScript types, and client helpers reduce drift between SurrealDB schemas and application code.

SurrealDB Client Generator

Running TypeScript in a Sandbox: A Deep Dive into QuickJS and WebAssembly

How to run user-provided or AI-generated JavaScript and TypeScript in a controlled QuickJS WebAssembly guest runtime with explicit host capabilities.

QuickJS Sandbox