#Typescript
Utter Todo: From Nothing to an Automated CI/CD Deploying APP on AWS
This project uses TypeScript, React, Node, CI/CD, AWS, Docker, and Terraform to build a simple Todo App. Learn how to implement Nest.js and Next.js, test with Vitest and Playwright, and orchestrate AWS infrastructure using Terraform, all within a monorepo setup.
Integrating unit and end-to-end tests with turborepo
TurboRepo simplifies the orchestration of unit and end-to-end tests, ensuring domain-specific validation and adherence to SOLID principles. Maintain a robust test suite while keeping your codebase modular and adaptable.
Orchestrating Test Runs Across Application Layers with TurboRepo
TurboRepo simplifies test orchestration across application layers, ensuring domain-specific validation and adherence to SOLID principles. By using TurboRepo, you can maintain a robust test suite while keeping your codebase modular and adaptable
Structuring Your Code with Clean Architecture: A 5-Layer Approach
In this post, we explore implementing Clean Architecture in a monorepo using Next.js, Fastify, Postgres, and Prisma. By structuring our code into five layers—Domain, Application, Controller, Infrastructure, and User Interface