Skip to content

Instantly share code, notes, and snippets.

@collinkallery
Forked from damwhit/mod_0_session_1_readings.md
Last active August 15, 2019 23:21
Show Gist options
  • Save collinkallery/2b6984487f45209d3e971d6323309678 to your computer and use it in GitHub Desktop.
Save collinkallery/2b6984487f45209d3e971d6323309678 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):
  • One of the best ways to learn about software is to jump all the way in and immerse yourself, like we are doing at Turing.
  • In a lot of ways, learning software engineering is extremely similar to learning a new language.
  • Repition is highly necessary for learning something new, espeically when it comes to languages.
  • Your key take-aways OR how you're going to implement specific points (minimum 3):
  • Because this field is constantly changing, it's SO important to stay up to date with the newest changes or implementations - when google searching, we need to make sure that there aren't any recent updates or changes to whatever we are researching.
  • If I am looking for a very specific phrase within my research, I will make sure to use quotation marks around that phrase to make sure it appears in my google searches.
  • Using screenshots of whatever issue I'm dealing with and trying to find those within the google images search can often be a good way to find a solution.
  • Your key take-aways OR how you're going to implement specific points (minimum 2):
  • I think a really important take-away here is to point out that there should be no shame in asking questions within the software world - whether that is through google or in person with coworkers or teammates at Turing - it is very important to seek help when needed.
  • The software community goes to google to help others and solve their own problems, so it is easily the best resource for continued learning of each and every software developer out there.
  • 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 when searching for something into google so that google knows to include what is within those quotes in every result. Ex: If I am looking to figure out how to change the size of a certain font, I may put that font in quotes.
  • Tip 3: I can use the hyphen symbol to exclude a certain word or idea from my google searches. Ex: If I am researching different colors I can use when creating a website, but don't want to include anything red, I can simply insert -red into my google search.
  • Tip 4: If I want to google search something but make sure all of the results are only from one website, I can use a colon in the search. Ex: I want to google search about software bootcamps, but only want results from Turing. I would insert site:turing.io
  • Tip 9: If I want to search multiple different ideas or phrases at once, I can use "OR". Ex: If I want results for ruby and java script, I would google search, ruby OR java script.
  • Tip 13: Websites tend to use a more generic and professional form of "speaking" so when google searching, one should search in the same format. Rather than "I suck at coding", you would google search "Local tutors for software development."
  • Tip 14: This tip says to take out extraneous, useless words - it doesn't help your google search to be excessively verbose. Ex: rather than searching "I am having issues understanding how to change the size of a font with java script", you should search "Change font size java script."
  • Tip 17: This tip says to change up the way you are searching / using words if you aren't coming up with the results you need. Ex: rather than searching "food near me", it may be better to search "chinese delivery in Denver, CO."

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:

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