A basic slots machine game done in 5 days using Dependency Injection (Zenject), an Events System and wrote some Unit Tests. Pretty clean code architecture too.
-
Updated
Sep 27, 2022 - C#
Unit testing is a type of software testing that focusses on testing small units (usually the lowest common denominator) instead of whole processes. This makes more tests necessary but their successful executing makes pinpointing actual successful code easier.
A basic slots machine game done in 5 days using Dependency Injection (Zenject), an Events System and wrote some Unit Tests. Pretty clean code architecture too.
A mobile game store UI implementation scalable for multiple mobile devices resolutions done in one week.
Example implementations of each attribute available in Nunit2 unit Testing Framework using C# .NET.
64-bit fixed point arithmatic for C# with 6-digit decimal precision. Fast, lightweight, and deterministic. Zero external dependencies.
Tic Tac Toe implementation using TDD and made all tests run on every new pull request using Unity Actions.
Mecha is a library designed to test your code in ways you probably never thought of before. It automatically finds edge cases and exceptions in your code with no input needed. Just point it at a class or method and fire away. It's even better than a cat laying on your keyboard at finding weird data for your tests.
Verify your API endpoints to avoid breaking changes in .NET 9
Basic match 3 game implementation using model-view-controller structure done in one weekend.
A basic brick breaker mobile game implementation done in a few days.
Just a small MVVM toolkit. Has WPF samples with UI Automated Tests.
Sample Xamarin Forms app for demoing DevOps with VSTS and VS Mobile Center.
Cross database engine ADO.NET tools (for create, delete, insert data, e.t.c.) and extension for create DB and init via set of sql scripts mainly for prepare Unit tests infrastructure
Simple Asteroids-inspired game implementation using model-view-controller structure done in one weekend.
A basic tatedrez mobile game implementation done in a few days.
ASP.NET Core Web API Microservice Template using Clean Architecture, CQRS, Structure by Feature, Specifications, PostgreSQL, MassTransit with AmazonSQS & OutBox, JWT Auth
🤖 Automation-focused microservice built with Clean Architecture to show how devs can leverage automation. It features 🧪 unit tests, 🧪 functional tests, and integrates SQL Server for db and RabbitMQ 🚌 for event-driven messaging.
Master's thesis. Microservices based e-commerce application. This is the basis for my master's thesis topic, which is software testing. These tests are unit, functional, SAST, DAST, integration, performance, acceptance and security tests of container images.
Job interview task: implement method GetOpeningHours (originally is empty) to make all unit tests pass
It is demo about nfe's nfse-api implementation.
An API base for ASP.NET Core project. 🍰
Created by Kent Beck, Erich Gamma
Released 1997