AWS Lambda and NestJS: Communication between services
Originally published on Medium on November 11, 2023. In this guide, we’ll speak about communication in a distributed system using AWS Lambda and NestJ…
Latest Team Management news from Tech News
Originally published on Medium on November 11, 2023. In this guide, we’ll speak about communication in a distributed system using AWS Lambda and NestJ…
In Subscription Billing and Plans we wired up the part of the product that collects money. This article covers the part that gets people into the prod…
The Problem If you’ve built a decent-sized NestJS application, you know the authorization dance. You start with basic Roles, then suddenly you need fi…
A few weeks ago I watched an agent build a feature beautifully. Clean code. Tests passed. Did exactly what I asked. Three sessions later, I opened the…
As developers, we’ve all been there: you’re building a hobby project, a side hustle, or a microservice, and you need object storage. You look at AWS S…
Last Sunday I shared nestjs-docfy, a small library to move Swagger decorators out of NestJS controllers into companion *.controller.docs.ts files. The…
If you've ever worked on an e-commerce project in Chile, sooner or later you bump into Transbank. There's no avoiding it. I built a reference template…
Once you have the tenant boundary, the next question is what lives inside it. This is how I modeled teams with roles, invitations, and lifecycle state…
TL;DR : nest-native/reference-app is a v0.1 reference application that demonstrates the nest-native stack end-to-end — nest-drizzle-native and nest-tr…
If you build microservices with NestJS, you already know how powerful and structured the framework is. However, starting a new project often involves …
I spent the last few days building useaitools.me from scratch in an internet café in China. Here's the tech stack and what I learned along the way. St…
An architectural doctrine for NestJS projects: a breakdown of typical codebase degradation scenarios and the structural constraints that keep them fro…
An architectural doctrine for NestJS projects: a breakdown of typical codebase degradation scenarios and the structural constraints that keep them fro…