Skip to content

Instantly share code, notes, and snippets.

@Tristan-Holtz
Forked from damwhit/mod_0_session_1_readings.md
Last active August 15, 2019 21:11
Show Gist options
  • Save Tristan-Holtz/69ff4441eda3708c9c0be186091a131b to your computer and use it in GitHub Desktop.
Save Tristan-Holtz/69ff4441eda3708c9c0be186091a131b 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 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):
  • The stress that she places on practice and diligence being what ultimatley leads to a deeper understanding of your subject matter and allows you to be truely fluent.
  • I immediately related her story to my own in her pursuit to learn a new language. While learning spanish I would write the different conjugations of the vocabulry I was learning over and over again, until they were second nature.
  • The way she presents learning to code, and other languages in general, is that it is a grind. The material is best absorbed by constant exposure and creating muscle memory.
  • Your key take-aways OR how you're going to implement specific points (minimum 3):
  • I will absolutley be using "quotes" to establish key words in my future searches.
  • Knowing how to sift out page resluts with words or phrases using a hyphen is very useful.
  • Running page searches for my desired results is another habit I'll be forming.
  • Your key take-aways OR how you're going to implement specific points (minimum 2): -Its useful to know that Google plays a vital role in solving problems and can be utilized throughout my career as a developer.
  • I won't hesitate to use Google to get answers to questions I have, and in doing so should constantly be improving my search skills.
  • 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: Using "quotes" to see only results that contain the search term in the quotes. For example, if I wanted to buy a movie in 4K, I could type "4K" to make sure the search results only include 4K options.
  • Tip 3: Using a hyphen to eliminate undesired search results. To continue working with the context of the example above, if I wanted to make sure that I am only seeing 4K results and no DVD options I could search: Endgame "4K" -DVD.
  • Tip 4: Using a colon to search specific sites for results. For example, if I needed help but only wanted to see resluts from css-tricks, I could type: Need help with blank site:css-tricks.com
  • Tip 9: Searching multiple words at once using "or". For example, if I wanted to know how to build a bird house I could search: how to make house for birds or birdhouse construction.
  • Tip 13: Using words that websites would use. Staying with the bird house example, it might be better to use words like bird house construction guide, or DIY bird house.
  • Tip 14: Limitting searches to just the important words. If I want to know what time the store opens, I wouldn't search "what time does the store open", I would just search "store hours".
  • Tip 17: Using descriptive words in searches. Back to the movie example, I might include the word price or sale to make sure I actually get results that are purchasing options.

5. 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. Thanks for the Google tips!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment