yousifelhady
Software Development Engineer, Graduated from Faculty of Engineer Ain Shams University. Experienced in Desktop and Web Applications Development.
Ex-Swvl, Ex-ValeoCairo, Egypt
Pinned Repositories
Assignment-1
BankingSystem
The project simulates Banking System that enables clients to create new account at the bank, deposit money, withdraw money, check the current balance, send money from account to another account within the same bank and finally send money from account to another account located at another bank. Each Bank Server is associated with a background database that store the account information, bank address IP and port, as well as the history of transactions. The Project can handle multiple clients accessing the bank server at the same time (threading).
flask-sms-notifications-app
Flask based backend application that implement endpoints that can send SMSs and notifications to registered users in Postgres database
images_uploader
Full web application which can upload multiple images to an image host and provide the capability to display the uploaded images on the web.
PolynomialDrawer
C++ Graphics program that draw an input polynomial on Cartesian axis. The program uses ccc_win.h library to do its functions.
RSA-Encryption
RSA Encryption technique program that takes P,Q and E values and get N, Phi and D values. Although can do encryption and decryption processes on big numbers. The program supports any size of decimals (can work on 512 bit decimals and more).
SATA-Modules-Mentor-Graphics-Internship
Developed the following modules of SATA hard disk Data Link Layer (Encoder 8b/10b, Encoder 32b/40b, Primitive Generator, Primitive Decoder) using SystemC.
udacity_coffeeshop_project
Udacity Advanced Backend Web development Coffee Shop project
udacity_fyyur_project
Udacity Web Development Nano-degree Fyyur project repo
udacity_trivia_api_project
Udacity Web development Nano-degree Trivia-API project
yousifelhady's Repositories
yousifelhady/SATA-Modules-Mentor-Graphics-Internship
Developed the following modules of SATA hard disk Data Link Layer (Encoder 8b/10b, Encoder 32b/40b, Primitive Generator, Primitive Decoder) using SystemC.
yousifelhady/BankingSystem
The project simulates Banking System that enables clients to create new account at the bank, deposit money, withdraw money, check the current balance, send money from account to another account within the same bank and finally send money from account to another account located at another bank. Each Bank Server is associated with a background database that store the account information, bank address IP and port, as well as the history of transactions. The Project can handle multiple clients accessing the bank server at the same time (threading).
yousifelhady/PolynomialDrawer
C++ Graphics program that draw an input polynomial on Cartesian axis. The program uses ccc_win.h library to do its functions.
yousifelhady/udacity_coffeeshop_project
Udacity Advanced Backend Web development Coffee Shop project
yousifelhady/udacity_trivia_api_project
Udacity Web development Nano-degree Trivia-API project
yousifelhady/Assignment-1
yousifelhady/flask-sms-notifications-app
Flask based backend application that implement endpoints that can send SMSs and notifications to registered users in Postgres database
yousifelhady/images_uploader
Full web application which can upload multiple images to an image host and provide the capability to display the uploaded images on the web.
yousifelhady/RSA-Encryption
RSA Encryption technique program that takes P,Q and E values and get N, Phi and D values. Although can do encryption and decryption processes on big numbers. The program supports any size of decimals (can work on 512 bit decimals and more).
yousifelhady/udacity_fyyur_project
Udacity Web Development Nano-degree Fyyur project repo
yousifelhady/AYB-Web-Database-GIS
Database GIS system is a project that aim to create a database for the citizens living in a slum area called "Ezbet Abu-Qarn". The purpose of the project is to provide detailed information for every house in Ezba to facilitate the communication between the charity activities working in that area with the citizens living there, as there is no urban or infrastructure basis for the place, no governmental addresses provided either. A web application is going to be developed in order to make this project works, it will provide an interface for the data entry in order to enter the information through, a user interface used by the charity activities in order to be able to search, sort, edit or delete tuples.
yousifelhady/CodedUITest
yousifelhady/fend-webpack-sass
Webpack & Sass in the Front End Developer Nanodegree program
yousifelhady/IP-MCQ-Corrector
yousifelhady/LinkedList-BinaryTree-Libraries
LinkedList and BinaryTree libraries developed using pointers in C++ during Data Structure and Algorithms course.
yousifelhady/MemoryAllocator
Memory Allocator program is part of OS subject in 3rd year CSE, Faculty of Engineering, Ain Shams University. The program is about creating memory (initially full) and assigning addresses of holes to empty some parts of it, then entering some processes of any sizes and decide by which algorithm the process shall fit inside the memory (first fit, best fit, worst fit). The program uses self-developed linked list library.
yousifelhady/MIPS-Processor
Simulating MIPS Processor using Verilog
yousifelhady/Postfix-Infix-Translator
Input is Postfix expression, output is Infix expression. The program uses Stack to do its functionaility. This project was part of Data Structure and Algorithms Subject, 3rd CSE, Faculty of Engineering, Ain Shams University
yousifelhady/Soccer-App
WorldCup Soccer App. This program reads list of teams through a text file and randomly simulates a tournament between them and randomly create results and display the winning team. The program shall be updated to consider more features. This version of code is beta version, it was part of a data structure project on CSE 3rd year.
yousifelhady/TINYParser
Compiler Parser that takes the output of compiler scanner and draw the parse tree using GUI interface
yousifelhady/TINYScanner
Compiler scanner used for TINY language.
yousifelhady/udacity_react_project
Udacity React Nanodegree project for building books application
yousifelhady/udacity_webpack_project
Udacity React ND program's first project "Evaluate a new article with NLP"
yousifelhady/UdacityAdvancedWebDev
Udacity's Advanced Web Development nano-degree program.