FAF.EXE // PERSONAL PORTFOLIO
Identity

Condoleezza Agbeko

CS Student // Builder // Security Enthusiast

Computer science student with a focus on cybersecurity, networks, and machine learning.

Quick Info
Status
CS Year 2โ†’3
Focus
Security + ML
CTF
Active
Tools
Linux ยท Git
Current Mission
Finish 4 more projects before the end of the year ๐ŸŽฏ
Languages
Java Python C# SQL C HTML CSS JavaScript LaTeX
Concepts
Reinforcement Learning Auth Systems Network Protocols Operating Systems OOP & Design Patterns Parallel Programming
Tools
Git / GitLab Unity ML-Agents Pandas Matplotlib Wireshark Linux
// github projects
๐ŸŽฌ

mlist โ†— link

A personal movie logging app built in JavaScript. Track films you've watched, log ratings, and maintain a running watchlist. Designed to be lightweight and fast with no backend dependency.

JavaScript Frontend LocalStorage
โฑ๏ธ

studytime โ†— link

A focus timer app with an ocean-themed frutiger aero aesthetic. Features custom focus and break intervals, an XP levelling system with 15 ocean ranks, animated bubbles, and custom background uploads.

JavaScript Frontend LocalStorage
๐Ÿ“ฐ

Pearline โ†— link

A media-focused website built with HTML and CSS. Designed as a clean editorial platform for displaying content, applying structured layout principles and responsive styling from scratch.

HTML CSS Responsive Design
๐ŸŽง

ziro โ†— link

A DJ portfolio website built for a friend. Styled with CSS and deployed to Vercel, includes configuring routing for static hosting and setting up a clean deployment pipeline via GitHub.

CSS Vercel Git
// uni projects
๐Ÿ”

Authentication Breach Simulation

A semester-long cybersecurity project analyzing how authentication mechanisms like passwords, OTPs, and tokens can be exploited. Simulated real-world attack vectors including OTP reuse, MD5 hash collisions, and insecure session handling. Evaluated defensive mechanisms that reduce breaches without degrading user experience.

Python Cybersecurity CTF Auth
๐Ÿค–

ML Agents Training Cost Research

Designed and evaluated reinforcement learning agents using Unity ML-Agents. Conducted controlled experiments analyzing hyperparameters which were buffer size, batch size, gamma while tracking RAM and CPU usage to model training efficiency. Built custom logging tools to export training metrics into structured datasets for regression-based performance prediction.

C# Python Reinforcement Learning Unity Pandas
๐ŸŒ

Gemini-Lite Network Protocol

Implemented a lightweight Gemini-Lite protocol stack including client, server, and proxy components in Java. Ensured strict protocol compliance for example CRLF handling, status codes, MIME validation and analyzed network behavior using DNS configuration and Wireshark packet inspection.

Java Network Protocols Wireshark DNS