π§ Currently Building: Scalable backend systems and distributed services.
π» Tech Focus: Java, Python, Spring Boot, Kafka, Redis, PostgreSQL.
π¬ Ask Me About: Backend architecture, API design, distributed systems, and DSA.
π« Reach Out: chikkaliprathamesh3@gmail.com
π Achievements: CodeChef Level 4 (1676) | 5β
Java & Python on HackerRank | 1st Place β Samarthana Hackathon
π Always Curious: High-concurrency systems, system design, and open source.
| Project | Description | Stack |
|---|---|---|
| LogStream | Distributed logging system ingesting 5,000+ logs/sec | Java, Spring Boot, Kafka, Redis, PostgreSQL |
| Vanguard | API Gateway with Token Bucket rate limiting & JWT auth | Python, FastAPI, Redis, Docker |
| FileSystem-Sim | Multithreaded storage engine with LRU cache | C++, Pthreads, Linux Syscalls |
class AboutMe:
def __init__(self):
self.name = "Prathamesh Chikkali"
self.college = "Shri Ramdeobaba College of Engineering, Nagpur"
self.degree = "B.Tech CS (AI & ML) | CGPA: 8.65"
self.focus = ["Backend Engineering", "Distributed Systems", "High-Concurrency Services"]
self.achievements = [
"CodeChef Level 4 β Rating 1676",
"5β
Java & Python on HackerRank",
"1st Place β Samarthana Hackathon",
"NPTEL Certified β DSA in Python"
]
self.currently_exploring = ["Kafka Streams", "System Design", "Open Source"]
self.hobbies = ["Debugging at midnight", "Reading engineering blogs", "Optimizing everything"]

