Wonder how it’d turn out now with AI and a framework. Drop your throwback projects below! ⬇️
🔗 soundscript.pages.dev
#Throwback #CodingDays
Wonder how it’d turn out now with AI and a framework. Drop your throwback projects below! ⬇️
🔗 soundscript.pages.dev
#Throwback #CodingDays
Wrestled for hours with TS `project references` and `paths` in a Turbo monorepo (NestJS, ESM).
If you want global aliases like `@my-lib/foo` to *just work* across apps — skip `composite: true` and `tsc --build`.
#TypeScript #NestJS #Microservices #codingdays #programming
is.gd/YCXief
Wrestled for hours with TS `project references` and `paths` in a Turbo monorepo (NestJS, ESM).
If you want global aliases like `@my-lib/foo` to *just work* across apps — skip `composite: true` and `tsc --build`.
#TypeScript #NestJS #Microservices #codingdays #programming
is.gd/YCXief
TL;DR: Set up the basic foundations for a new system: database schema finalized, core backend modules scaffolded, and initial API contracts defined.Key points:
Microservices architecture
PostgreSQL
TypeScript with ESM
write.as/bmariusz/test
#TypeScript #NestJS #Nextjs #codingdays #programming
TL;DR: Set up the basic foundations for a new system: database schema finalized, core backend modules scaffolded, and initial API contracts defined.Key points:
Microservices architecture
PostgreSQL
TypeScript with ESM
write.as/bmariusz/test
#TypeScript #NestJS #Nextjs #codingdays #programming
tl;dr: ESM + TS + NestJS + TypeORM is possible, but not recommended for the impatient.
Successfully bootstrapped NestJS + TypeORM + PostgreSQL stack using ESM.
is.gd/7Z269a
#TypeScript #NestJS #Microservices #codingdays #programming
tl;dr: ESM + TS + NestJS + TypeORM is possible, but not recommended for the impatient.
Successfully bootstrapped NestJS + TypeORM + PostgreSQL stack using ESM.
is.gd/7Z269a
#TypeScript #NestJS #Microservices #codingdays #programming