Hello! I'm Brian Son. I am a full-stack software engineer from Memphis, TN.
I am a passionate and ambitious developer who enjoys building new and interesting things. While studying Biology at Furman University, I took a hybrid Biology/Computer Science course and that let to my interest in delving deeper into programming. I dabbled in a few intro courses before deciding to commit to a career in software development.
Outside of developing web applications, I enjoy spending my free time watching my soccer team, Arsenal, gaming, and exploring different foods whether its trying new restaurants or cooking at home!
A clone of Goal.com where users can post articles and leave comments. It has full CRUD functionality on posts and comments along with AWS integration for image uploads.
A clone of Quora.com where users can ask questions, leave responses to questions, and find spaces that match their interests. It has full CRUD functionality on questions and answers and create and read functionality on spaces.
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.';