Skip to content

Instantly share code, notes, and snippets.

@nwgambee
Forked from damwhit/mod_0_session_1_readings.md
Last active September 4, 2019 18:09
Show Gist options
  • Save nwgambee/53e4652b09863375ca784a142ff6d242 to your computer and use it in GitHub Desktop.
Save nwgambee/53e4652b09863375ca784a142ff6d242 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 40 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 3):
  • One thing I learned is that it is often helpful to narrow the time span of your google search. Programming is a ever-evolving entity and it is important to find up-to-date results.
  • I also plan to implement the function where you can exclude certain words from your search by putting a minus (-) in front of them; I did not know about this before reading the article.
  • Our group talked about this briefly in the session last night, but I did not know how helpful it could be to search by strings using quotations. I will implement this when I need exact wording or a more precise search.
  • Your key take-aways OR how you're going to implement specific points (minimum 2):
  • This made me more confident that it is ok to search and ask for help when programming. It is good to know that even the best programmers rely on internet searches to fill in details they do not know since programming is so nuanced and varied.
  • I will certainly implement the idea that you should "never memorize something you can look up" to make my work more efficient.
  • 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: this tip suggests using quotes to search for exact phrases to make your search more accurate if needed. ex: "old navy" brand sweatshirts
  • Tip 3: this tip explains that a minus sign in front of a word excludes it from your search. ex: apple -technology
  • Tip 4: this tip describes how you can use a colon to search specific websites for results. ex: Tiger Woods site:golfchannel.com
  • Tip 9: here they explain that you can use the syntax OR to search two phrases or words at once. ex: "best hiking shoes" OR "best hiking boots"
  • Tip 13: this tip describes how websites usually don't contain pronouns or similar, and to use words website are more likely to use. ex: searching "computer acting slow" instead of "my computer is being slow"
  • Tip 14: this tip explains that limiting the amount of words in your search will increase accuracy. ex: "movie tickets" instead of "where to buy movie tickets to theaters near me"
  • Tip 17: here they explain that descriptive wording is important for searching. example would be rewording a search after your initial search is not succesful.

4. 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. not right now, thanks!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment