Skip to content

Instantly share code, notes, and snippets.

@mcat56
Forked from rwarbelow/mod_0_session_2_readings.md
Last active July 3, 2019 01:26
Show Gist options
  • Save mcat56/cf48b577e41c857bff2bbbb69d95aaf8 to your computer and use it in GitHub Desktop.
Save mcat56/cf48b577e41c857bff2bbbb69d95aaf8 to your computer and use it in GitHub Desktop.
Mod 0 Session 2 Readings

Session 2 Readings and Responses

The readings and responses listed here should take you approximately 60 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.

1. Learning Fluency by Turing alum Sara Simon (30 min)

  • Your key take-aways OR how you're going to implement specific points (minimum 3):

  • Learning a new language is hard work, good learning can be applied across many different aspects of life -Becoming an expert in a subject matter comes from exposure and practice, immersion in your knowledge base -Being fluent and able to create and innovate can only come from deep true understanding of something. Discipline before imagination.

  • Implementation: Use flashcards, daily practice, immersion in the study to build my foundation for success in code.

  • Your key take-aways OR how you're going to implement specific points (minimum 3): -When searching for a dynamic topic filter by time span to the last year, less or more for most current results
  • Use control + F in actual search results to find your specific interest -Using quotes and combinations of quotes can be very useful -Eliminate unwanted search results with (-) --> take out key words you don't want results for -Image search can be useful when you don't know the name of what you're looking for, to get visual of what you want
  • Your key take-aways OR how you're going to implement specific points (minimum 2):
  • Googling is part of the coding tool set and is an essential part of writing well researched up to date code -On the job you will be able to code in things you don't yet know utilizing searches and google
  • Briefly describe (in your own words) each of the tips below AND provide an example of a search that captures the sentiment of the tip
  • Tip 2: Use quotations for getting matches to exact phrases
  • Tip 3: Hyphen can be used to exclude unwanted search parameters
  • Tip 4: For results in a specific site, search terms site:examplesite.com
  • Tip 9: Combination search terms, if you want more than one thing, search "example1" OR "example2"
  • Tip 13: Tailor your input to what expected results would be, phrase for answer you would want
  • Tip 14: Use important words only - get results for what you want and leave out superfluous info
  • Tip 17: When you don't get the results you want, adjust/reword/rephrase search in increments to further specify what you want

5. Questions/Comments/Confusions

If you have any questions, comments, or confusions from any of the readings that you would an instructor to address, list them below:

  1. N/A
@damwhit
Copy link

damwhit commented Jul 2, 2019

@mcat56 I would love to see some examples for the tips in reading #4.

@mcat56
Copy link
Author

mcat56 commented Jul 2, 2019

Woops!

tip 2 : search : "I wanna know I wanna know" song - searching by song lyrics
tip 3: search : restaurants near me -italian -fastfood
tip4: search: best selling books site:barnesandnoble.com
tip 9: search: amusement park or waterpark near me
tip 13: search: tutorial for dog grooming vs I need to groom my dog
tip 14: search : waterfall hiking trail near me vs hikes with waterfalls to drive to with dog in colorado
tip 17: search: doctors near me
primary care dr near me
primary care dr accepting new patients near me
primary care dr accepting new patients accepts X insurance near me

@damwhit
Copy link

damwhit commented Jul 3, 2019

@mcat56 nice work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment