I'm Edward, a web developer with experience using Ruby on Rails, React, Redux, MongoDB, and Express. I write mostly
in Ruby and JavaScript, and am learning Python and C++. I have many interests including cybersecurity, cryptocurrency, and video gaming as well as other hobbies including music, sports, and outdoor activities. I enjoy problem solving, learning new things and testing my
thoughts and ideas on others. Check out some of my Projects.
Utilizes the CDC's api to collect Coronavirus data and present it in thoughtful and engaging manner. Meant to present data with ease and simplicity so everyone can understand the true extent of the pandemic.
A clone of the popular music hosting site Bandcamp where
artists and labels go to independently sell their music and merch and where fans go to support their favorite artists.
Uses Google Maps address data to target properties within a user specified
zipcode. The property address is then used to query RealtorApi to retrieve listings and other
data about the property.
Skills
Resume
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.';