Skip to content

Instantly share code, notes, and snippets.

@MarchCorbin
Forked from damwhit/mod_0_session_1_readings.md
Last active December 9, 2019 06:14
Show Gist options
  • Save MarchCorbin/ffdbde7af95996b86a9fb6611bb1884d to your computer and use it in GitHub Desktop.
Save MarchCorbin/ffdbde7af95996b86a9fb6611bb1884d to your computer and use it in GitHub Desktop.
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.

  • Your key take-aways OR how you're going to implement specific points (minimum 2):
  • Programmers regularly google problems they are having in order to see how other people have resolved similar issues. -Coders will use google often and frequently in the course of writing code.
  • 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: The use of quotations makes it so that google will examine the exact wording rather than searching all the words in your search individually. ex: "costco litter box" vs costco litter box search
  • Tip 3: The hyphen allows you create an exclusion in the search. ex: Bubba Gump shrimp -movies
  • Tip 4: The colon allows you to search within a specific site. ex: covington kids:CNN.com
  • Tip 9: using the OR function you can search for multiple phrases or words at once to synthesize uyour search results. ex: How to make pumpkin pie OR pumpkin pie with cinnamon
  • Tip 13: this is a tip for the user telling you to think of the wording a website would use rather than searching for a question. ex: "dicount brakes" may be a better search than "where can I get some cheap brakes".
  • Tip 14: This is a tip for the user to use efficient keywords in order to not narrow down your search results. ex: "Target near me" would be a better search than "Targets in Denver CO".
  • Tip 17: This is a recommendation that if your original search does not produce the desired results try to change the wording. ex: "trying to change the oil for a toyota corolla" vs "how to change oil 2016 toyota corolla"

3. Questions/Comments/Confusions

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

  1. N/A
@damwhit
Copy link

damwhit commented Dec 9, 2019

@oxidusnake nice work on this!

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