Selected Work
Projects that show range
These projects are written to appeal to recruiters and hiring managers across software engineering,
IT, cybersecurity, data, and operations-focused roles.
Full-Stack / Product
EnduraTrack Fitness App
Designed a fitness tracking application with login, registration, password reset, workout tracking,
goal setting, progress history, challenge participation, social sharing, admin dashboard access,
and fitness tracker sync features.
JavaScriptReactSQLSoftware Design
Python / APIs
Movie Database Web App
Built a movie discovery app using TMDb API and Streamlit. The project demonstrates API usage,
front-end presentation, filtering, data handling, and user-friendly search experiences.
PythonStreamlitREST APIsData Display
Cybersecurity
OpenClaw Security Analysis Toolkit
Created a security analysis workflow for reviewing OpenClaw risks, including code inspection,
configuration review, attack surface mapping, keyword scanning, and CSV reporting for findings.
PythonSecurity AnalysisThreat ModelingCSV
Systems Programming
Operating Systems Mini Shell
Implemented a Unix-style shell in C with process creation, command execution, pipes, redirection,
and built-in command handling. Strengthened understanding of fork, exec, wait, file descriptors,
and Linux development.
CLinuxProcessesMakefile
Algorithms / OS
CPU Scheduling Simulator
Developed scheduling algorithms including FCFS, SJF, SRTF, Round Robin, and MLFQ to calculate
waiting time, turnaround time, and compare scheduling behavior across workloads.
CAlgorithmsTestingPerformance
Concurrency
Deadlock Detection & Producer-Consumer
Built synchronization projects using pthreads, mutexes, semaphores, and deadlock detection logic.
Practiced safe shared-memory access, concurrent execution, and structured debugging.
CPthreadsMutexesDeadlock Detection