Join Nostr
2025-07-28 14:23:24 UTC

Adam Warski on Nostr: Type-safe vibe-coding a CRUD app: Featuring: JVM on the backend (Virtual Threads, ...

Type-safe vibe-coding a CRUD app: https://www.youtube.com/watch?v=mJ2uYnGR3lI

Featuring: JVM on the backend (Virtual Threads, direct-style, Scala, Tapir), TS on the frontend (React), Cursor, Bootzooka template, Claude 4 Sonnet

Some take-aways:
* compiler feedback & Scala's MCP server help a lot - the LLM iterates using this information and frequently invokes tools
* development is much faster, but still takes time; of course take this in the context of rather low-brain requirements of a CRUD app