“This Python program is used for scheduling the presence of university professors using the
CSP forward checking algorithm. It generates possible weekly schedules for professors in the form of HTML
output files, ensuring there are no conflicts and includes professors' availability hours at the
university.”
“As a developer, I customized the Metronic template for a personal online e-commerce website and implemented the back-end of this site using the Laravel framework.”
“This project implemented the round robin algorithm within the context of Docker Swarm. The algorithm was utilized to manage the distribution of tasks across the Swarm cluster, optimizing resource utilization and load balancing. The implementation addressed various challenges, such as dynamic scaling and fault tolerance, to ensure reliable and efficient service delivery.”
“Using the pure PHP programming language, I developed a Telegram bot for our university's Computer Engineering group. This bot has various capabilities tailored to our group's needs.
One of the primary functions of this bot is to update the names and usernames of the members in the Telegram group. The bot automatically updates these details based on the information received from Telegram.
In addition, the bot can maintain a comprehensive list of group members in its database. This feature allows us to have a complete list of student members in the group at our disposal.
The bot also has the ability to store information such as the year of entry and the level of study of the students. This information can be very useful for the group administrator and assist them in better managing the group.
Thus, with this Telegram bot, we can easily and automatically manage the information related to the members of our university's Computer Engineering group.”
“This project was for a university database course where I implemented a database for an
e-learning course selling website similar to Coursera in three phases. In the first phase, I identified
the necessary entities and relationships for the database. In the second phase, I designed the database
tables and defined primary and foreign keys. Finally, in the third phase, I implemented the insertion,
update, delete, and search operations using pure PHP along with the corresponding SQL files.”
“In this project for the Computer Programming Fundamentals course, which served as my first
major project in the first semester, I was able to implement a highly attractive store using C++
programming language and object-oriented programming principles. This project consisted of three key
sections: product purchasing, vendor recruitment, and overall store management.”