EngenMe
A Mechanical Engineer with strong background in math and problem solving, now transitioning to a Full Stack Developer.
National Polytechnic School of AlgiersAirport Orchard Accommodation Centre, Cloghran, Co. Dublin, K67 TX21
Pinned Repositories
ArithmeQuiz
MathOpsTrainer is an interactive C++ console application designed to enhance arithmetic skills. It offers customizable quizzes with options for different difficulty levels and arithmetic operations, providing immediate feedback and detailed session summaries to help users improve their math proficiency.
ATMOperationSystem
ATMOperationSystem is a streamlined C++ application simulating ATM operations, enabling users to perform transactions like deposits, withdrawals, and balance checks securely.
BankDataHandler
BankDataHandler is a comprehensive C++ application designed to manage client and user data for various banking transactions. It features client addition, deletion, updates, and searches, along with user management capabilities, making it ideal for educational purposes or as a base for more complex banking systems.
ContactManagementSystem
A .NET-based Contact Management System that uses ADO.NET for database interaction. This project provides functionalities to add, update, delete, and retrieve contact and country records. It features a data access layer that simplifies CRUD operations on the `Contacts` and `Countries` tables, demonstrating practical usage of ADO.NET with SQL Server.
DataStructuresWithQueuesAndStacks
This project implements various data structures in C++ including a doubly linked list, dynamic array, queue, and stack. It features a ticketing system simulation demonstrating operations like issuing tickets, serving clients, and undo/redo functionality. Ideal for learning and understanding fundamental data structures and their manipulation in C++.
DronePropellerAeroPredict
DronePropellerAeroPredict: Predicts aerodynamic performance metrics for drone propellers using machine learning techniques.
MakeUrPizza
A Windows Forms application for customizing and ordering pizza. Select size, crust type, toppings, and dining option. Real-time price updates and easy order reset/confirmation. Perfect for learning event-driven programming in C# and building user-friendly WinForms interfaces.
pyBEMT
Implementation of the Blade Element Momentum Theory for turbines and propellers in Python
RestaurantPOSSystem
A complete Point of Sale (POS) system for restaurants, built with C# and Windows Forms. Features include sales management, user authentication, table reservations, and reporting. Supports CRUD operations for users, items, and payments with robust security and permissions. Ideal for small to medium-sized restaurants.
TicTacToeGame
A classic Tic Tac Toe game built using C# and Windows Forms. This project allows two players to play the game, and it includes features such as turn tracking, winner detection, and the ability to restart the game. The graphical interface provides a smooth and interactive user experience.
EngenMe's Repositories
EngenMe/RestaurantPOSSystem
A complete Point of Sale (POS) system for restaurants, built with C# and Windows Forms. Features include sales management, user authentication, table reservations, and reporting. Supports CRUD operations for users, items, and payments with robust security and permissions. Ideal for small to medium-sized restaurants.
EngenMe/TicTacToeGame
A classic Tic Tac Toe game built using C# and Windows Forms. This project allows two players to play the game, and it includes features such as turn tracking, winner detection, and the ability to restart the game. The graphical interface provides a smooth and interactive user experience.
EngenMe/ArithmeQuiz
MathOpsTrainer is an interactive C++ console application designed to enhance arithmetic skills. It offers customizable quizzes with options for different difficulty levels and arithmetic operations, providing immediate feedback and detailed session summaries to help users improve their math proficiency.
EngenMe/ATMOperationSystem
ATMOperationSystem is a streamlined C++ application simulating ATM operations, enabling users to perform transactions like deposits, withdrawals, and balance checks securely.
EngenMe/BankDataHandler
BankDataHandler is a comprehensive C++ application designed to manage client and user data for various banking transactions. It features client addition, deletion, updates, and searches, along with user management capabilities, making it ideal for educational purposes or as a base for more complex banking systems.
EngenMe/ContactManagementSystem
A .NET-based Contact Management System that uses ADO.NET for database interaction. This project provides functionalities to add, update, delete, and retrieve contact and country records. It features a data access layer that simplifies CRUD operations on the `Contacts` and `Countries` tables, demonstrating practical usage of ADO.NET with SQL Server.
EngenMe/DataStructuresWithQueuesAndStacks
This project implements various data structures in C++ including a doubly linked list, dynamic array, queue, and stack. It features a ticketing system simulation demonstrating operations like issuing tickets, serving clients, and undo/redo functionality. Ideal for learning and understanding fundamental data structures and their manipulation in C++.
EngenMe/DronePropellerAeroPredict
DronePropellerAeroPredict: Predicts aerodynamic performance metrics for drone propellers using machine learning techniques.
EngenMe/EngenMe
A modern website built using HTML and CSS.
EngenMe/MakeUrPizza
A Windows Forms application for customizing and ordering pizza. Select size, crust type, toppings, and dining option. Real-time price updates and easy order reset/confirmation. Perfect for learning event-driven programming in C# and building user-friendly WinForms interfaces.
EngenMe/pyBEMT
Implementation of the Blade Element Momentum Theory for turbines and propellers in Python
EngenMe/CppCalendarTools
A C++ library offering a comprehensive set of tools for managing dates and calendars. This project includes functionalities for date comparisons, manipulations, and calendar formatting, suitable for applications requiring complex date handling
EngenMe/LicenseTrack
A comprehensive system for managing driving licenses, tests, and user data, utilizing a three-tier architecture, SOLID Principles, Design Patterns, and SQL Server.
EngenMe/StringEnhancerCpp
StringEnhancerCpp: Enhance your C++ projects with advanced string manipulation features. This repo hosts clsString, a class offering extensive functionalities like case conversions, word reversal, and more. Perfect for developers seeking to extend standard string capabilities.