Just your average tech nerd with a passion for coding.
When I'm not coding find me playing video games, jamming to music or spending time with friends. (honestly, I just spend that time watching theo or similar on youtube)
class iglu < Person
def initialize
@name = 'Achal Singhal'
@age = 20
@education = [ 'Vivekanana School of Professional Studies', 'Bal Bharati Public School' ]
@hobbies = [ 'Video Games', 'Silly Goofy Shows', 'Music' ]
end
def current_location
'New Delhi, India'
end
def currently
{
studying: [ 'Artificial Intelligence and Machine Learning' ],
tinkering: [ 'React', 'Typescript', 'Next.JS' ]
}
end
end
Github Stats | Top Languages |
---|---|