ASP.NET Core 8 Web API built and tested solo in 3 days. Full NUnit suite covering unit and integration layers — 28 tests, all green.
ASP.NET Core 8 · C# 12 · NUnit 3 · WebApplicationFactory · Swagger · Railway
Full solution: ASP.NET Core API project, NUnit test project, GitHub Actions CI/CD, all documentation in /docs.
Public · C# 12 · .NET 8 View Repository →GitHub Actions: dotnet restore → build → test → TRX report → HTML report published to GitHub Pages.
ubuntu-latest · .NET 8 · NUnit3 View Pipeline →Fully deployed on Railway. Interactive Swagger UI lets you explore and call all 5 endpoints without any setup.
Railway · ASP.NET Core 8 · Swashbuckle Open Swagger UI → Free tier — first request after inactivity may take ~5sA QA Engineering Assessment requiring candidates to design and implement a production-ready REST API for player management from scratch — then write comprehensive test coverage for it.
The constraint: 3-day sprint, solo delivery, acting simultaneously as API developer, QA engineer, and delivery manager.
This project demonstrates that an experienced QA Engineer can own both the implementation and the verification — not just test what others build.
AI-First Engineering: Claude Code was used as the primary accelerator — not a replacement for engineering judgment. Every decision is documented in architectural records and a specification file that served as the project's source of truth.
Two-layer test strategy:
Delivered on time with full documentation and live CI pipeline.
Engineering artefacts authored during the sprint — architectural decisions, test plan, and security assessment.
Every tool selected for a documented reason — see the ADR collection for full justification.