This repository is a monorepo that contains implementations of projects from NextWork.org for practice and skill-building.
Each project is organized under the apps/
directory, following a clean monorepo structure for scalability.
.
├── apps/
│ └── netflix-quicksight/ # Visualize Netflix dataset using AWS CDK + QuickSight
├── package.json
├── tsconfig.json
├── README.md (this file)
App Name | Description | Tech Stack |
---|---|---|
netflix-quicksight | Visualize Netflix dataset by integrating Amazon QuickSight with S3 using AWS CDK. | AWS CDK, S3, QuickSight |
- Uses pnpm workspaces (or npm/yarn if preferred) for package management.
- Each app is isolated in
apps/
with its own dependencies and CDK stacks.