Aspiring programmer, tech enthusiast and a student currently pursuing my degree on Information Technology and Engineering at Cochin University of Science and Technology, India.
class AllanSJoseph:
def __init__(self):
self.education = "B.Tech in Information Technology @ CUSAT"
self.location = "Kochi, Kerala, India"
self.interests = ["AI/ML", "Prompt Engineering", "Full Stack Development"]
self.current = "Learning ML & Exploring new Technologies"
self.tech = {
'languages' : ['Python', 'Java', 'C/C++', 'JavaScript', 'PHP', 'HTML5/CSS3'],
'databases' : ['mySQL', 'postgreSQL'],
'frameworks' : ['react','django'],
'other_techs' : ['git','linux']
}
self.funfact = "People will spell my name wrong atleast once in their lifetime π"

