What motivates you?
- Working amonst my peers, and at this point, money.
How will you keep yourself going when faced with rejection in the job search?
When uploading a photo, if a user uploads and then repositions their photo (which fires our handlePositionChange method), then editor.getImageScaledToCanvas().toDataURL() works. If a user just uploading a photo and doesn't reposition it, the code breaks at .toDataURL() with the error: | |
SecurityError: Failed to execute 'toDataURL' on 'HTMLCanvasElement': Tainted canvases may not be exported. | |
There is no img element to add crossorigin: 'anonymous' to, but I have added it to the canvas element. | |
Here is the method where the photo upload works: | |
const handlePositionChange = (newPosition) => { | |
setPosition(newPosition); | |
const img = editor.getImageScaledToCanvas().toDataURL(); |
What particular skills, talent, or perspectives do you bring to a team?
What have you learned about building software in pairs and teams?
As we've discussed, meeting people, forming relationships, and having conversations are the key pieces to getting your foot in the door at any company. It's important to be proactive in your approach to outreach and networking, so it's necessary to make a plan for what you'll try to further your networking.
Identify a contact you will reach out to by the end of this module. This could be a mentor, alum, or anyone from your current network. Describe:
I plan on reaching out to Jonah Moses, an alum.
https://github.com/dForDeveloper/jeopardy
"Tell me about yourself."
As I grew up I was always told that teaching would be perfect for me. I was great with kids, and I had many female friends/family members who were teachers as well. After two years in the profession, my suspicions throughout college were confirmed - teaching wasn't right for me. I found myself craving a different intellectual challenge and was exhausted by the many politics of public education. After some introspection I decided to listen to this original love for computers that I had had since I was in middle school. Long past were the days where I could change the code on all of my friends MySpace profiles for background colors, fonts, or layouts, so I knew I needed to find another way to work with this natural knack for working with websites. I discovered FreeCodeCamp and was hooked - coming home from work each day only to spend my time pushing myself farther and farther through the courses. Through the encouragement from my family and coworkers, I decided to t
Template for DTR Memo Project:
Group Member Names: Whitney Burton & Kristen Hallstrom
Project Expectations: What does each group member hope to get out of this project? Kristen: better understanding of array prototype methods. Whitney: become more comfortable with writing tests.
Goals and expectations:
class Game() | |
round | |
players | |
categories | |
questions | |
potential methods: startGame() {}, endGame() {}, updateRound() {} | |