Skip to content
View OMZaky's full-sized avatar

Highlights

  • Pro

Block or report OMZaky

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
OMZaky/README.md

πŸ‘‹ Hi, I'm Zaky!

I am a Computer Engineering student at Ain Shams University with a passion for understanding, designing, and optimizing both software and hardware systems. I enjoy tackling challenges that require a deep understanding of low-level efficiency while maintaining high-level structural clarity.

My focus lies at the intersection of backend systems, database architecture, and hardware-level system design, where performance, scalability, and reliability are key. πŸš€


πŸ› οΈ Technical Expertise

  • πŸ’» Programming Languages: C++, Java, Python, SQL, VHDL
  • βš™οΈ Tools & Environments: Git, GitHub, Visual Studio, VS Code, Vivado, MATLAB, IBM SPSS
  • 🧠 Core Strengths: Object-Oriented Programming (OOP), Data Structures & Problem Solving, Software Engineering Principles, Signal Processing

πŸ“š Academic Foundations

My coursework and projects have provided me with a solid foundation across multiple domains:

  • πŸ–₯️ Systems & Hardware:

    • Logic Design & Computer Organization
    • Operating System Design
    • Embedded Systems
    • Distributed Computing & High-Performance Computing
  • πŸ—οΈ Software Engineering:

    • Advanced Software Engineering
    • Database Systems Design
    • Agile Software Development
    • Software Testing, Validation, & Verification
    • Design Patterns
  • πŸ€– Core Computer Science:

    • Advanced Algorithms & Complexity
    • Compiler Design
    • Artificial Intelligence & Machine Learning
  • πŸ“ Math & Theory:

    • Discrete Mathematics
    • Probability & Statistics
    • Signals & Systems Fundamentals

πŸš€ Featured Projects

  • πŸ”Œ MIPS-Processor – A custom MIPS processor implemented in VHDL, covering instruction formats, register files, and control logic.
  • πŸ“… EventHub – An Object-Oriented Event Management System for hotels, built using Java and CSS.
  • πŸ₯ Triage-App – A desktop triage management app integrating a Python frontend with a C++ backend for high performance.
  • ✈️ Tripzy – A travel booking application handling hotels, flights, and car rentals, designed for scalability and usability.

πŸ“ˆ Focus Areas & Future Goals

  • 🌐 Systems Programming: Diving deeper into system architecture, scalable backend applications, and performance optimization.
  • πŸ‘·β€β™‚οΈ Software Engineering: Building real-world software while mastering professional workflows, CI/CD pipelines, and cloud deployments.
  • 🧩 Algorithmic Mastery: Enhancing problem-solving skills and exploring advanced computational complexity.

πŸ“« Connect with Me

Popular repositories Loading

  1. EventHub EventHub Public

    EventHub: A Java-based OOP Event Management System. Features role-based access for attendees, organizers, and administrators to seamlessly book, manage, and oversee hotel events.

    Java 1

  2. OMZaky OMZaky Public

    My personal repository.

  3. MIPS-Processor MIPS-Processor Public

    Custom 32-bit MIPS processor implemented in VHDL. Features a single-cycle datapath with standard ISA support, extended with custom architectural modifications for advanced memory operations (lw_inc…

    VHDL

  4. Triage-App Triage-App Public

    A triage management application featuring a Python frontend integrated with a high-performance C++ backend via Inter-Process Communication (IPC) pipes. Utilizes a lightweight, file-based data stora…

    Python

  5. Tripzy Tripzy Public

    A comprehensive travel booking application providing a unified platform for hotel reservations, flight scheduling, and car rentals. Built with a focus on scalable software architecture and clean de…

    TypeScript

  6. Connect-4 Connect-4 Public

    A Python implementation of Connect-4 featuring an intelligent AI opponent powered by the Minimax algorithm with depth-optimized strategic scoring.

    Python