As a marketer I was able to work with HTML, CSS, and a variety of CMS platforms. The technical aspects of my positions were always the most exciting to me. Although I enjoyed creating successuful marketing campaigns I decided to focus on the work I truly love. I enrolled in an immersive web development course at General Assembly. I've gained experience in a variety of coding languages and great exposure working on projects, both individually and on a team. I'm now looking forward to taking these skills and contributing to a team as I learn and grow with an organization.
I knew I wanted to challenge myself on my final project at GA. I decided to do this by implementing a front-end framework. I build out a library application where users can create a list of books that they've read. I knew implementing Ember would be a challenge but I've learned throughout GA that pushing myself through code was one of the best ways to learn. I think Ember was a great addition to my project and I look forward to learning more front-end frameworks in the future. I built the back-end with Ruby on Rails and a PostgreSQL database. The backend is built to allow me to expand on the project which I look forward to doing.
You can see the live version of my project here
Or take a look at my GitHub repo here
My first team project was building out an app that allows users to create true/false surveys and allows uers to take a survey one time. The survey creator can see the results of thier surveys on the home screen. This was a great experience working with a team. My two teammates and I did an excellent job planning and working together to solve issues. The project was built with a similar front-end, although one technology I really enjoyed learnring about an implementing was handlebars.js. We used handlebars to dynamically add content to the page, and this allowed us to add buttons to each survey while retaing the survey id we needed for some of our functions. This was another full-stack application, this time we used Express to build out the API with a MongoDB database.
You can see the live version of my app here
Or take a look at my GitHub repo here
The first project I tackled at GA was a tic-tac-toe game. With just a few weeks of formal learning under my belt, I'm proud to say I succeed with the project and met requirements on my first submission. For me the big focus was using Javascript to build out the front-end including the game logic. I also used HTML and CSS to build and style the page and JQuery to manipulate the page after actions were taken. I used JSON and AJAX to make calls the the API. Although I was overwhelmed to start the project, I found myself learning a lot throughout the way and enjoyed the challenges. One of the most valuable things I learned during this project was to break up a larger problem into many smaller problems and tackle them indivdually.
You can see the live version of my game here
Or take a look at my GitHub repo here
My first full-stack project was a fishing tracker app. I decided to build out something that is relevant to me, because I love fishing and really enjoy diving into data and using my findings to inform future decisions an app to track my trips made a lot of sense. Similar to my tic-tac-toe game, I built this site with HTML, CSS, Javascript, JQUERY, JSON and AJAX. The added step here was that the API I'm storing data in, is one I built using Ruby on Rails and a PostgreSQL database.
You can see the live version of my app here
Or take a look at my GitHub repo here