Skip to content

Instantly share code, notes, and snippets.

@jcarouth
Created January 23, 2014 16:35
Show Gist options
  • Save jcarouth/8581875 to your computer and use it in GitHub Desktop.
Save jcarouth/8581875 to your computer and use it in GitHub Desktop.

Git and Github: Working Effectively on a Team

Abstract

Git is great. Project hosting on Github is even better. But how does git fit into your team workflow? In this talk we will cover how to effectively use git as your source control management system from an individual developer's perspective and then from a team perspective.

You will learn how to efficiently use git during feature implementation and experimentation including stashing, committing, rebasing, and code sharing techniques; how you can leverage Github to spur conversations about code and implementation; and a workflow incorporating code review using Github's pull requests.

Notes

None


JavaScript's Difficult Concepts

Abstract

When approaching JavaScript as a PHP developer some of the nuances of the language take a while to become comfortable. If you've ever wondered how context and the this keyword work, when to declare a variable, how to create objects and use prototypes in JavaScript, you are not alone. These concepts seems crazy at first, but with some examples you can grasp and use them in your code today. This session will cover the finer points of JavaScript the language from the perspective of someone who is proficient with PHP or another language.

Notes

Feedback from ZendCon 2013: https://joind.in/talk/view/9339

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment