2026
The Dantide Automation Engine
Python, Multi-Agent Pipelines, OAuth
- Built an automated publishing engine that stages content and handles social publishing on a schedule.
- Wrote duplicate-detection checks to stop runaway agents from posting the same thing twice.
2026
Concurrent Counter & Thread Safety
Java, Concurrency, Multithreading
- An experiment pitting multiple threads against shared numbers to study race conditions up close.
- Added atomic locking mechanisms so threads stop corrupting each other under high load.
2026
Event Management System
C++, Object-Oriented Design
- A modular control system for managing zones, crowd alerts, and live event monitoring.
- Structured clean parent-child relationships so new features plug in without breaking existing ones.