*

here are some of the projects i've worked on. i love building tools that make developers' lives easier and exploring new technologies along the way.

Mini-GFS

Developer (june 2025)

A scalable, fault-tolerant distributed file system inspired by the Google File System (GFS), designed for reliable storage across commodity hardware.

achievements

  • Architected a centralized Master server and ChunkServers for metadata management, 64MB chunk storage, replication, and recovery with operation logs and heartbeats.
  • Developed a FUSE-based client with a POSIX-like interface, enabling metadata caching and direct chunk access via gRPC for optimized performance.
  • Achieved read throughput of 218MB/s for large sequential files, with modular code structure and containerized deployment using Docker.

technologies

golanggrpcprotocol buffersfusedocker

AutoNexus

developer (december 2024)

a fullstack workflow automation platform inspired by Zapier, enabling users to create event-driven workflows with pluggable triggers and actions.

achievements

  • built a modular microservices architecture with shared type-safe packages using Turborepo and Docker.
  • implemented an event-driven execution engine using Apache Kafka and scalable Node.js workers.
  • developed a dynamic workflow editor with React Flow, Zustand, and Next.js App Router.

technologies

next.jstailwind cssreact flownode.jskafkaprismapostgresqldockertypescript