Full-stack software engineer driven by the excitement of building innovative, user-focused applications. After completing App Academy's intensive 1000-hour program (with a < 3% acceptance rate), I've created three production applications that showcase my enthusiasm for learning and implementing modern technologies like AWS S3 integration, collaborative development workflows, and efficient database design.
I enjoy diving into new technologies and finding creative ways to implement them, whether that's exploring TypeScript for better code quality or configuring production systems with systemd for deployment reliability.
I'm eager to bring my curiosity, collaborative nature, and drive to build meaningful software to a development team where I can contribute fresh ideas while continuing to expand my technical toolkit.
Based in Miami, Florida, I am open to remote opportunities and excited to connect with like-minded individuals and teams.
An online art gallery. Functions as a destination for an artist to make an account, upload images to display, provide info for their artwork, and manage their uploads.
I plan to implement google API for an artist intending on show-casing their art at an event.
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.';