From d28a10a4996d1338829b3e0ed7a299916ee71ced Mon Sep 17 00:00:00 2001 From: Ben Orenstein Date: Mon, 19 Nov 2018 14:02:17 -0500 Subject: [PATCH] wip --- _includes/nav.html | 3 +++ _pages/external-resources.md | 4 +-- _pages/pair-programming-interview-tips.md | 32 +++++++++++++++++++++++ index.md | 1 + 4 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 _pages/pair-programming-interview-tips.md diff --git a/_includes/nav.html b/_includes/nav.html index 008d3ab..51d84e9 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -39,6 +39,9 @@
  • Great External Resources
  • + +
  • Pair Programming Interview Tips
  • Videos

    diff --git a/_pages/external-resources.md b/_pages/external-resources.md index 90fafa3..5d0d0da 100644 --- a/_pages/external-resources.md +++ b/_pages/external-resources.md @@ -100,6 +100,6 @@ Yours truly, on the Full Stack Radio podcast. include navigation-buttons.html previous-title="Scientific Research" previous-url="/pair-programming-guide/scientific-research-into-pair-programming" -next-title="Pairing on Elixir, Phoenix, Elm" -next-url="/pair-programming-guide/elixir-phoenix-elm" +next-title="Pairing Interview Tips" +next-url="/pair-programming-guide/interview-tips" %} diff --git a/_pages/pair-programming-interview-tips.md b/_pages/pair-programming-interview-tips.md new file mode 100644 index 0000000..93d85ee --- /dev/null +++ b/_pages/pair-programming-interview-tips.md @@ -0,0 +1,32 @@ +--- +layout: default +title: Pair Programming Interview Tips +permalink: /interview-tips +meta: Advice you haven't already heard a million times +--- + +{% include article-top.html %} + +- Bring your own keyboard (ITA story) +- Find out what editor folks use +- Bring a notebook + - short term memory is crap when nervous + - write down oddities about your pair's env +- Dealing with going blank +- Overcommunicate + - Ask questions + - Think out loud +- Steal Code Newbie reframing +- Suggest things +- Propranalol + + + + +{% +include navigation-buttons.html +previous-title="Great External Resources" +previous-url="/pair-programming-guide/links" +next-title="Pairing on Phoenix & Elm" +next-url="/pair-programming-guide/elixir-phoenix-elm" +%} diff --git a/index.md b/index.md index 88d224e..1e7e604 100644 --- a/index.md +++ b/index.md @@ -23,6 +23,7 @@ title: Tuple's Pair Programming Guide - [How To Pair With A Junior Dev](/pair-programming-guide/how-to-pair-with-a-junior-developer) - [Scientific Research Into Pairing](/pair-programming-guide/scientific-research-into-pair-programming) - [Great External Resources](/pair-programming-guide/links) +- [Pair Programming Interview Tipts](/pair-programming-guide/interview-tips) ### Videos