Skip to content

Instantly share code, notes, and snippets.

@EllieJellyBean
EllieJellyBean / mod_0_session_1_readings.md
Last active January 7, 2021 22:51 — forked from damwhit/mod_0_session_1_readings.md
Mod 0 Session 1 Readings

Session 1 Readings and Responses

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

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

I was (pleasantly) surprised to hear that programmers regularly use Google. Many courses in academia push for memorization which isn't realistic or helpful, so hearing that Google is an essential for a programmer's toolkit was a huge relief. This point was especially clear when Mansoor mentioned that he used Google 23 times for 255 lines of code; that's almost 10% of his project! Ho

Session 1 Practice Tasks

The assignments listed here should take you approximately 60 minutes.

CAREFULLY READ ALL THE INSTRUCTIONS BEFORE STARTING THESE EXERCISES!

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.
@EllieJellyBean
EllieJellyBean / mod_0_session_2_readings.md
Last active January 7, 2021 22:04 — forked from damwhit/mod_0_session_2_readings.md
Mod 0 Session 2 Readings

Session 2 Readings and Responses

The readings and responses listed here should take you approximately 65 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.
@EllieJellyBean
EllieJellyBean / ellie_azaveda_markdownPractice.md
Last active February 3, 2021 03:01
ellie_azaveda_markdownPractice

Beginners Guide to Data Types

What are some Data Types we've discussed?

  1. String = Used to represent text
  2. Integers and Floats = Two different representations of numbers
  3. Boolean = Value that's either true or false
  4. Array = Structure that represents a group of things

What can a string contain?

  • alphabet characters

Session 2 Practice Tasks

The assignments listed here should take you approximately 55 total minutes.

CAREFULLY READ ALL THE INSTRUCTIONS BEFORE STARTING THESE EXERCISES!

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.
@EllieJellyBean
EllieJellyBean / professionalDevelopment.md
Last active February 4, 2021 21:58
Pairin Personal Results

My top 4 results are: Imaginative-Inspirational, Transformer, Self-Confident, Lover of Wisdom & Knowledge. See screenshot below:
\

@EllieJellyBean
EllieJellyBean / careerJournal_mod0.md
Last active March 10, 2021 04:35
Career journal for all Turing modules

Career Journal

Module 0 Journal Reflections

  1. When you've worked towards a goal in the past, what systems or tools have been helpful for you in accomplishing that goal? How could you adapt those same systems/tools to use while at Turing?
  • I regularly make to-do lists with my own due dates for portions of a project or just general tasks, whether they have their own due dates or not. I try to push my personal due date up, making it a little earlier than it's actually due so I can go back and review it if necessary. Nowing how to create my own gists with check lists, I'm excited to stop wasting so much paper and create my own lists/notes to manage my time (and therefore managing my stress and workload). I also keep a weekly and monthly desk calendar to keep up with all of my tasks. I think I will keep these physical calendars to have a visual reminder of what my week/month will look like.
  1. As you start this new career, what is one of your strengths and how do you know?
  • I think my biggest strength i
@EllieJellyBean
EllieJellyBean / GearUp_PreworkPartTwo.md
Last active January 13, 2021 19:11
Mod 1 Pre-work Part two - Gear Up

Gear Up Pre-Work

Read

Why are we talking about empathy at a software development school? How can you develop the "skill" of empathy? And why should you care? When I saw that we'd be reading about empathy in software development/the tech industry, I assumed a lot of the information would be about the bias that can be unintentionally implemented into programs (like what AI is quite publically dealing with now) because of the internalized biases their creators carry. But understanding empathy on a more broad level, on a day to day basis, is important because we can potentially tackle those biases and misunderstandings even earlier on in the process. Empathizing with others can help personal and professional growth, but you can also help others who may not have the courage or capacity to stand up for themselves the same way. I recognize that being a white person, I've had a lot of privilege and I can use that to help others and make change. But I'm also a queer woman, so there are spaces I haven't fe

@EllieJellyBean
EllieJellyBean / DTR_HangInThere.md
Last active February 10, 2021 00:04
DTR: Tyler & Ellie

Project:

Group Member Names: Tyler & Ellie

Goals and Expectations for the Project (What does each group member hope to get out of this project? What do we want to achieve as a team? How will we know that we're successful?): We both want to fully understand the concepts introduced in the project. As a team, we both want to get comfortable working together through difficult areas. Success = Completion && Understanding!

Team strengths & collaboration styles (consider discussing your Pairin qualities here): We both feel that communication is one our biggest strengths

@EllieJellyBean
EllieJellyBean / FitReal_Class_Structure.md
Last active March 29, 2021 21:10
FitLit Partner Project DTR

Planned Out Class Structure

Iteration 1

UserRepository class

new UserRepository(data);

  • Methods: > getUserData => Given a user’s ID, what is their user data? (Grab object based on userData[i].id)