Here are a few projects I've worked on recently.
Developed to simulate car rental operations. Built using ASP.NET, Entity Framework, Fluent API, Repository Design Pattern, Code First approach, and Autofac. The project includes a Web API for managing rental operations. Additionally, it features comprehensive customer management and vehicle tracking functionalities.
This project aims to enhance my .NET skills through operations with the Northwind database. Developed using ASP.NET, Entity Framework, Fluent API, Repository Design Pattern, Code First approach, and Autofac, the project includes a Web API for managing vehicle rental operations.
Developed a small-scale e-commerce application using React and Redux Toolkit. The project leverages modern React technologies, including React Router for navigation, Axios for API requests, and styled-components for styling. Redux Toolkit is utilized for state management, ensuring a scalable and efficient application structure.
This Python script is designed to change MAC addresses of network interfaces and send random SYN and UDP packets to target IP addresses. The Scapy library is used for creating and sending network packets, the subprocess module is used for MAC address changes, and the threading module is employed for concurrent packet sending. This tool is useful for network security and performance testing.
This project features a Snake game developed using Java Swing. The game utilizes the Swing library to provide a graphical user interface and implements core game logic, user interactions, and graphics updates. This application serves as a practical exercise to enhance skills in GUI design and event handling in Java programming.
This project involves creating a Minesweeper game using Java Swing. The game employs the Swing library to deliver a graphical user interface and manages core game mechanics, user interactions, and graphical updates. This application serves as a practical exercise for improving skills in GUI design and event handling in Java.