Aidan J. Sabatini

Computer Science Student • Systems Programmer • Educator

Northeastern University student passionate about low-level programming, cybersecurity, and teaching.

currently building

Education

B.S. Computer Science

Northeastern University, Boston MA

Aug 2023 – May 2027

Concentration: Systems Engineering • GPA: 2.85/4.00

Relevant Courses:

Programming in C++, Computer Systems, Cybersecurity

Technical Skills

Proficient Languages

PythonJavaCC++RustGo

Familiar With

JavaScriptTypeScriptSQL

Specializations

Systems ProgrammingCybersecurity

Experience

Software Development Intern

Childhood Cancer Society

July 2025 – Present

  • • Improved organization website SEO rating from 26% to 78% (+52%)
  • • Redesigned organization website improving overall look and readability
  • • Developed internal and public features for organization websites

Junior Teacher

SummerTech/Coditum

Sept 2019 – Jul 2022

  • • Taught Python and Java to 2–4 students daily
  • • Conducted weekly one-on-one tutoring sessions
  • • 3+ years of programming instruction experience

Volunteer Tutor

Jamaica Project

Apr 2021 – May 2022

  • • Online CS tutoring for underprivileged children
  • • Helped fundraise over $2,000 for equipment
  • • First three tutors chosen for the program

Featured Projects

all 13 projects
Rs

Secure Chat App

2025-12

Zero-configuration P2P encrypted chat with automatic peer discovery using mDNS, X25519 ECDH key exchange, and AES-256-GCM encryption

Zero-configuration setup with automatic mDNS peer discovery
RustEguiAES-GCM+5
code
C+

Poker Website

2026-05

Full-stack multiplayer Texas Hold'em engine with a C++17 WebSocket server, Monte Carlo AI opponents, and an animated browser frontend — deployed live

Complete no-limit Texas Hold'em engine in C++17 — side pots, all-in run-outs, full showdown evaluation
C++17Crownlohmann/json+6
code
Py

Blockchain Demo & Crypto Wallet

2025-04

full-stack, peer-to-peer blockchain wallet system written in Python with a live web interface.

Crypto Currency Simulation + Blockchain wallet system
PythonFlask requests +3
code
C+

Ant Simulation Program

2025-05

Simple Graphical C++ App which simulates ant behavior

Full Graphical User Interface
C++SFML
code
As

Nand2Tetris: Building a Computer from First Principles

2021-03

Built a complete 16-bit computer system from NAND gates up through a two-tier software hierarchy, including hardware components, assembler, and VM translator.

Designed and implemented a 16-bit CPU with ALU, registers, and program counter using hierarchical chip design from 15 primitive logic gates
Hardware Description Language (HDL)C
code
Py

Monopoly Game

2025-3

Fully functional multiplayer Monopoly game built with Python and Pygame

Custom graphical user interface with detailed UI elements
PythonPygame
code