Tag: english
All the articles with the tag "english".
-
Testing - Unit + E2E
By the end of this part, you will learn the enterprise testing philosophy, Unit tests, mock TypeORM correctly, E2E tests and run tests in CI.
-
Case Study 2 - Todo Module (FK + Auth + DataLoader)
By the end of this part, you will be building a module with a foreign key to another entity (Todo → User) and learn about solving N+1 problem with DataLoader.
-
Case Study 1 - Tag Module (Complete 9-Step Build)
By the end of this part, you follow every step of the 9-step pattern with nothing skipped — from empty directory to running GraphQL queries in the Playground, with unit tests passing. This is your first complete module build from scratch.
-
Extended Auth — Email Service, Secured Tokens & Two-Factor Authentication
Add transactional email via Bull queues, a single-use SecuredToken module for password reset and email verification, and TOTP two-factor authentication with otplib and qrcode.