Hello, I am Srineer Kaleri. I'm currently a student pursuing my Bachelor of Technology in Computer Science Engineering from IIIT (Sri City) ๐งโ๐. I'm passionate about learning new things which I find intriguing ๐. I am presently exploring the various tech stacks of web development and hope to become a master of atleast one ๐จโ๐ป.
When I'm not developing and coding, you can find me playing games ๐ฎ, watching Netflix ๐ฟ, Sports โฝ or listening to music ๐ง. Memes are something that are appreciated very much ๐.
You can visit my Portfolio website here.
class WhoAmI:
user = 'Srineer Kaleri'
current_edu = "Indian Institute of Information Technology"
def getHobbies():
return [
'Gaming',
'Watching movies and tv shows',
'Playing sports',
'Listening to music',
'Being up all Night chasing that ONE BUG...'
]
def getCity():
return Hyderabad_India()