Nothing here yet.
Feb 8 · 6 min read · As an engineering lead, I spent most of my time architecting systems, writing issues, and translating business requirements into clean technical requirements which involve some form of API documentation and authoring DTOs. Defining the API as a contr...
Join discussionJul 16, 2025 · 3 min read · What do you think is wrong with this particular block of code? async function createEntity(name: string) { const existing = await this.userRepo.findOne({ where: { name } }); if (existing) throw new ConflictException('Name already exists'); awai...
Join discussion