Browse Source

Added a "What you won't see covered" section.

John Washam 8 years ago
parent
commit
c969f95591
1 changed files with 14 additions and 0 deletions
  1. 14 0
      README.md

+ 14 - 0
README.md

@@ -27,6 +27,7 @@ sometimes word-for-word in Google's coaching notes.
 - [Interview Process & General Interview Prep](#interview-process--general-interview-prep)
 - [Interview Process & General Interview Prep](#interview-process--general-interview-prep)
 - [Pick One Language for the Interview](#pick-one-language-for-the-interview)
 - [Pick One Language for the Interview](#pick-one-language-for-the-interview)
 - [Before you Get Started](#before-you-get-started)
 - [Before you Get Started](#before-you-get-started)
+- [What you Won't See Covered](#what-you-wont-see-covered)
 - [Prerequisite Knowledge](#prerequisite-knowledge)
 - [Prerequisite Knowledge](#prerequisite-knowledge)
 - [The Daily Plan](#the-daily-plan)
 - [The Daily Plan](#the-daily-plan)
 - [Algorithmic complexity / Big-O / Asymptotic analysis](#algorithmic-complexity--big-o--asymptotic-analysis)
 - [Algorithmic complexity / Big-O / Asymptotic analysis](#algorithmic-complexity--big-o--asymptotic-analysis)
@@ -273,6 +274,19 @@ I keep a set of cheatsheets on ASCII, OSI stack, Big-O notations, and more. I st
 
 
 Take a break from programming problems for a half hour and go through your flashcards.
 Take a break from programming problems for a half hour and go through your flashcards.
 
 
+### 4. Focus
+
+There are a lot of distractions that can take up valuable time. Focus and concentration is hard.
+
+## What you won't see covered
+
+This big list all started as a personal to-do list made from Google interview coaching notes. These are prevalent 
+technologies but were not mentioned in those notes:
+
+- SQL
+- Javascript
+- HTML, CSS, and other front-end technologies
+
 ## The Daily Plan
 ## The Daily Plan
 
 
 Some subjects take one day, and some will take multiple days. Some are just learning with nothing to implement.
 Some subjects take one day, and some will take multiple days. Some are just learning with nothing to implement.