Welcome to Zeyad Ahmed (8yVice) personal page!

Computer Science Researcher • Software Engineer • Educator

> About

Profile Picture

I'm a second-year M.Sc. student, enthusiastic, self-taught computer science graduate, teaching assistant, and software engineer who loves building things from scratch. I'm interested in systems programming, theoretical computer science, and low-level computing.

My research interests are programming languages design & theory, compiler construction, parallel computing, artificial intelligence, and image processing.

Living with ADHD has shaped how I learn and think: I dive deep, follow curiosity wherever it leads, and often find joy in details others overlook.

Email: Click to copy

Google Scholar GitHub LinkedIn

> Education

2024-Present

Assiut University

M.Sc. in Computer Science

Faculty of Computers and Information

  • Advisor: Not determined yet
  • Courses
    • Advanced Algorithms
    • Natural Language Processing
    • Machine Learning
2020-2024

Assiut University

B.Sc. in Computer Science

Faculty of Computers and Information

> Experience

Sep 2024 - Present

Badr University in Assiut

Teaching Assistant

School of Artificial Intelligence & Data Management

  • Courses Taught:
    • Software Engineering
    • Computer Graphics
    • Calculus
    • Linear Algebra
    • Project Management
    • Introduction to IT
May 2024 - Dec. 2024

Voyance Health

Software Engineer

Developed and maintained medical and veterinary software systems, with a focus on X-ray acquisition, image processing, and AI-driven applications such as VoyanceX, using technologies like C#, WPF, and React.

> Publications

2024

Roro8: A Fantasy Computer for Computer Architecture and Organization Education

Zeyad Ahmed

ACM SIGSE TS 2024

DOI | Paper

Abstract

In Learning computer architecture and low-level programming is a complex challenge for beginners. We introduce Roro8, an 8-bit fantasy computer system designed to simplify the learning process while closely mirroring real-world computer systems. Roro8 comprises an 8-bit microprocessor (RX8), memory-mapped I/O, external peripherals, and an external display (RD6448). This unique feature enables students to become familiar with datasheets of devices, a fundamental aspect of hardware programming. The core pedagogical goal is to have students implement an emulator, simulators, assemblers, and compilers, providing a hands-on learning experience. They can create games or see their own programs running on the display, making abstract concepts tangible and engaging. Our work addresses the challenge of teaching computer architecture by offering a novel solution. Unlike conventional system-on-chip designs, Roro8 simplifies the learning process while emphasizing practical engagement. This paper outlines the problem, reviews related work, introduces Roro8, and underscores the significance of our approach in enhancing computer science education.

2023

CodeVisions: Static Code Analysis for Creating Education-Oriented Applications.

Zeyad Ahmed, Mostafa Mohammed

ACM SIGSE TS 2024

DOI | Paper | Code

Abstract

Simplifying programming for novices and students is a goal for many computer science instructors over the world and an essential concern for computer science education in general. this paper we introduce CodeVisions, a static code analyzer and interpreter that provides testing and assessment mechanisms and generates a detailed trace of code execution. It’s intended to be used to facilitate creating programming tutoring or coding assessing applications (Such as visualizers and auto-graders) through a variety of supported programming languages and flexibility of restricting code inputs. CodeVisions has a testing mechanism that allows users to write their own tests to validate the dump to their rules instead of manually parse the dump themselves resulting a test report too.

> Talks