
SASS Framework
Scalable Architecture for Server-side Systems
A production-ready Node.js + Express mini-framework with DI container, strategy pattern, JWT auth, auto-discovery, CLI scaffolding, seeder system, and Swagger abstraction.
- >Built an IoC container with dependency injection, strategy pattern for pluggable backends (Mongo/Postgres, Local/S3, Console/SMTP), and auto-discovery of models, routes, and services
- >Implemented database transactions with row-level locking, cross-model joins, soft delete, paginated queries, and a unified response envelope across both Mongo and Postgres strategies
- >Developed a full CLI toolkit with Laravel-style scaffolding commands, Swagger auto-generation from route docs + Joi schemas, seeder system, and Docker multi-stage builds




