Projects
Here, you’ll find a collection of projects that showcase my passion for coding and problem-solving. Feel free to explore each project to learn more about the technologies used, the problem solved, and the outcomes achieved.
Check the technologies I used!
Betterfox Fork
Betterfox fork which introduces additional tweaks and a workflow to keep the user.js file updated with the latest enhancements from the original Betterfox repository.
PowerShell Configuration
Set of PowerShell configuration files and scripts that enhance the functionality and user experience of the PowerShell command-line interface. It includes custom functions, aliases, and profile settings to improve productivity and streamline common tasks.
View Project Details
Arabic Roman Converter
Java application that translates Arabic numerals to Roman numerals and vice versa. It leverages Swing for its GUI, Derby DB for storage, and is deployable on Payara Server. The project follows the MVC pattern.
View Project Details
Bookmarks
Self-hosted application developed in Python using Flask framework, MongoDB, and JavaScript. The application provides a convenient solution for managing bookmarks, allowing users to organize and save their bookmarks in a more organized and structured manner than traditional web browsers offer.
View Project Details
Tamagotchi
Game developed in C++20 using the SFML library and Google Test. Players can interact with the pet by feeding it, cleaning it, playing with it, or putting it to sleep.
View Project Details
Essence
Compact, beautiful, and minimalistic theme for the Firefox web browser. The main goal was to minify a toolbar, so more content would be displayed in the browser.
View Project Details
Library system
Software system for managing book borrowing in a library. The system is designed to provide a console interface for users to search for and borrow books, while also allowing the library to manage its collection and track which books are currently checked out.
View Project Details
Bidirectional list
Bidirectional list data structure in C++. The list is implemented without using the standard template library (STL).
View Project Details