Scaling Source Control at Facebook
This video explains how Facebook scaled their source technology to keep up with their growing team of highly productive engineers. Facebook’s current solution beats git by 5x – 50x for common operations.
This video explains how Facebook scaled their source technology to keep up with their growing team of highly productive engineers. Facebook’s current solution beats git by 5x – 50x for common operations.
This presentation explains the advantages of using Behavior Driven Development (BDD) for creating automated tests to improve the development of Titanium and Alloy applications. He also discussed his TiCucumber library which enables the seamless use of Cucumber with Alloy.
Building an ios-driver for native apps. This talk will explain how to automate native ios applications using a driver inspired by the webdriver protocol.It will demonstrate how to handle the testing of localized apps. It will also cover how to leverage an existing selenium grid architecture to allow scaling and …
How much do our natural and habitual patterns of linear thinking unintentionally limit our improvements? Agile approaches have helped us be more responsive to change. But many Agile implementations are still stuck in very linear plan-design-implement-test cycles. How does it impact software quality? Can we go far farther in rearranging …
Josh Michaels is an independent software developer who makes apps iOS eco-system. In this interview, he discusses mobile development, testing aggressively and keeping users happy.
JCov is a open source test framework written in Ruby. This agnostic, lightweight, headless test runner can report code coverage for your JavaScrip programs.