From problem to solution — each project with real architecture and product decisions.
Verdeo
Microservices Ecosystem
featuredArchitectural study of a microservices ecosystem with synchronous (HTTP/BFF) and asynchronous (RabbitMQ) communication, eventual consistency via Saga Pattern and compensation mechanisms. Domain isolation with hexagonal architecture and explicit error handling using Result Type.
NestJSRabbitMQCQRSCircuit BreakerHexagonal ArchitectureTestcontainersNext.jsDockerPostgreSQLRedis
EzMotoFlow
Motorcycle Sales Management System
featuredComplete sales management system with profile-based authentication, inventory control and production deployment. Design system with Shadcn/UI and Tailwind ensuring visual consistency. REST API with NestJS and PostgreSQL in the cloud, built end-to-end.
ReactTypeScriptTailwind CSSShadcn/UINestJSPostgreSQLVercel
Task manager with drag-and-drop interface, forms validated with Zod and API integration via Axios. Backend with NestJS + Fastify, full containerization with Docker and PostgreSQL.
ReactTailwind CSSNestJSFastifyPostgreSQLDrizzle ORMZodDocker
Blogger
Blog Platform with Automated Testing
Blog platform developed as a training project focused on consolidating best practices for building interfaces and API architecture. Covers the full cycle of a real application: user authentication, post CRUD, styling with Styled Components, and unit and integration testing with Jest.
ReactTypeScriptStyled ComponentsNestJSPostgreSQLJest