My coding journey began in 2014 when I was asked to be the writer and editor of a small gaming news site called GoingSony.com. While I enjoyed what I did, I quickly found myself spending a lot of time thinking about the website itself. I thought of all the different features I could add to make it a more enjoyable experience not just for me, but for anyone who visited. But without any web development skills, I was powerless to do anything.
So, I decided to change that.
Now, I'm a full-stack software engineer with expertise in Javascript, Express, MongoDB, OOP, Git, React and more.
So if you are looking for someone who can build a site with the common sense features many are looking for today, you have found the right engineer.
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.';