- 20 - Videos
- 15 - Guest Speaker(pending) || Individual Reading and Reflection
- 20 - Small Group Discussion
- 5 - Share Out
- Intro video 2:53
Samantha Moltke, Recruiting Operations Specialist
May 2, 2017
Samantha responded at let me know that her current company is removed from software and going through an acquisition and trying to lauch their ATS. She is unavailable to meet right now but we are going to touch base again after graduation.
In my mock interview with Emily Freeman I had to a chance to have a mock interview in a comfortable setting(here at Turing). It was very helpful in a few different ways for me. I prepared by going over my story and also doing a lot of research on common technical interview guestions. I found that even though I invested a lot of time preparing for this portion of the interview, it was where I preformed the poorest. During the question and answer portion of the interview I felt very comfortablebut not so during the technical problem solving.
1. People hire others like them. It's just the way it goes weather it be personality or | |
other factors it has always seemed to happen anywhere I have worked(including when I was doing the hiring). | |
When this happens the teams continues to grow in a certain direction and then by default that employer/company/team | |
appeals to a certain type. I beleive you have to be very of this bias that many of us | |
have and conciously fight it when seeking to add team memebers. Be very deliberate in avoiding this. Diversity is good. | |
2. The reason I am at Turing is partially becuase of their diversity mission. | |
It was something that drew me to the program. It is also something that makes other who have come | |
before me comfortable referring others to Turing knowing this is a safe enviroment for all. I think diversity quotas | |
add value when executed well(which is a whole other conversation). | |
3. Small changes in demanding diversity. Adapting an inclusive attitude and living that in your day to day interactions. |
### Three accessability commitments for the next project | |
I will ensure that users who are utilizating keyboards can navigate my site easily. | |
I will make sure all the elements on my page are labeled for users using a screen reader. | |
I will use easy to navigate and understand headings, fonts and white space for those with cognitive issues. |
My approach was to use float left and right to orient the div's. It was order specific so I ordered them 1,3,2 to make them appear in the same order as the comp. I used in-line block to make the elements stack next to each other, and then adjusted the padding,height and width to match the comp.//
[Challenge 1] (http://codepen.io/snmcwilliams/pen/zoWwEP?editors=1100)//
My approach was to make the header block elements so they would stack next to each other. I gave them a bit of margin on the left for breathing room.