Hey, I'm Kunal

Kunal's Profile
22-year-old software dev from
India IN

I enjoy building scalable backends, exploring new tech and AI—and occasionally fearing it 😅.

Spring Boot
PostgreSQL
MongoDB
Redis
Kubernetes
React
Next.js
Tailwind CSS
Docker
AWS

My Projects

view more
Multi-LLM Chat App
Multi-LLM Chat App
Designed a Production ready full-stack LLM chat platform with Spring Boot backend, Next.js frontend, and PostgreSQL + Redis for persistence and rate-limiting. Secured with JWT & Google OAuth, styled with Tailwind/Shadcn UI, and deployed via Docker, AWS, and GitHub Actions CI/CD.
AWSDockerJavaNext.jsOAuthPostgreSQLReactRedisShadcn UISpring BootTailwind
Redis Clone in Java
Redis Clone in Java
Redis clone in Java with non-blocking NIO and RESP protocol. Supports 40+ commands, advanced data types (lists, streams, sorted sets), and features like persistence and master-replica replication. Built with an event-loop architecture for efficient concurrency.
ConcurrencyData StructuresDistributed SystemsJavaJava NIOPersistenceRESP ProtocolReplicationSockets