I am a full stack software developer from New York City with a background in health and information technology. My interest in software engineering stems from my desire to understand how data worked internally in applications rather than just manipulating it. However, I grew to love the building projects and watching my application come to life. I enjoy finding efficient and creative solutions to problems.
I am easy going, attentive, and patient. I am usually shy at first but I become a blabbermouth once you get to know me. I am very passionate at what I do and can/will talk about my project for hours if you let me.
When I am not actively working on my projects, my hobbies includes playing video games, biking, hiking, camping! My ideal vacation is going on a week long cruise to someplace tropical. I have two pets: a cat named Mew and a dog named Baylee.
Projects
DisMike
Single-page application inspired by Discord. Built using React, Redux, JavaScript on frontend and Ruby on Rails on backend with a PostgreSQL database
DietCalc
Single-page web application designed used by Dieticians and Nutritionist to help calculate BMI and protein/fluid requirements for their patients. Built with only React and Javascript.
Word-Invaders
Addictive game developed using JavaScript and jQuery. Built in order to improve player's typing speed and accuracy.
Bling
A custom lightweight DOM manipulation library built using jQuery as its inspiration
BlingSnake
Snake game using Bling, custom lightweight DOM manipulation library.
Education
App Academy
Software Development Bootcamp
Jan. 2018 - Apr. 2018
12 Week Full Stack Web Development bootcamp with less than 3% acceptance rate with a focus on Ruby, Rails, JavaScript, SQL, React and Redux.
CUNY Brooklyn College
MS in Health Informatics.
GPA: 3.51
Aug. 2015 - May 2017
Relevant Coursework: Advanced Programming Techniques, Data Structures, Discrete Structures, Analysis
of Algorithm, Computer Applications in Health Sciences, Introduction to Management Information
Systems, Computer Systems and Architecture, Database Systems
Stony Brook University
BS in Health Science.
GPA: 3.23
Aug. 2010 - May 2014
Relevant Coursework: Developing Health Information Systems, Developing Health Information Systems, Applied
Mathematics and Statistics
Experience
Lifion By ADP
Application Developer (Nov 2018 - Present)
Maimonides Medical Center
IT Implementation Specialist (Mar 2017 - June 2017)
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.';