I'm a passionate Backend Developer from India who loves building scalable and efficient systems.
I spend most of my time crafting robust server-side applications and exploring new technologies.
- ๐ญ Currently Building: AI Career Counseling App
- ๐ฑ Currently Learning: Kafka, RabbitMQ, Redis, Celery, DRF
- ๐ฌ Ask me about: Python, Django, C++, System Design
- ๐ซ Reach me at: [email protected]
- โก Fun fact: I code 10โ11 hours daily
- ๐ Portfolio: https://anujcom.vercel.app/
class AnujKumar:
def __init__(self):
self.role = "Backend Developer"
self.location = "India"
self.languages = ["Python", "C", "C++", "JavaScript"]
self.frameworks = ["Django", "Flask", "FastAPI", "DRF"]
self.databases = ["PostgreSQL", "MySQL", "MongoDB", "Redis"]
self.message_queues = ["Kafka", "RabbitMQ", "Celery"]
self.current_focus = ["System Design", "Microservices", "Message Queues"]
self.hobbies = ["Coding", "Problem Solving"]
def say_hi(self):
return "Thanks for dropping by! Let's build something amazing together! ๐"
me = AnujKumar()
print(me.say_hi())

