Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new blog post about Gatsby's pair programming #7253

Merged
merged 7 commits into from
Aug 15, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions docs/blog/2018-08-11-gatsby-pair-programming/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: My experience doing pair programming with the Gatsby team and why you should do it
date: "2018-08-11"
image: images/screenshot.jpg
author: Horacio Herrera
tags: ["collaboration","gatsby","community"]
---

I love pair programming. This is one of the practices we do in our trainings at [ReactJS Academy](https://reactjs.academy?utm_source=social&utm_medium=medium&utm_campaign=horacio-gatsby-post&utm_term=reactjs-academy), and we do it regularly at [LeanJS](https://leanjs.com?utm_source=social&utm_medium=medium&utm_campaign=horacio-gatsby-post&utm_term=leanjs).

A couple of weeks ago, we were planning to rebuild our websites using Gatsby, and then I saw this:

<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">This was a ton of fun! Anyone else want to pair up? <a href="https://twitter.com/kylemathews?ref_src=twsrc%5Etfw">@kylemathews</a>, <a href="https://twitter.com/kurtiskemple?ref_src=twsrc%5Etfw">@kurtiskemple</a>, <a href="https://twitter.com/mdashallanson?ref_src=twsrc%5Etfw">@mdashallanson</a>, <a href="https://twitter.com/mipiechowiak?ref_src=twsrc%5Etfw">@mipiechowiak</a>, and I are all opening up a few one-hour slots for screen sharing/pair programming on your <a href="https://twitter.com/gatsbyjs?ref_src=twsrc%5Etfw">@gatsbyjs</a> projects — DM to grab your slot! 💪💜 <a href="https://t.co/O3lKUQ79c4">https://t.co/O3lKUQ79c4</a></p>&mdash; Jason Lengstorf (@jlengstorf) <a href="https://twitter.com/jlengstorf/status/1016721019376025600?ref_src=twsrc%5Etfw">July 10, 2018</a></blockquote>

I didn’t have to think about that twice--I booked it! It was funny because the week before this tweet I was talking to [Alex](https://twitter.com/alex_lobera) and [Richard](https://twitter.com/ric9176) about a similar idea I had with ReactJS Academy. We want to do something similar to pair programming with developers who want to learn React (if you are interested please send me a DM!).

My experience with Gatsby prior to this pair programming session was low, and my concern as a designer was how to create animations and page transitions with it. I thought maybe it was different from what I did in the past, and that’s why I wanted to ask. It turns out that after we talked a little bit about it, and Jason not only answered my questions, but also helped me make my first contribution to Gatsby! 🎉

Here are my thoughts and experience with this. I hope this help you to do it and start contributing to projects as amazing as this one!

### How did you feel before, during, and after pair programming?

Before, I was a little worried, to be honest. :) Now, I feel more confident contributing to the project. Actually, I just made my second contribution to it today!

Also, usually when I’ve done pair programming, one person “drives” (types and programs) and the other one helps and makes sure there’s no typos or errors. In this pair programming, we both drove during the whole session and we were both really involved in it. I enjoyed this and enjoyed how we improvised throughout the process.

### What was the most surprising thing about pair programming?

The most surprising thing to me was Jason’s willingness to spend time with a complete stranger to help me with my questions. I’m grateful that he spent this time with me. Thanks man!

Jason patiently explained the parts I didn’t understand about Gatsby and he also walked me through the project perfectly.

### On a scale of 1–10, how likely are you to recommend it to a friend? (1–10 scale)

10! No doubt. And higher than 10 if you have never done pair programming. Just take a simple task and go! It’s not about the code you will write, but the experience of developing with an expert. It’s just amazing. :)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please add a link to the pair programming doc and a call to action so people know how to get a spot?

Something like:

If you want to sign up for your session, check out the [open community pair programming sessions docs and signup instructions](/docs/pair-programming/).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Again, thanks Jason Lengstorf for the time! and thanks Gatsby for this amazing project!! 🎉

> If you want to sign up for your session, check out the [open community pair programming sessions docs and signup instructions](/docs/pair-programming/).