Skip to content

Instantly share code, notes, and snippets.

View bld010's full-sized avatar

Brianna DelValle bld010

  • Twilio
  • Pennsylvania
View GitHub Profile

Brianna DelValle

Why do you want mentoring in the job search?

I've been a teacher for the past 7 years, so I'm very much out of practice with job searching/application/interviewing. In particular, cold outreach is something that is new to me and feels uncomfortable, so I'm looking for support in this realm. Clear tasks, deadlines, and a team dynamic motivate me, and I believe the mentorship program will provide that motivation. After spending so much time in one industry, I worry about how to best convey the many skills I bring from teaching/instructional coaching to an interviewer, so I'm hopeful to learn some strategies for this.

How will you hold yourself accountable to balancing time for your job search and following your mentor and group's advice?

Project Members: Brandy Mello, David Gitlen, Brianna DelValle

  • What are each of our learning goals for this project? What drives us in this project?
  • David: Deeper understanding of Redux, integrating Fetch into Redux
  • Brandy: Structure in Redux
  • Brianna: Testing of async, Redux testing, Promises
  • What is your collaboration style? How do you feel about pair programming vs. divide-and-conquer approaches?

DTR: Define the Relationship

Use this template to when conducting DTR with your project partners. It's recommended that you copy/paste this template into your own gist each time you conduct a DTR to take notes on the conversation.

Guiding Questions to Define The Relationship:

  • What are each of our learning goals for this project? What drives us in this project?

    • To learn as much JS as possible.

GearUp

Empathy (Mod 0 Capstone)

Empathy allows us to better understand the needs and challenges of others. In a coworking sense, it can reduce conflict or lead to faster conflict resolution. In the software realm, empathy will encourage designers to seek out and consider diverse perspectives which will create more accessible, effective software. This can be particularly powerful when considering the needs of differently-abled consumers, as well as consumers from different cultures. It can be hardest to be empathetic when you have become entrenched in a particular behavior and someone challenges that behavior, whether a peer, superior, or customer. In these moments, it's best to meet with a person who is challenging your worldview, ask open questions and practice active listening -- listen to understand, not to respond.

@bld010
bld010 / mod_0_capstone_pd.md
Created April 20, 2019 21:54
Mod 0 Capstone - Professional Development

Mod 0 Capstone - Pairin Reflections

I am a strong critical force in asking "why" and "why not" when evaluating decisions and structures. My top thinking style is Objective-Analytical and the virtue that drives my actions is a love of new knowlege.

I work best as a leader when I know that I'm being looked to for leadership, but if it's unclear what my role shoudl be, I may sit back and let someone else lead.

I think I need to increase my flexibility and adaptability. As a teacher, in many ways, I was an island and relied mostly on my own work. In the programming world, I'll need to learn to balance individual goals versus overall group goals and needs.

Reflecting on my strengths (and areas for growth) will allow me to be better at stepping up to fill a void in a situation or knowing who to lean on when I don't have the expertise.

@bld010
bld010 / mod_0_session_4_practice_tasks.md
Last active April 17, 2019 22:56 — forked from rwarbelow/mod_0_session_4_practice_tasks.md
Mod 0 Session 4 Practice Tasks

Session 4 Practice Tasks

The assignments listed here should take you between 1.5 and 2 total hours.

To start this assignment:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of the 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.

Day 1

HTML and CSS: Design and Build Websites

Chapters 1 and 2

  1. On a website, what is the purpose of HTML code?

    HTML describes the structure of a web page using elements. These elements can create headings, subheadings, paragraphs, tables, images, videos, etc.

  2. What is the difference between an element and a tag?