Frontend Integration
Next.js + Nest, monorepos, BFF patterns, full-stack examples
4 articles
Type-Safe Full-Stack Development: Shared Types Between TanStack Router and NestJS with Zod
Introduction In modern full-stack development, maintaining type safety across frontend and backend can be challenging. Different teams might duplicate type…
A video chat with WebRTC and React
Let’s say two people want to video chat using our app. One solution would be for the first person to stream their camera feed to our server. Then, our…
Introduction to a monorepo with Lerna and Yarn workspaces
Monorepo is an approach in which we store multiple projects in the same repository. It is common across big tech companies, such as Uber or Google. Even NestJS…
Introduction to Stripe with React
Nowadays, a lot of web applications accept online payments. Although this is not straightforward to implement, there are some ready-to-use solutions that we…