Skip to content

Instantly share code, notes, and snippets.

Data required to be display on the DOM for the user to interact with

fetch('http://localhost:5000/api/v1/education/survey')

My love for programming can be tied back as early as 5 years old. I played and experimented by pulling apart and gluing back together electronics. Today, the same curiosity to learn and experiment has led me to my current career path. The passion for learning I have cultivated through my life and devotion to create tools that will help people to solve problems are the reason I am applying today for the position of Junior Software Developer at Ibotta.

As a hospitality professional, I embraced teamwork and collaborated with peers to meet deadlines in a fast-paced and stressful environment. I had the opportunity to supervise over 15 people and directed production workflows to meet the company's goals. As a hospitality consultant for a nonprofit, I have designed and implemented work processes for specific use cases. Through my time at Turing in a remote and project-based environment with over 12000 hrs of training, I had been able to hone my communication, technical and self-teaching skills. As a first-generatio

React Router Prework

This gist contains a short assignment I'd like everyone to complete before our formal lesson. The prework involves reading some of the React Router documentation, and will allow us to keep the lesson more hands on.

Instructions

  1. Fork this gist
  2. On your own copy, go through the listed readings and answer associated questions
  3. Comment a link to your forked copy on the original gist

Questions / Readings

What is a "data model", and how does it relate to the DOM in a front-end application?

Data Model is the piece of data that defines the status of the code itself and should be protected as the source of truth. Our DOM should reflect our DataModel all the time.

What is a "framework?" And how does it differ from a "library?"

Library: It is a collection of code that can be used over and over to write code, usually function or methods belonging to a library can be called anywhere in our code, thus making our code less bounded to the rules on “how to write the code using a library”. I like to think of a library as pieces of code I can call whenever and have a little bit more freedom when creating a feature for web applications. Framework: it is a collection of defined rules on which we build code, we can also make use of the defined methods or functions over and over. However, frameworks are bound to a more strict set of rules such as requiring specific pieces of data to work properly. An example of thi

Abstract

In a few sentences, explain what the project was and the scope of your work. Imagine explaining your answer to a technical recruiter or a developer who you'd potentially be interviewing with.

As a group Kristi Miller, Demaceo Howard and me, were assigned with the task to recreate an application that would be able to create idea cards that would persist when the page reloaded. As a team we made use of concepts such as Data model, Local storageand DOM manipulation.

Overall

What was the greatest challenge you had as a group?

Abstract

In a few sentences, explain what the project was and the scope of your work. Imagine explaining your answer to a technical recruiter or a developer who you'd potentially be interviewing with.

My partner Tim Keresey and me, were given the task to create an application that would be able to create, save and display random motivational posters. We prioritized the use of the data model as the source of truth and manipulation of the data model by creating specific seperate files that would keep our code organized and more readable.

While working on this project we made sure to refer to our data model to display the information we needed on the DOM. I spent most of the time researching the best practices as well as rubber ducking my ideas with mentors and . I made sure to come prepare to my team meetings by trying the code on my own and then talk about my ideas.

Overall

What was the greatest challenge you had as a group?

Project Reflections

Abstract

As I created this application I was required to make use of HTML to create the game's content. CSS was use to style the applicationa and JavaScript to access the data model and manipulate the DOM. A clear understanding of this concepts were crucial to set up the structure of the program created. I was able to have the initial template using HTML and CSS early on the project.

Overall (Choose one)

  • How do you think you did working with this group compared with groups you've worked with in the past? Working by myself presented me with challenges I didn't

Project Reflections

Use this template to keep a log of reflections on each of your projects through Mod 1, 2, 3, and 4 at Turing. Feel free to add additional questions/prompts that you want to reflect on to help you prepare for future interviews.

Abstract

In a few sentences, explain what the project was and the scope of your work. Imagine explaining your answer to a technical recruiter or a developer who you'd potentially be interviewing with.

Overall (Choose one)

  • How do you think you did working with this group compared with groups you've worked with in the past?

  • If you were to work with this same group again, what is one change the group could make to work together more effectively?

Project Reflections

Use this template to keep a log of reflections on each of your projects through Mod 1, 2, 3, and 4 at Turing. Feel free to add additional questions/prompts that you want to reflect on to help you prepare for future interviews.

Abstract

In a few sentences, explain what the project was and the scope of your work. Imagine explaining your answer to a technical recruiter or a developer who you'd potentially be interviewing with.

Overall (Choose one)

  • How do you think you did working with this group compared with groups you've worked with in the past?

  • If you were to work with this same group again, what is one change the group could make to work together more effectively?

Group Member Names: Orlando

Goals and Expectations for the Project (What does each group member hope to get out of this project? What do we want to achieve as a team? How will we know that we're successful?):

  • Solidify my understanding of DOM manippulation and data model
  • Practice class intantiation

Team strengths & collaboration styles (consider discussing your Pairin qualities here):

Orlando: Determined and getting better at asking for help