Intro

Hello I am Hardik Dhawan.I am currently pursuing B.Tech in computer science from Anand ICE, Jaipur.

I am a self-learner, curious and enthusiastic in learning new things. Curiosity is what makes a person think different. I think learning even a small thing as it seem can make a difference.I learn something new every day as there is so much yet to learn.

My Latest Work

About VOCA

Voca is the name given to a python based vocalulary improving tool that I am currently working on.
It provides user multiple features to learn new words in a engaging and fun way.
Tech used: Python, Google Text to Speech, Web Crawlers.
Check it out here

Skills

HTML/CSS/JS
Python
Java
SQL
C/C++
MongoDB
Agile-Scrum Methodologies
i = 0;

while (!deck.isInOrder()) {
    print 'Iteration ' + i;
    deck.shuffle();
    i++;
}

print 'It took ' + i + ' iterations to sort the deck.';

Form