You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inspiration for these technical challenges we will tackle:
163
155
-[ ][The Evolution of Search (video)](https://www.youtube.com/watch?v=mTBShTwCnD4)
164
156
-[ ][How Search Works - Matt Cutts (video)](https://www.youtube.com/watch?v=BNHR6IQJGZs)
165
157
-[ ][How Google makes improvements to its search algorithm (video)](https://www.youtube.com/watch?v=J5RZOU6vK4Q)
@@ -212,7 +204,6 @@ Talk points:
212
204
213
205
### Talk while you think, and code, explain everything that might be ambiguous
214
206
215
-
216
207
### If running out of time and need shortcuts, explain how you would not do the shortcut in a real scenario
217
208
218
209
### The interviewer is there because they want to hire someone, they are your friend not your enemy
@@ -301,7 +292,6 @@ whether he expects you to use the standard library or implement it yourself. Whe
301
292
### Starting with basics
302
293
303
294
-### Emacs and vi(m)
304
-
- suggested by Yegge, from an old Amazon recruiting post: Familiarize yourself with a unix-based code editor
305
295
- vi(m):
306
296
- [Editing With vim 01 - Installation, Setup, and The Modes (video)](https://www.youtube.com/watch?v=5givLEMcINQ&index=1&list=PL13bz4SHGmRxlZVmWQ9DvXo1fEg4UdGkr)
307
297
- [VIM Adventures](http://vim-adventures.com/)
@@ -321,24 +311,6 @@ whether he expects you to use the standard library or implement it yourself. Whe
321
311
-[Writing C Programs With Emacs](http://www.cs.yale.edu/homes/aspnes/classes/223/notes.html#Writing_C_programs_with_Emacs)
322
312
-[(maybe) Org Mode In Depth: Managing Structure (video)](https://www.youtube.com/watch?v=nsGYet02bEk)
323
313
324
-
-### Unix command line tools
325
-
- suggested by Yegge, from an old Amazon recruiting post. I filled in the list below from good tools.
0 commit comments