I'm a proficient web developer and have as a javascript instructor at different institutions. I'm also a Google Developer Student Clubs Lead where I'm responsible for organizing and managing several technical events related to different technologies. I want to pursue a career in development and/or teaching. Besides GDSC, I have been actively involved with many other co-curricular activities. I have a perfect 10-Point CGPA score in my academics alongside a young startup where we design and deploy IoT-based security systems. I love building computers, playing a pretty unhealthy amount of chess (still not good at it), and experiencing as many things as I can.
class ARMAAN199():
def __init__(self):
self.name = "Armaan Jain";
self.username = "ARMAAN199";
self.location = "Delhi, India";
self.twitter = "@armaan199";
self.web = "https://armaanjain.tech";
def __str__(self):
return self.name
if __name__ == '__main__':
me = ARMAAN199()