Jad Assaf

DevOps & Systems Engineer | Information Systems Student

Hi, my name is Jad. I am an Information Systems student at Youngstown State University. I am currently on track to become a DevOps engineer, with strong interest in low-level operating systems, memory control, and reverse engineering.

GitHub: @squallstrings

Email: Assaf.jad230 [at] gmail (dot) com

Copied to clipboard Resume

Portfolio

Cedar

Python macro input recorder capable of capturing and replaying complex input sequences for automation and testing.

Python

IOCTL Kernel Driver

Windows kernel-mode driver written in C++ exploring IOCTL communication, memory access, and user–kernel boundaries.

C++

kyubey-scan

Lightweight port scanner written in Go focused on socket behavior, concurrency, and network enumeration.

Go

dots and Neovim config

Personal Arch Linux dotfiles including a full Neovim Lua configuration and Hyprland desktop environment setup.

Lua Linux

Hospital Backend Mock

Containerized backend stack with monitoring and metrics using Prometheus, Grafana, Postgres, Nginx, and Bash on Ubuntu.

Linux Docker Postgres Bash Nginx

Synge


Reimplemented selected standard-library abstractions from first principles to study ownership, memory allocation strategies, and safe/unsafe boundaries in Rust.

Rust