About me
Hi there, I'm Mary! I'm a Back-End Engineer with a background in Emergency Medicine as a Registered Nurse. I've always approached an intellectual challenge with curiosity and excitement, not to mention the enjoyment of collaborating with others to achieve a common goal.
In time, I found myself steering away from the healthcare field, but still longing for a career that would allow for some manner of creative freedom, keep me on my toes, and offer problem-solving challenges beyond the likes of anything I've seen before. This was what drove me to pursue a career in software development, and apply my acquired skills into something new and exciting. I couldn't be more ready to get started, and to learn and grow alongside fellow developers to create technologies that benefit people from every kind of walk of life.
Preferred locations
- Denver, CO
Previous industries
Skills
Currently learning
Projects
HAYD?(How Are You Doing?)
HAYD?(How Are You Doing?)
Tools Used
HAYD? aims to create a social media styled application with a primary focus on mental health. This application provides a platform to allow a user to create a post on their thoughts and feelings for the day(a tone analyzer will assess the overall emotion of the post), make their thoughts public or private, and check up on friends posts as long as they have accepted their friend request.
Given the private information provided by a user, it was our upmost priority to implement security and privacy through use of GoogleOauth for login purposes, as well as implementing a relational model of data so only accepted 'friends' may view public posts made by their friends. This application implements external API consumption of a tone analyzer API as well as an emotion API, and consists of a robust test suite, utilizing VCR, WebMock and RSpec.
Field Trippers
Field Trippers
Tools Used
Field Trippers is an SOA styled application consisting of a Frontend and Backend, that allows a user to create a profile and browse different museums within a chosen area to organize a field trip!
A user is able to create a trip and assign themselves as a host thus assigning a date, time, and location to the scheduled trip as well as include a set number of attendees. If hosting a trip isn't something you're interested in but you still want to participate, you can also browse existing trips and sign up to attend as long as it hasn't reached its capacity.
This application also utilizes GraphQL as a means of providing a more streamlined approach when performing a query or mutation to the database.