Skip to content

Projects

A collection of my work across different technologies and domains.

Webhook Dispatcher

Asynchronous event delivery system with at-least-once guarantees, backoff retries, idempotency keys, and Prometheus observability.

  • Python
  • FastAPI
  • Redis
  • Celery
  • PostgreSQL
  • Docker

HushHabbit

Privacy-focused Android habit tracker with streak tracking, smart reminders, and offline-first architecture using Material 3.

  • Kotlin
  • Jetpack Compose
  • Room
  • Hilt
  • Android

Comite

Mobile-first manga and manhua reader with smooth animations, intuitive navigation, and a modern reading experience.

  • React
  • TypeScript
  • Tailwind CSS
  • Vite

JobScoop

Full-stack job search platform with authentication, subscription dashboards, and company-role trend visualizations.

  • Go
  • React
  • PostgreSQL
  • Redis
  • Docker

Reddit-Style Discussion Platform

Actor-based social media backend with concurrent in-memory state, message-passing, and token-bucket rate limiting.

  • Go
  • Actor Model
  • Concurrency
  • REST

Rule-Based Chatbot

Real-time chatbot with hot-reloadable JSON rule evaluation, native WebSocket messaging, and containerized deployment.

  • React
  • TypeScript
  • Node.js
  • WebSockets
  • Docker