HELLO WORLD! I AM A FULL STACK DEVELOPER AND I HOPE YOU LIKE WHAT YOU SEE!
Intro
Hi, I am Ahnaf! I'm an undergraduate student majoring in Computer Science with a concentration in Software Engineering. I started off my career in this field as a QA Engineer which sparked my interest in Full Stack development. My background as a QA Engineer makes me an extra careful developer with a quick eye for bugs!
Aside from work and school, I enjoy working on my personal projects which you can find here. My other hobbies include reading books (fiction of course!), watching documentaries (classic nerd I know!) and traveling (my life goal is to go on a world tour!).
Projects
AssisTom
Personal Assistant Application
Need to keep track of your schedule? AssisTom is here.
Need to maintain a journal? AssisTom is here.
Need the grocery list? or Perhaps other errands to list? AssisTom is here.
Need the news and the weather? Yes yes, AssisTom is here!
Notes-Keeper
Note taking made easier
TinDog
#1 dating website for your dog.
Why should hoomans have all the fun?
Simon Game
Simon is an electronic game of short-term memory skill.
Challenge yourself and others!
DiceGame
Bored? Check this out!
DrumKit
Type away to make some music!
Resume
Contact
Elements
Text
This is bold and this is strong. This is italic and this is emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }. Finally, this is a link.
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Blockquote
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
Preformatted
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';