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

FinBERT-powered crypto dashboard to help people read the market fast. Aggregates real-time crypto news, analyzes news/media sentiment from Cryptopanic, and visualizes trends with interactive charts.

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

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

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.

A RAG-based chatbot that helps ITB students instantly access all kinds of ITB-related information.

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

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

A Redis-backed URL shortener focused on rate limiting, atomic operations, and real-world deployment trade-offs, with fetch time benchmarking.

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

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.

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

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.

Distributed key-value store implementing the Raft consensus algorithm from scratch, featuring leader election, log replication, heartbeats, fault tolerance, and membership changes. Built for correctness, consistency, and failure handling in distributed systems.

An end-to-end anomaly detection system covering EDA, data preprocessing, feature engineering, and detection logic. Core models (SVM, CART/Decision Tree, and Logistic Regression) were implemented from scratch to deeply understand algorithmic behavior, assumptions, and trade-offs.