Burvix Traders
I developed and implemented the backend using C# and .NET, utilizing the CQRS (Command Query Responsibility Segregation) architectural pattern. This approach separated read and write operations, significantly improving the scalability and performance of the system under high load. For data access to the MS SQL database, I used Entity Framework. To ensure code quality and system stability, I implemented comprehensive unit and integration tests using MSTest and NUnit.