I'm a Software Engineer with a background in Financial Services and Business Analytics.
Intro
I am passionate about problem-solving and creating solutions that make a tangible difference. Whether it's building a
web application or refining a feature, I enjoy turning ideas into functional, impactful products..
My diverse experiences in leadership, financial services, business analytics, and high-level management roles have
uniquely positioned me to thrive in software development. These roles have sharpened my ability to manage complex tasks,
collaborate effectively with teams, and work under pressure—skills that seamlessly translate into tech, where attention
to detail and clear communication are essential
Through over a year of intensive learning in my coding bootcamp, App Academy, I've strengthened my technical abilities and
critical thinking. I've built full-stack applications and implemented user-focused features, consistently applying
myself to challenging projects. This journey, combined with my passion for continuous learning and collaboration,
enables me to approach development from both a technical and user-centric perspective, making me a well-rounded and
effective developer.
BoundTogether is a book exchange platform that allows users to manage their personal libraries, search and browse
books, and create exchange requests for borrowing or lending books.
HomeHopper is a full-stack Airbnb clone that allows users to list, book, and manage vacation properties. It
features user authentication, property listings, and reviews.
I am passionate about problem-solving and creating solutions that make a tangible difference. My experience
spans across multiple technologies, and I love learning new skills to solve real-world problems.
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.';