Skip to content

Instantly share code, notes, and snippets.

const mockFilms = { count: 7,
next: null,
previous: null,
results: [
{
title: "A New Hope",
episode_id: 4,
opening_crawl: "It is a period of civil war.\r\nRebel spaceships, striking\r\nfrom a hidden base, have won\r\ntheir first victory against\r\nthe evil Galactic Empire.\r\n\r\nDuring the battle, Rebel\r\nspies managed to steal secret\r\nplans to the Empire's\r\nultimate weapon, the DEATH\r\nSTAR, an armored space\r\nstation with enough power\r\nto destroy an entire planet.\r\n\r\nPursued by the Empire's\r\nsinister agents, Princess\r\nLeia races home aboard her\r\nstarship, custodian of the\r\nstolen plans that can save her\r\npeople and restore\r\nfreedom to the galaxy....",
director: "George Lucas",
producer: "Gary Kurtz, Rick McCallum",
const mockFilms = { count: 7,
next: null,
previous: null,
results: [
{
title: "A New Hope",
episode_id: 4,
opening_crawl: "It is a period of civil war.\r\nRebel spaceships, striking\r\nfrom a hidden base, have won\r\ntheir first victory against\r\nthe evil Galactic Empire.\r\n\r\nDuring the battle, Rebel\r\nspies managed to steal secret\r\nplans to the Empire's\r\nultimate weapon, the DEATH\r\nSTAR, an armored space\r\nstation with enough power\r\nto destroy an entire planet.\r\n\r\nPursued by the Empire's\r\nsinister agents, Princess\r\nLeia races home aboard her\r\nstarship, custodian of the\r\nstolen plans that can save her\r\npeople and restore\r\nfreedom to the galaxy....",
director: "George Lucas",
producer: "Gary Kurtz, Rick McCallum",
Compare the vanilla JavaScript event listener (addEventListener) to the jQuery event listener(s).
jQuery will bind an event handler function for one or more events such as .on('click', function()) <- takes two arguments
or bind event handlers such as
.click(doTheThing)
.dblclick(doTheThing)
What is the one jQuery event listener that can be used to listen for many types events. How do you specify the type of event?
.on('specify type of event here', doTheThing() {
function stuff here
})
Amanda is connecting me with her cousin's wife in Madrid Spain who has been working as a front end developer for two months. I will connect with her over an online platform, Skype or something similar. I am interested in that connection as working abroad is something I am very interested in. Follow up will hopefully look like a relationship where I can feel comfortable asking questions about companies she is familiar with abroad that align with my values and generally what it is like to work in the industry as a female abroad.
I've always known I wanted to be in a position where I could help others. I've spent over 10 years studying yoga and meditation and love to share this whenever I can to help people to find a deeper sense of comfort within themselves. When I was in college I was studying neuroscience so that I could better understand how our thoughts and behaviors were reflected on a physiological level, and I hoped to apply that to a career in psychiatric mental health. The irony in this is that through a career and passion in wellness I was working myself sick trying to balance school and several jobs.
When I met a programmer and saw their lifestyle I was immediately intrigued. Once I looked into the field and realized what a positive impact becoming an engineer could make on the lives of so many people I was hooked. Signing up for Turing school was a no brainer by the time I got here because I am now able to streamline my energy in a way that allows me to also take care of myself. I look forward to a career in programming
Agile & Feedback Reflection Guidelines
In interviews, you'll be asked about how you approach working in projects, and being able to describe how you utilize agile processes is a great way to help you stand out as a junior developer candidate. This reflection is meant to help you develop this skill.
With that in mind, please answer the following questions in your own gist about your group project:
What have you learned about the use of agile vs. waterfall in software projects?
Agile processes are great for larger projects and working in teams. With more check ins and opportunities to modify the workflow, individuals and/or groups are able to recieve better feedback that will improve the functionality of the overall project.
Our group utilized the GitHub projects boards for project management and Slack for communication. We kept in contact often due to remote working. In future group projects I will work to get clarity from the get go on what roles we will hold and how we plan to separate/collaborate on the w
GearUp
What role does empathy play in your life and how has it helped you? - I have always been an incredibly empathetic person. It has been a great teacher to me in that I am always continually aware of others and how my actions may effect them.
How does empathy help you build better software? - Being an empath will be of benefit to my creations by utilizing the ability to create what the user actually needs. Software is used by a range of differently abled humans and our jobs as developers is to keep everyone in mind when building and creating.
Why is empathy important for working on a team? - Empathy is important in team settings so that we can work most effectively together. It's important to understand the different hurdles and situations that people may be facing to an extent so that you can become a stronger team and support one another.
Describe a situation in which your ability to empathize with a colleague or teammate was helpful. - I once worked on a project in college with a woman who had young
@julianenochs
julianenochs / mod_0_assessment_checklist.md
Last active April 17, 2019 20:26 — forked from rwarbelow/mod_0_assessment_checklist.md
Mod 0 Technical Assessment Checklist

Checklist/Rubric

Part I: Creating Directories and Files; Initializing Git and Pushing to GitHub

  • I named my directories correctly.
  • I named my files correctly.
  • I structured my files and directories correctly.
  • I made one initial commit.
  • I pushed my initial commit to GitHub.
@julianenochs
julianenochs / mod_0_session_4_readings.md
Last active April 17, 2019 22:43 — forked from rwarbelow/mod_0_session_4_readings.md
Mod 0 Session 4 Readings and Responses

Session 4 Readings and Responses

The readings and responses listed here should take you approximately 50 minutes total.

To start this assignment:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of this document.
  2. Click the Edit button when you're ready to start adding your answers.
  3. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.