-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from kathrynreagan/master
This resolves issue #4
- Loading branch information
Showing
3 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Pair Programming PAIRadigms | ||
|
||
## Tutorial Contents | ||
- [Slides](https://docs.google.com/presentation/d/1xNQ3-SHbWA_oqDp-Cvdbh6VOjh4P1OccNeP_Ee52d7Q/edit?usp=sharing) | ||
- [Google Hangouts Link](https://hangouts.google.com/call/mxoxbpxtore4nkiwhw3jzzcr34e) -- watch during the talk | ||
- Link to recording: coming soon | ||
|
||
## Additional Resources | ||
- [Screenhero](https://screenhero.com/) -- email [email protected] for an invite | ||
- [10 Ways to Improve Your Pairing Experience](https://www.thoughtworks.com/insights/blog/10-ways-improve-your-pairing-experience) | ||
- [Code Roulette](https://www.coderoulette.com/) | ||
- [Pair Hero](http://www.happyprog.com/pairhero/) | ||
|
||
## Want to pair? | ||
I'd love to! Reach out to me: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,9 @@ Missed an LSH tutorial? Check out the source code & slides here. | |
| :-------------------: | :-----------: | :------------------: | :---: | :----------------------: | | ||
| [Learn AngularJS](https://github.com/Ladies-Storm-Hackathons/Tutorials/tree/master/learn-angularjs) | [Online, Aug 16th @ 5pm EST](https://www.facebook.com/events/1748805382027851) | [email protected] | Beginner | HTML/CSS and some Javascript would be a bonus | | ||
| [Intro to APIs & Build Your Own Twitter Bot](https://github.com/Ladies-Storm-Hackathons/Tutorials/tree/master/Intro-To-APIs-Twitter) | [Online, Sept 3rd @ 7pm CDT](https://www.facebook.com/events/293728037657127/) | [email protected] | Beginner | Python knowledge is a bonus | | ||
| [How To Prep for the Job Hunt](https://www.facebook.com/events/1732511737001747/) | [Online, Sept 20th @ 4PM EDT](https://www.facebook.com/events/1732511737001747/) | [email protected] | All | Anyone looking for their first internship or a full time job | | ||
|
||
### Upcoming Tutorials | ||
| Tutorial Title | Location/Time | Speaker Contact Info | Level | Previous Skills Required | | ||
| :-------------------: | :-----------: | :------------------: | :---: | :----------------------: | | ||
| [How To Prep for the Job Hunt](https://www.facebook.com/events/1732511737001747/) | [Online, Sept 20th @ 4PM EDT](https://www.facebook.com/events/1732511737001747/) | [email protected] | All | Anyone looking for their first internship or a full time job | | ||
|[Pair Programming PAIRadigms](https://github.com/Ladies-Storm-Hackathons/Tutorials/tree/master/PairProgrammingPAIRadigms)| [Online, October 6 @ 7pm CDT](https://hangouts.google.com/call/mxoxbpxtore4nkiwhw3jzzcr34e) | [email protected] | Beginner | Know how to write some code (: | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,6 +105,21 @@ | |
}, | ||
"level": "Beginner", | ||
"previousSkillRequired": "Python background recommended, but not necessary" | ||
},{ | ||
"topic": "Pair Programming PAIRadigms", | ||
"urlFiles": "https://github.com/Ladies-Storm-Hackathons/Tutorials/tree/master/PairProgrammingPAIRadigms", | ||
"location": "Online", | ||
"date": "October 6, 2016", | ||
"time": "7 pm CST", | ||
"howToAttendURL": "https://hangouts.google.com/call/mxoxbpxtore4nkiwhw3jzzcr34e", | ||
"speakersContactInfo": { | ||
"name": "Kathryn Reagan", | ||
"email": "[email protected]", | ||
"twitter": "https://twitter.com/nyrhtakk", | ||
"linkedin": "Public Profilehttps://www.linkedin.com/in/kathrynreagan" | ||
}, | ||
"level": "Beginner", | ||
"previousSkillRequired": "Know how to write some code!" | ||
} | ||
] | ||
} |