About me

My name is Ouday and I'm 27 years old. I'm studying computer science and engineering at Royal Institute of Technology (KTH) and I'm currently in the fifth year.

Projects

Azure Cost Management

It is a project in cooperation between KTH and a company called FolkePartners. The team is consisted of eight students. The purpose of this project is to expand the current functionality that Azure offers when dealing with subscription cost and specifically a cluster of subscriptions.

I worked with the backend development part, specifically with the login system and fetching subscription cost details from Azure API.

Continuous Integration CI Server

This project was part of a master-level course I studied. The server had features like compilation, testing, and sending notifications.

I worked together with a group of students and my role was to implement the general structure of the code like which classes and methods to have and I also implemented the features that I described above.

Download GitHub

Pathfinding Visualization

An application that visualizes many pathfinding and maze generation algorithms such as Kruskal’s Algorithm and Dijkstra’s Algorithm.

The application enables the user to select the algorithm that will be visualized, cell size, visualization speed and whether the user wants to create a maze using a specific algorithm or just an empty grid.

Download GitHub

Sorting Algorithms Visualizer

An application that visualizes many sorting algorithms such as insertion sort and selection sort.

Download GitHub