Glambdar
A minimal serverless runtime built for Node.js functions in Go. It packages and executes Node.js functions in isolated environments with a simple workflow for deploying and invoking code.
Guntainer
A lightweight container runtime in Go that isolates processes using Linux namespaces with automatic Alpine rootfs setup.
HTTP Caching Proxy
A simple HTTP caching proxy server implemented in Go. It serves as a basic solution for caching HTTP responses, using an in-memory map to store the cache entries with time-based and LRU eviction policy.
NexusChat
A real-time chat app with P2P messaging, JWT authentication, user presence, and message status tracking.
SynapseLearn
An AI-powered task generator and learning platform with analytics, task tracking, and personalized study plans.
CalGist
A Google Calendar event summarizer that uses AI to generate concise insights and manages event data with PostgreSQL and Supabase.
AlterTone
A web app that uses AI to change the tone of your text, for example turning sad sentences into happy or professional ones, optimized for strong SEO visibility.
Tic-Tac-Toe AI bot
An optimal Tic-Tac-Toe AI that uses the Minimax algorithm with alpha-beta pruning and depth-aware evaluation to select the best move for winning. The bot assumes perfect play from both sides and guarantees a win when possible, otherwise a draw.
Tgo
A simple command-line task manager implemented in Go. It uses SQLite for persistent storage and provides a clean CLI interface using Cobra.
This Portfolio Website
A showcase of my skills and projects across full-stack, AI, systems programming and Android development.
HTTP Server from scratch in C
A minimal HTTP web server built from scratch in C using raw TCP sockets, without any frameworks or libraries. Built to deeply understand how web servers work at the lowest level.
VoxoLaunch
A Python-based voice-controlled app launcher that executes commands like opening apps, playing videos, and performing searches using speech recognition and TTS.
python-ffmpeg Docker Image
A lightweight Docker image combining python3-slim with FFmpeg and Git pre-installed, designed for multimedia pipelines and automation workflows.
TermLock
A lightweight shell script that password-protects terminal startup, blocking escape attempts and ensuring secure access with zero dependencies.
Tic-Tac-Toe Android App
A 2-player TicTacToe Android game built using Kotlin and Jetpack Compose, featuring custom UI and state handling.