Create a To-do app, front-end and back-end systems
Sigiloso
Created front-end using Vue with commanding bus and reusable components and a small frame application (can't do anything complex since again, it's a to-do app; if you guys want to see some complex stuff either ask for a dashboard or idk, figure it out). Created back-end with C# and .NET 10, using MediatR, Repositories, CQRS, DDD, onion architecture principles. Demonstrated some extra knowledge about infrastructure and deployments by delivering the solution using Docker Compose to seed and initialize the stack for demo purposes. All the code (front-and back) was commented and documented as well (js-doc and xml comments respectively)