All Projects
01 Agentic Security Triage System

Mini SIEM with a confidence-threshold agentic loop. AWS S3 ingest, Lambda processing, Bedrock/Claude Haiku for automated alert classification. SNS alerting on low-confidence findings.

AWS Python LLM
02 Fitness Buddy

Conversational wellness system with hybrid structured/NLP input. Containerized Qwen 2.5 Instruct for personalized health recommendations. Node.js/Express, MariaDB, Docker Compose.

Node.js ML Docker
03 Cookeville PD Modules

Three SaaS modules for police department operations via Agile/GitHub Projects. Purchase/Repair Request, Leave Management, and LDAP notification service. Full security assessment included.

Node.js AWS Security
04 Hack The Box

Offensive security labs simulating real-world attack paths. Nmap, Burp Suite, Metasploit for enumeration, privilege escalation, and web exploitation across Linux and Windows systems.

Offensive MITRE OSINT
05 Cryptographic Efficiency in IoT

IEEE-style paper evaluating AES, ECC, ASCON, SPECK, and PRESENT on emulated Z1 motes via Cooja. CPU cycles, power, and throughput benchmarked with Energest profiling.

Contiki OS IoT Crypto
06 Secure Mesh Networking

Technical paper analyzing secure mesh networking architectures, tradeoffs, and threat models for IoT and emergency response. Evaluated security, scalability, and resilience in decentralized designs.

IoT Security Networking
07 Portobello America Hackathon QC

CNN-based tile defect detection and PaddleOCR module for factory floor quality control. React frontend, FastAPI backend, Docker deployment on GCP.

CNN OCR Docker
08 Adversarial Learning

Adversarial attack and defense simulations applying MITRE ATLAS/ATT&CK to train students on real-world AI threat modeling and mitigation. FGSM and PGD attacks on MNIST with PyTorch.

Python PyTorch MITRE
09 Software & Systems Security Catalogue

Security reviews, vulnerability reports, Windows Active Directory builds, firewall setup, Wireshark analysis, Shijack spoofing, and PKI infrastructure. OWASP Top 10 applied throughout.

Security Windows OWASP
10 ARM64 Operating System

Core OS components on ARM64: process scheduling, memory management, and low-level system control. Worked directly with hardware-near abstractions and kernel-level logic.

ARM64 C OS
11 Federated Multimodal Learning

Federated learning framework for ECG analysis on the PTB-XL dataset. Multimodal data integration with privacy-preserving training across distributed clients.

Python TensorFlow FL
12 Bash Scripting Portfolio

Automation scripts for student lab validation, one-command environment bootstrapping, and CI-integrated GitHub Actions pipelines for build and container policy checks.

Bash CI/CD DevOps
13 Ansible Scripting Portfolio

Playbooks to provision and harden Linux lab VMs, enforce SSH configs, and automate multi-node deployments. Reduced environment setup from hours to minutes using idempotent parameterized roles.

Ansible Linux DevSecOps
14 Systems & Networking Portfolio

Systems-level programs covering processes, threading, sockets, and file I/O. Networking components using TCP/IP and client–server models. C/C++, Linux, POSIX APIs.

C/C++ Linux TCP/IP
15 x86 Assembly Portfolio

Assembly-level programs exploring CPU architecture, instruction pipelines, memory addressing, and register usage. Maps high-level code to hardware execution using x86 and GNU assembler.

x86 Assembly Systems
16 C++ DSA Portfolio

Core data structures and algorithms with emphasis on performance, memory usage, and correctness. Algorithmic analysis for time and space tradeoffs using C++ and STL.

C++ Algorithms STL