Skip to content
View Ad0Dev-44's full-sized avatar
😎
Focusing
😎
Focusing

Block or report Ad0Dev-44

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Ad0Dev-44/README.md

Adrian El-Rahi

Aspiring Computer Engineer | SQL β€’ Python β€’ Data Warehousing

Building a robust foundation in data engineering, analytics, and scalable systems, complemented by diverse technical side projects.

profile views


πŸš€ About Me

  • 🎯 Passionate about the data lifecycle, with a deep interest in exploring data architecture and optimized storage solutions.
  • πŸ› οΈ Applied fundamental concepts of database normalization through a self-driven SQL Data Warehouse project.
  • πŸ“Š Developing skills in Power BI to create visual reports and dashboards from processed data.
  • πŸ“„ Proficient in technical documentation using LaTeX
  • 🌱 Currently learning Data Engineering concepts (ETL, pipelines, scalability)

πŸ“‚ Featured Projects

πŸ—οΈ SQL Data Warehouse Project

πŸ‘‰ https://github.com/Ad0Dev-44/sql-data-warehouse-project

  • Designed and normalized a structured data warehouse
  • Implemented relational schemas and optimized queries
  • Based on real-world data engineering concepts

πŸš€ Alien Invasion (2D Game)

πŸ‘‰ https://github.com/Ad0Dev-44/alien_invasion-project

  • Developed a retro-style arcade shooter using Python and Pygame
  • Implemented core game loops, collision detection, and dynamic difficulty scaling
  • Practiced Object-Oriented Programming (OOP) based on the curriculum of "Python Crash Course" by Eric Matthes

βš™οΈ C++ Hashing Project

πŸ‘‰ https://github.com/Ad0Dev-44/hashing-open-addressing-project

  • Implemented hashing techniques using open addressing
  • Focused on performance and memory efficiency

πŸ› οΈ Tech Stack

πŸ’Ύ Data & Analytics

  • SQL (SQL Server)
  • Python (data handling & analysis)
  • Power BI (data visualization)

βš™οΈ Tools & Technologies

  • Git & GitHub
  • Docker (learning)
  • Data modeling & normalization

πŸ’» Programming

  • C++
  • Java

🌐 Web (Basic)

  • HTML
  • CSS
  • WebAssembly (currently learning)

πŸ’» Core Languages

Top Langs

πŸ› οΈ My Toolbox

My Skills

🀝 Connect With Me

πŸ“« Email: adrian.elrahi@gmail.com


🧠 Current Focus

  • Data Warehousing & Schema Design
  • ETL Pipelines & Data Engineering Workflows
  • Writing efficient, scalable SQL queries

Pinned Loading

  1. Domenico-Labaki/formula1-project-ood Domenico-Labaki/formula1-project-ood Public

    Java 1

  2. hashing-open-addressing-project hashing-open-addressing-project Public

    An interactive C++ program designed to demonstrate Hash Table mechanics through Open Addressing. Users can insert or remove values while the system handles collisions using three selectable methods…

    C++