
Full-stack web system with dashboards, authentication, and modular backend — deployed for real organizational use.

Solo-developed corporate website for an AI camera and conferencing company in under 2 weeks, focusing on SEO best practices, performance optimization, and deployment reliability.

Desktop ATS tool using regex and string-matching algorithms (KMP, BM, Aho-Corasick) with RSA-encrypted MySQL storage.

Peer-to-peer chat system implementing TCP-like reliability over UDP sockets with flow control, custom congestion control, packet ordering, and retransmission handling.

Music and album-cover search using PCA and Librosa feature analysis, paired with a responsive Next.js frontend.

AI-powered productivity app combining workspace, flashcards, focus music, and chatbot — built for personalized, distraction-free flow.

2D turn-based strategy game built with C++ and SFML, demonstrating OOP principles, Design Patterns and event-driven graphics programming.

Image compressor using a quadtree-based Divide-and-Conquer algorithm with real-time visual error tuning and preview.

Interactive search engine implementing DFS, BFS, and bidirectional search to discover Little Alchemy 2 recipes in real time.

Solver for the Rush Hour puzzle car game using informed search algorithms with a custom builder, focusing on heuristic optimization and problem-solving efficiency.

Sentiment analysis extracting cryptocurrency news using regex and string matching with D3.js Visualization

Not your average portfolio — it’s a digital space odyssey where I share insights, projects, and stories (with more in the works). Featuring interactive Three.js visuals and serving as a one-stop destination for everything I build

Health-tracking web app featuring BMI calculator, nearest hospital locator (Leaflet), and sleep/activity tracking dashboard.

Parallel image-processing pipeline using MPI, OpenMP, AVX, and CUDA — benchmarked for real-time performance gains.

Backtracking-based solver for IQ Puzzler challenges using recursive brute-force search and constraint validation using JavaFX.

An operating system built from scratch featuring a custom kernel, scheduler, file system, memory manager, and basic shell — fully bootable and written in C and Assembly.