Tag: code
All the articles with the tag "code".
-
Claude Code & the AI Development Layer
By the end of this part, you will learn Claude Code configuration, MCP servers, graphify, gitnexus, and the 6-phase AI-accelerated module workflow.
-
Git Commit Standards & CI/CD Pipeline
Set up Commitizen with correct selective staging, Husky pre-commit hooks, branch strategy, GitHub branch protection rules, Docker multi-stage build, GitHub Actions CI/CD, and production migration patterns on AWS ECS Fargate.
-
Multi-tenancy & Role-Based Access Control (RBAC)
By the end of this part, you will learn multi-tenancy, tenantId pattern, TenantGuard, RBAC, Dual-auth architecture, @Authorize and promoting a module to multi-tenant.
-
Advanced Data Patterns — Column Transformers, Audit Columns & Shared Libraries
Add reusable TypeORM column transformers (lowercase, slug), wire up createdBy/updatedBy audit columns via a request-scoped TypeORM subscriber, build a running number service for ordered sequences, and extract shared config into libs/core for multi-app monorepo reuse.