logoalt Hacker News

e7h4nztoday at 3:23 PM0 repliesview on HN

Removed microservices and RPC, keep all TypeScript codes in a single monorepo. Avoiding `any` and using ts-rest automatically keep types synchronized between the web and frontend applications.

This has made my life much easier.