I am Ahmed Saeed, a passionate Computer Science Engineering student at the Egypt-Japan University of Science and Technology (E-JUST). Through my academic journey and certifications, I have cultivated a deep interest in both software and hardware development. Earning a certificate in Embedded Systems was a transformative experience, where I mastered interfacing with peripherals, writing custom drivers for hardware and software components, and even developing my own driver for the AVR ATmega32 microcontroller. This has fueled my curiosity to further explore the fascinating world of embedded technologies. In addition, I have honed my skills in programming languages like C, C++, Java, and JavaScript, and have gained expertise in GUI design and web development using HTML and CSS. With a passion for innovation and a commitment to continuous learning, I am eager to apply my knowledge and skills to solve real-world challenges in the field of computer science.
Computer Science Engineering, Egypt-Japan University of Science and Technology (E-JUST)
Developed an embedded project using ATmega32 and a graphical LCD. Analyzes PWM waves generated internally via Timer 0 or 2, or external waves, using Timer 1's input capture unit. Displays the frequency, time, and duty cycle on the LCD, along with a graphical representation of the PWM wave.
"I created a dynamic website for a restaurant specializing in fried chicken. The website features a detailed menu showcasing a variety of delicious items, a contact section for easy communication, and a unique 'Calculate Order' feature. This tool allows customers to select their desired items and instantly calculate the total price, providing a seamless and interactive ordering experience."
This project focuses on predicting the risk of heart disease using the Heart Disease UCI dataset. It involves data preprocessing, feature selection, dimensionality reduction, and training machine learning models to classify the presence of heart disease based on patient data.
The Hotel Reservation System is a Java GUI application designed for efficient hotel management, including guest registration, reservations, and room tracking. It features secure login authentication, user management, and system control panels to ensure authorized access. Key components include panels for login, navigation, guest and reservation management, room availability tracking, and administrative control. The System Edit and Security Panels allow administrators to manage users, passwords, and hotel data with restricted access. The system supports adding, editing, and removing guests, reservations, and rooms while maintaining secure access control. Built using Java (Swing GUI), it integrates file handling or a database for reliable data storage, making it a robust and user-friendly solution for hotel operations.
Created a Java-based calculator with basic arithmetic operations (+, -, *, /) and advanced operations such as AND, OR, NOT, and shifting.
Developed a money management tool in Java to track monthly spending. Allows users to input total funds, special and exceptional expenditures, and calculates the daily budget, saving data and updates to a text file.