Go confidently in the direction of your dreams! Live the life you've imagined.
β Henry David Thoreau
#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "Nitesh Raj"
self.role = "Software Engineer"
self.language_spoken = ["hi_IN", "en_IN"]
self.tech_stack = {
"languages": ["Python", "JavaScript", "TypeScript", "SQL"],
"frameworks": ["Flask", "React", "Node.js", "Express", "Django"],
"databases": ["PostgreSQL", "MongoDB", "Redis"],
"cloud": ["AWS", "Vercel", "Heroku"],
"tools": ["Git", "Docker", "VS Code", "GitHub Actions"],
"interests": ["API Development", "Automation", "Music", "Backend Systems"]
}
def say_hi(self):
print("Thanks for dropping by, hope you are doing well.")
me = SoftwareEngineer()
me.say_hi()
A snapshot of my GitHub activity and programming language preferences:
Telegram: Nitesh
I enjoy listening to music. Here's what I'm currently listening to:
Recently Scrobbled tracks on Last.fm
From niteshraj2310