My Motto

Education is the manifestation of mankind and (education + hard work) leads to success, which has always been the motto of my life. I believe in doing rather than thinking. I am a person who wants to learn as many things as possible because in today's world there is no end to knowledge. Thus, I believe in learning and making others learn as well.

Education

Vellore Institute Of Technology - B.Tech IT

I was pursuing B.Tech IT here. I was working as a researcher at VInnovate IT,VIT Vellore.I was the Web developer head at Apple Developers Group,VIT Vellore Chapter,Technical head at Creativity Club,VIT Vellore.Also, I was the board member of Uddeshya,a national-based NGO,VIT Vellore Chapter.

  • Lorem
  • Ipsum
  • Dolor
  • Sit
  • Amet
  • Nullam

Socially Active and Inclined

I am kind of a social freak.Here is some of me:

* Mentored the Tribal students during my college by forming a Tribal Student Mentoring Program

* My story was published in the book SHAPEIT among the 50 top inspiring stories

* Was into college fests(organizer of graVITas'16 VIT),clubs and chapters. Was recognized with Student Achiever's award for my all round contribution in academic/non-academic towards the college.

Technical Life

I am kind of a social freak.Here is some of me:

* Attend conferences such as HPAIR'19 Harvard selected among 300 delegates from all over the world.

* Organized and won Hackathons such as AngelHack Hyderabad

An AI/ML enthusiast, Augmented/Virtual Reality Enthusiast.

Contact

Any queries, please contact me on the below.

Phone: +919629783543

Email(Personal): sulabh.agarwal1995@gmail.com

(Official): sulabaga@cisco.com

I love coding :P

But not as a job

i = 0;

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

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