Skip to main content

Hi, I'm

Chinmay Singh

Backend • Ops • AI/ML

I am a backend dev with interest in scalable and high performance infrastructure.

My Logbook

A chronological record of projects, learnings, and random technical stuffs I learn.

Implemented JWT Authentication

Built and tested JWT-based authentication flow with refresh tokens. Added middleware for protected routes and implemented secure token storage.

Optimized Database Queries

Reduced API response time by 60% through query optimization, indexing, and caching strategies. Implemented Redis for frequently accessed data.

Deployed Kubernetes Cluster

Successfully deployed a production-ready Kubernetes cluster with auto-scaling, monitoring, and CI/CD pipelines. Configured Helm charts for easy deployment.

Built CLI Tool in Rust

Created a command-line tool for managing project tasks using Rust. Learned about ownership, borrowing, and pattern matching. Blazingly fast!

Implemented Real-time Collaboration

Added WebSocket-based real-time collaboration features with conflict resolution using CRDTs. Users can now edit documents simultaneously without data loss.