Hi, my name is Jordan and I'm a software engineer based in the Boston area. I received my
bachelor's in Marketing and in Hospitality/Tourism Management from UMass Amherst in May of 2018.
Prior to switching to tech, I was an Environmental Services Manager in various hospitals around the New England area. While I learned a great deal on the job and met many cool people, the work became quite tedious and exhausting. It was impossible for me to imagine another 20-40 years on this path.
Programming and the constant learning and creative problem solving required in software development was fascinating to me. I soon found myself at an intensive software engineering program where I worked on many projects and constantly expanded my knowledge base. I have experience with JavaScript, Ruby, and their frameworks and libraries such as Rails, React, and Node.js. I'm also versed in relational databases such as MongoDB and PostgreSQL.
I'm currently looking for a software engineering job and aiming to be the best version of myself.
Other than coding, I enjoy playing volleyball, basketball, and video games. I'm also super interested
in building computers, mechanical keyboards, and photography so if you need help in that, let me know!
A mobile friendly portfolio site created for a client. Created using GatsbyJS, GraphQL, Styled Components, Tailwind CSS, Gatsby Lightbox, and Framer Motion. The site displays the client's bio, resume, skills, contact information, various projects they've completed, and a gallery of photographs they've taken.
Practice social distancing during the pandemic. Cook at home while you stay at home! This mobile friendly app will help you find recipes based off food and ingredients you already have in your pantry or fridge. Created using React, vanilla CSS, and the Edamam Recipe Search API.
Travelling is fun! Paying more than you need to is not. Faraway helps users find the cheapest
flights as quick as possible along with some basic information about the destination country. Users
will also be able to create simple planners to help plan their next vacation. They're saved in a
PostgreSQL database so users can update or delete those planners if needed.
Parks and Reviews is a National Parks review site. Users can submit reviews of national parks they
have been to and can also see reviews of other users. Users can also edit their own reviews and
upvote/downvote the reviews of others. Users' ratings are aggregated together and shown on the index
and show page of every national park.
Shinbun, Japanese for newspaper, is a simple blog site created using the MERN stack (MongoDB,
Express, React, and Node). Users can create,
read, edit, or delete articles.
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.';