Shifts Logger Console App

This project is made of a Web API and a console application that consumes the API. It allows users to create, read, update, and delete their shifts. It uses Entity Framework for database management and SQL Server for data storage.

C# Entity Framework SQL Server
Project
Project

Coding Tracker

This console application allows users to track their coding sessions. It showcases CRUD operations using Dapper for data access and SQLite for the database. It follows the Repository Pattern with dependency injection for better testability. It also utilizes MSTest for unit testing on validation methods.

C# SQLite Dapper MSTest

Employee Management System

This project is a web application that allows users to manage employee records. It provides features for creating, reading, updating, and deleting employee information. The application is built using Java 17, Spring Boot 3, React, and MySQL.

Java 17 Spring Boot 3 React MySQL
Project