ETE 2014

Philly ETE #29 – Data in Motion: Latency and Throughput – David Richardson & John Granieri

From the abstract: All distributed systems are constrained by their ability to move data between components. We will talk about the engineering discipline required to achieve low latency and high throughput. Examples will be given from low latency C++ and high throughput python components used in SIG’s trading and data analysis stack. SIG is a … Read More

Philly ETE #28 – Coaching Teams Along the Path to Agile Fluency – Diana Larsen

From the abstract: Going “Agile” can confer a number of benefits to teams and organizations, but all too often those promised benefits aren’t fully delivered and everyone wonders why. As organizational leaders/mentors and Agile coaches, we find ourselves confronted when the promise of Agile doesn’t match the reality. How do we avoid the traps of … Read More

Philly ETE #27 – Call Me Maybe: Distributed Databases and Linearizability – Kyle Kingsbury

From the Abstract: We rely on distributed databases and queues to store and process data reliably, but many fall short of their marketing promises. I’ve spent the last year building tools to stress and analyze popular databases during network partitions, uncovering everything from undocumented behavior to catastrophic data loss. In this installment of the Jepsen … Read More

Philly ETE # 26 – Building the “Front Half” of Your App – Ben Alman

From the abstract: As web applications have become more complex, we’ve addressed performance, usability and scaling concerns by promoting JavaScript from second-class citizen (image rollovers, form validation) to first-class citizen (business logic, app routing, Ajax, templating). However, in doing so, most of us haven’t optimized our process to treat JavaScript and its front-end siblings, CSS … Read More

Philly ETE #25 – Automating Your Way Out of the Dark Ages: Our Experience with (And Without) PhoneGap Build – Burin Asavesna

From the abstract: This is a talk sharing TripCase’s (phonegap.com/app/tripcase/) experience with (and without) PhoneGap Build. We’ll walk through our journey and discuss how it shaped expectations on how quickly we should be getting our code in the hands of fellow testers and stakeholders.

Philly ETE #24 – A Look at Polyglot Data and Event Sourcing – Greg Young

From the abstract: We are forced to solve many problems with respect to handling data. Many concepts work in our current models, many do not. Picking the wrong model can lead to massive amounts of accidental complexity. “Polyglot data” should not be confused with “polyglot persistence.” The former refers to using multiple data representations in … Read More

Philly ETE 2014 #22 – ZooKeeper for the Skeptical Architect – Camille Fournier

From the abstract: ZooKeeper is everywhere these days. It’s a core component of the Hadoop ecosystem. Your favorite startup probably uses it internally. But as every good skeptic knows, just because something is popular doesn’t mean you should use it. In this talk I will go over the core uses of ZooKeeper in the wild … Read More

Philly ETE 2014 #21 – Understanding Latency: Pitfalls, Lessons & Tools – Gil Tene

From the abstract: Understanding application responsiveness and latency is critical not only for delivering good application behavior but also for maintaining profitability and containing risk. However, good characterization of bad data is useless. If measurements of response time present false or misleading latency information, even the best analysis can lead to wrong operational decisions and … Read More

Philly ETE 2014 #19 – Testing Mobile with Appium – Fil Maj

From the abstract: Are you testing your mobile apps? Why not? Appium (appium.io) allows for UI testing in browsers, hybrid and native apps. Appium is open source, built on top of WebDriver for test compatibility and supports iOS, Android, and FirefoxOS. Fil shows how you can use Appium to test your apps across a variety … Read More