Being the first generation Asian American of my family and the first to graduate from college, I feel obligated to be successful for past and future generations. Originally graduating from San Francisco State with a bachelor's degree in Film, I soon realized trying to be successful in that industry would be a questionable road. Since I emphasized in video editing, I wanted to pursue a new career that dealt with using computers.
Forming a passion for Software Engineering was easy, because possibly getting a job in a growing industry such as tech is an opportunity of a life time for someone like me. Once I learned that code is supposed to be clean for the human eye, but can be disastrous if not done right. I wanted my code to be like the quality of my edits or shots in films, clear, elegant, and well thought out.
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.';