Projects
Production · Systems · Security · Open Source
- 2024
FYGURS — Product Strategy Platform
Led engineering for a live product management and roadmapping platform — AI-powered prioritization, dynamic roadmaps, and strategic alignment for product, data, and transformation leaders. Reduced deployment times by 40%, led a team of 5, and shipped core features in production on Azure.
#Full-Stack#AI#CloudLive - 2023
Real-Time Multiplayer Platform
Full-stack gaming platform with live matchmaking, real-time chat rooms, friend systems, and secure user authentication. Handles multiple concurrent users with sub-second latency.
#TypeScript#Full-Stack#Real-TimeOpen Source - 2024
Enterprise Network Architecture
Design and documentation of a modern data center network fabric. Covers network segmentation, routing protocols, and traffic engineering principles used in large-scale enterprise infrastructure.
#Networking#Architecture#InfrastructureOpen Source - 2024
OS Kernel — Advanced Memory & Drivers
Extension of a custom 32-bit operating system with advanced interrupt handling, hardware drivers, and dynamic memory management — all written without an existing OS or framework.
#C#OS Development#Low-LevelOpen Source - 2022
Containerized Multi-Service Platform
Production-grade container infrastructure using Docker. Orchestrates a web server, CMS, and database in isolated, secure containers — each built from scratch with custom configuration.
#Docker#Infrastructure#ContainersOpen Source - 2023
Real-Time Chat Server
Chat server built from scratch following the IRC protocol. Supports multiple simultaneous users, channels, private messaging, and operator permissions over a persistent TCP connection.
#C++#Networking#Real-TimeOpen Source - 2022
3D Game Engine from Scratch
3D raycasting engine inspired by Wolfenstein 3D. Renders a full 3D world from a 2D map with texture mapping and collision detection — no graphics framework, pure mathematics.
#C#Graphics#AlgorithmsOpen Source - 2023
Cybersecurity Challenge Series
14-level cybersecurity series covering real-world vulnerabilities: privilege escalation, memory corruption, race conditions, and password cracking across progressively harder scenarios.
#Security#Penetration Testing#AnalysisOpen Source - 2023
Advanced Security Research
Deep-dive into advanced exploitation techniques and defensive countermeasures. Explores how memory corruption vulnerabilities are discovered and mitigated in compiled software.
#Security#Research#Low-LevelOpen Source - 2023
Software Vulnerability Analysis
Systematic vulnerability research on real compiled binaries. Identifies security flaws through code analysis and reverse engineering — understanding how software breaks before it ships.
#Security#Analysis#Reverse EngineeringOpen Source - 2023
Cloud Service Orchestration
Automated deployment and scaling of web services across cloud environments using container orchestration. Implements GitOps workflows for continuous delivery.
#Cloud#DevOps#DeploymentOpen Source - 2022
Network Topology & Routing Design
Network configuration and routing simulator. Designs subnets, routing tables, and manages traffic flow across interconnected systems using industry-standard protocols.
#Networking#Routing#InfrastructureOpen Source - 2022
Custom Unix Shell
Full Unix shell built from scratch. Handles pipes, redirections, background processes, signal management, and all standard built-in commands — fully compatible with Bash behavior.
#C#Unix#SystemsOpen Source - 2022
Concurrency & Thread Safety
Solves the classic Dining Philosophers problem — demonstrating safe concurrent programming by managing multiple threads without deadlocks, starvation, or race conditions.
#C#Concurrency#Multi-ThreadingOpen Source - 2024
Custom 32-bit Operating System
32-bit OS kernel built entirely from scratch: bootloader, VGA display driver, interrupt handling, keyboard driver, memory paging, and heap allocator — no existing OS underneath.
#C#Assembly#OS DevelopmentOpen Source - 2022
Signal-Based Communication System
Reliable data transmission between two separate programs using only UNIX signals — a study in minimal inter-process communication without shared memory or network sockets.
#C#Signals#SystemsOpen Source - 2022
Sorting Algorithm Optimizer
Sorts a dataset using only two stacks and a minimal instruction set — a constrained optimization challenge that develops algorithmic thinking and complexity analysis skills.
#Algorithms#Sorting#OptimizationOpen Source - 2022
2D Game Engine
2D game built with a custom engine written in C. Handles sprite rendering, user input, collision detection, and map parsing — no game framework involved.
#C#Graphics#Game DevOpen Source - 2021
File Reading Utility
Efficient utility that reads any file line by line using static buffer management. A foundational building block reused across multiple C projects.
#C#File I/O#SystemsOpen Source - 2021
Custom Output Formatter
Full reimplementation of C's printf function from scratch — supporting all major format specifiers, flags, width, precision, and variadic argument handling.
#C#I/O#SystemsOpen Source - 2021
Hardened Linux Server
Secure server deployment on Debian with encrypted disk partitions, SSH hardening, UFW firewall rules, and strict user permission policies — following production security best practices.
#Linux#Security#InfrastructureOpen Source - 2021
C Standard Library from Scratch
Complete reimplementation of the C standard library: string manipulation, memory management, linked lists, and I/O utilities — built without any external dependencies.
#C#Systems#MemoryOpen Source - 2021
Algorithms & C Bootcamp
Intensive programming bootcamp covering pointers, manual memory allocation, recursive algorithms, and low-level problem solving — the foundation of all systems programming work.
#C#Algorithms#SystemsOpen Source - 2023
C++ Programming Mastery
In-depth C++ series covering object-oriented design, polymorphism, operator overloading, templates, and the standard library — applied through progressively complex exercises.
#C++#OOP#Data StructuresOpen Source - 2023
Advanced C++ & Data Structures
Advanced C++ module focused on smart pointers, generic containers, iterators, and template metaprogramming for building high-performance, type-safe code.
#C++#Templates#AdvancedOpen Source - 2024
Malware Research & Analysis
Educational security project studying how malicious software operates — persistence mechanisms and process injection techniques analyzed in an isolated academic environment.
#C#Security#ResearchOpen Source