I have recently made a career change by enrolling in General Assembly’s Software Engineering Immersive course.
I was first introduced to programming through my partner. Seeing how ever-evolving it is and the endless possibilities of what I could create, intrigued and excited me. What I love most about my previous career in photography/art is the process of concept to creation. To me programming follows the same process.
I am excited about the prospect of combining my creative background with software development. This includes the collaborative nature of fashion, my eye for aesthetics, detail and trends.
My goal is to find a role where I can be a part of a team and continue to learn, expand and develop my skills as a Junior Software Engineer.
This was my first solo project at General Assembly. The brief was to render a grid-based game in the browser, design logic for winning and visually display which player won, using JavaScript for DOM manipulation. My strategy for building the game was to split the game logic into different stages of functionality and complete them one by one. The time frame was 9 days.
The concept for my game is to guide the group of four Flareons, one by one to the other side of the board. Once the player reaches an end point, the next Flareon is spawned. The player must navigate through moving obstacles in the first section. Then in the second section, use the floats to get passed the water and on to the end points.
Welcome to FAM. This is a curated app. Each month we share ‘Our Favourites For The Month’ for film, art and music.
Users can filter the posts by month in the index pages, should they want to look at previous posts.
Signing up gives users the ability to access the favourites feature. This allows them to curate their own favourites list.
Once signed up they are also able to leave reviews and ratings on our curated posts.
My teammate and I had 8 days to build a full stack application. We began by planning out our models’ relationships using an ERD model. We then built the foundation of our backend in Django together in pair programming. We both wanted to work full stack on this project and so once the foundation was laid we split responsibilities. I worked full stack on the reviews and ratings. I was also responsible for building the login and register. The rest of the front end and styling was split 50/50. We had also explored using React Hooks in some of our components as we both really loved the concept of useState and useEffect.
A plant trading social app. The time frame for this group project was a week. Our group was made up of 4 members.
Each user has their own portfolio of plants that is diplayed on their profile page.
The users are able to use the interactive map to see other plant's locations. Users are also able to add their own plant's location when they add a plant or edit their plant. A map thumbnail with a marker for the plant's location is also displayed on each plant page.
There is a trade feature where users are able to offer a plant from their portfolio in exchange for another user's plant. The user who receives this offer is able to accept or decline. The user who made the offer is able to see their offer's status via their profile page.
Users are able to like and comment on other user's plants, as well as being able to communicate through a private chat.
My main responsibilities for this project was working full stack on the likes and comments using mongoDB and React. I also worked in pair programming with one of my teammates setting up our map feature using the Mapbox documentation. We split off after this and she worked on the main interactive map feature, whilst I implemented the map thumbnail in our “plant show pages”. Additionally I laid out some of our foundational routing and pages in the front end.
A quiz emulating the sorting hat from Harry Potter. This project was completed in 48 hours in pair programming. This was my first time building an app in React and consuming a public API. We consumed the public potterapi API, the main quiz logic was completed in this time frame. I used the following weekend to complete the styling and the results feature. I built a function that would display the correct house image and house info according to the user’s result.