Built a Django web app for class management, attendance tracking, and name-to-face memorization with CSV import, real-time save notifications via WebSockets, and AI-generated attendance coaching insights.
Tech: Python, Django, Django Channels, Ollama API, SQLite, Nginx, systemd
Collaborative platform for course and team coordination with secure authentication, section workflows, and modern responsive UI.
Tech: React, TypeScript, Node.js, PostgreSQL, Docker, Nginx
Multithreaded Network Systems
Built concurrent C networking programs including a threaded TCP echo server and reader-writer synchronized shared-buffer access.
Tech: C, pthread, POSIX semaphores, BSD sockets, Make
Algorithm Design & NP Coursework
Implemented algorithmic solutions for fractional knapsack, palindrome partition counting, independent-set verification, and longest-path approximation heuristics.
Tech: Python, heapq, graph search, greedy algorithms, recursion/backtracking