I hereby claim:
- I am timomitchel on github.
- I am timomitchel (https://keybase.io/timomitchel) on keybase.
- I have a public key ASDgBjipmXOhAqysD2RPi9GpRckv85kLvG5TbSRy0u9WtQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
1. Become Turing Student | |
1.1 Do "Try Coding" | |
1.1.1 Confirm reservation | |
1.1.1.1 Pay reservation fee | |
1.1.2 Set reminder for reservation | |
1.1.3 Attend "Try Coding" | |
1.2 Complete application | |
1.2.1 Review application process | |
1.2.2 Practice logic questions | |
1.2.2.1 Look up sample logic questions online |
Run: cd ~
to go home quickly from any directory.
Make sure you are in your home directory.
Run atom .bash_profile
to begin editing the .bash_profile file.
Copy and Paste this: [ -f /usr/local/etc/bash_completion ] && . /usr/local/etc/bash_completion
into the top of the file.
This application crawls twitter for mentions of a particular cryptocurrency/coin within a 24hr period.
Cryptocurrency markets are incredibly speculative and highly volatile. Influencers on social media and from major news organizations have been using various tactics to drive price in a direction of their choosing. Many novice investors allow themselves to be persuaded without
List all the students and their classes:
SELECT students.name, classes.name FROM enrollments JOIN students ON enrollments.student_id = students.id JOIN classes ON enrollments.class_id = classes.id;
List all the students and their classes and rename the columns to “student” and “class”:
SELECT students.name AS student, classes.name AS class FROM enrollments JOIN students ON enrollments.student_id = students.id JOIN classes ON enrollments.class_id = classes.id;
List all the students and their average grade:
Group Member Names: Tim Joo(PM), Kelley Jenkins, Timo Tyrrell
When are group members available to work together? What hours can each group member work individually? Are there any personal time commitments that need to be discussed? 7PM limit for weekdays. 10-5 Weekend. << Together time.
How will group members communicate? How often will communication happen, and how will open lines of communication be maintained? Slack Communication channel as first layer communication. Every day communicating Which feature(s) does each group member want to work on? Which feature(s) does each group member not want to work on? Do Cart together. Addres routes early Weakpoints to address: Timo-CSS, Kelley-Testing, Cart/Joins - Tim
What are you doing well as a pair programmer and collaborator?
I'm communicating well with my teammates and allowing them to feel relaxed and calm communicating with me. I'm keeping our groups moving forward and being kind to my partners while also encouraging them to provide input.
How do you use your strengths as a team member? I embody approachability so that I can leanr and teach as directly and effectively as possible in a team environment. I make sure my partners feel comfortable communicating and contributing on my team.