TOPIC: Mobile, Video and Web

Mobile @Scale Boston 2017

OCTOBER 10, 2017 @ 8:30 AM PDT - 6:00 PM PDT
Mobile @Scale is an invitation-only technical conference for engineers building mobile software and services that serve millions or even billions of people.
RSVPS CLOSED
AGENDA SPEAKERS

ABOUT EVENT

Mobile @Scale is an invitation-only technical conference for engineers building mobile software and services that serve millions or even billions of people. Engineering at this scale presents a set of complex, and often unprecedented challenges.

The @Scale community is focused on bringing people together to openly discuss these challenges and collaborate on the development of new solutions.

Join experts from Facebook, Google, Hopper, Instagram, Raizlabs,  Runkeeper, TripAdvisor, Vesper, Wayfair and WhatsApp to openly discuss these challenges and collaborate on the development of new solutions.

EVENT AGENDA

Event times below are displayed in PT.

October 10

08:30 AM - 10:00 AM
Registration and Breakfast
10:00 AM - 10:10 AM
Welcome Remarks
10:10 AM - 10:40 AM
The future of multi-modal interfaces

Rich co-founded Android and is a serial entrepreneur and serial VC with over 30 years of experience growing businesses on the leading edge of communications and user experience. Rich has been at Google since they acquired Android almost 12 years ago. His initial focus at Google was helping to build, launch and drive adoption for Android. Rich then was a founding partner at Google Ventures growing GV into a world class venture fund. Prior to Android, Rich started Wildfire Communications, the first voice based personal assistant and precursor to products like Siri, Amazon Echo and Google Home. Wildfire was acquired by Orange, the European mobile phone company where as a VP, Rich built and launched a number of innovative products and services, including early smart phones. Most recently Rich has been back at Google in start-up mode with a few passion projects. He received his Ph.D. in computer science from the University of Massachusetts at Lowell.

Speaker Rich Miner,Google
10:40 AM - 11:00 AM
Evolution of WhatsApp within Facebook's data centers

This talk will give a sneak peak of how WhatsApp is collaborating with Facebook's engineers to leverage Facebook's infrastructure to serve its users. I'll talk about how WhatsApp media service continues to maintain privacy and high service reliability while migrating to Facebook's data centers and is on a path to becoming even more performant by intelligently serving data from Edge POPs and offnet caches (ISP level) from around the world.

Speaker Silky Arora,WhatsApp
11:00 AM - 11:20 AM
Building world-class products

Every company wants to build a product that's great. But how do you do it? This session will cover what it takes to build world class products from design, development, and product management standpoints. We'll discuss how to push beyond features to support people and their habits, as well as how great products shape business models.

Speaker Greg Raiz,Raizlabs
11:20 AM - 11:50 AM
Multi-threaded rendering on Android (with Litho & Infer)

The Facebook UI Foundation team develops UI rendering infrastructure for common surfaces in the Facebook app. We recently migrated the Facebook Android News Feed codebase to background rendering in a scalable, safe, and performant manner. This talk will introduce how our teams completed this migration utilizing two open source libraries – Litho, a declarative UI Framework, and Infer, an analyzer which automatically finds concurrency bugs (and other bugs too!). We'll share some of the issues we ran into, performance results, and how you too can use these libraries in your own app.

Speaker Benjamin Jaeger,Facebook
11:50 PM - 12:10 PM
Modern server-side rendering with React

Following the emergence of modern JS libraries in the early 2010s, server-side rendering was pushed back from being a primary concern in many web applications to no longer existing as a product requirement. In this talk, I’ll explore the decisions that pushed server-side rendering to the backburner, and the reasons that many development teams are revisiting this capability. Today teams can add in server-side rendering to their web applications for little additional cost, while gaining a huge amount of flexibility in how they speed up and simplify their applications. I’ll walk through some learnings my 300-person team has faced in converting a complex web application with millions of lines each of PHP and JavaScript to using server-side-rendered React. Attendees will also walk away with exposure to some of the wonderful modern tools now available to enable these capabilities.

Speaker Arthur Thompson,Wayfair
12:10 PM - 01:10 PM
Lunch
01:10 PM - 01:40 PM
Fabric: Real-time analytics for billions

How fast do you know when there's a problem in your latest version of your app? At Fabric, we built real-time analytics that supports billions of devices. In this talk, I'll detail how we scale analytics for many apps on nearly every device on the planet to make it easy for any developer to assess the health of their mobile application. First, I'll talk about our mobile SDK and techniques we use to ensure your mobile applications avoid DDOSing the internet. Second, I'll talk about how our real-time processing pipeline aggregates data from billions of devices in real-time without impacting accuracy. This talk will discuss our experiences with a lambda-architecture and our use of probabilistic data structures.

Speaker Jake Ouellette,Google
01:40 PM - 02:10 PM
Runkeeper: Scaling to get the whole world running

Runkeeper has a community of 60 million runners all around the world. Joe and Steve will take you through the journey of scaling the Runkeeper mobile app and back-end platform. Highlighting the key lessons learned along the way and some of the techniques and technology used to develop and deliver Runkeeper's services and features in a fast-moving and highly competitive industry.

Speaker Joe Bondi,Runkeeper
Speaker Steve Huff,Runkeeper
02:10 PM - 02:30 PM
Efficient and healthy background data prefetching

The ability to prefetch data while your app is on background is a step taken towards decoupling the usability of your app from network availability. Moreover, it can minimize cellular data usage and significantly increase perceived speed. This talk walks through the main technical and performance challenges of the implementation. How do you schedule data prefetching on background? What framework is the most appropriate to execute this type of work? What should you be prefetching and when? Find out here.

Speaker Lola Priego,Instagram
02:30 PM - 02:50 PM
Android development at Facebook

How fast does a new feature go from inception to check-in to a user's device? How about with dozens of teams committing to a single repository at the same time? At Facebook, we are constantly working on reducing that time @ scale. This talk will cover the development process of Android engineers at Facebook and share some of the tools and infrastructure we have in place to ship fast and ship often.

Speaker Jean Froundjian,Facebook
02:50 PM - 03:10 PM
Enabling zero power voice activation

How Piezoelectric material enabled zero power voice recognition and scaling these microphones to huge volumes (100s of Millions).

Speaker Craig Core,Vesper
03:10 PM - 03:30 PM
Break
03:30 PM - 03:50 PM
Scaling Recommendations

Recommendations is a new product at Facebook that empowers people to ask their friends and groups for things to do, places to eat, professional services and more. As we built new features, we encountered several interesting scaling problems. In this talk we'll share more about the technology challenges that emerged and our approach to solving these challenges.

Speaker Mike Kelley,Facebook
Speaker Rebecca Chu,Facebook
03:50 PM - 04:20 PM
High-performance app development: Common bottlenecks and how TripAdvisor measured its way to a faster app

For modern mobile apps, speed wins. A smooth user interface, resilience to spotty network connections, and quick startup time are mandatory to keep users engaged. Come hear how TripAdvisor instrumented its app to find bottlenecks, re-architected it with performance in mind, and proactively keeps performance from regressing.

Speaker Jay Ayres,TripAdvisor
Speaker Nate Mackey,TripAdvisor
04:20 PM - 04:50 PM
Battery instrumentation at Facebook

As mobile apps grow in size and technical complexity, the effort of managing the level of strain on mobile phone resources becomes an even greater engineering challenge – particularly given the limited level of os-level access apps have on mobile phones. In this presentation we'll share insights into our process for reducing battery consumption by the Facebook family of applications on both Android and iOS including: the main causes of battery drain (everything from radio wake-ups to invisible animations), instrumenting and modeling battery drain (without relying on the OS reported battery level), and general best practices for reducing battery consumption by an app.

Speaker Kunal Bhalla,Facebook
Speaker Abhishek Choudhary,Facebook
Speaker Brennan Vincent,Facebook
04:50 PM - 05:10 PM
Travel at rabbit scale

Air travel, mass tourism and modern computing share a common history, from the mainframes of the 1960s to the launch of the Web in the mid-1990s. But the business of travel has only begun to adapt to a new era of big data and small devices. In this session, we’ll talk about how Hopper has developed an app to empower consumers with mobile technology and big data analytics in an industry whose systems came of age more than 50 years ago.

Speaker Joost Ouwerkerk,Hopper
05:10 PM - 05:15 PM
Closing Remarks
05:15 PM - 06:00 PM
Happy Hour

SPEAKERS AND MODERATORS

Rich Miner

Google

Silky Arora

WhatsApp

Greg Raiz

Raizlabs

Benjamin Jaeger

Facebook

Arthur Thompson

Wayfair

Jake Ouellette

Google

Joe Bondi

Runkeeper

Steve Huff

Runkeeper

Lola Priego

Instagram

Jean Froundjian

Facebook

Craig Core

Vesper

Mike Kelley

Facebook

Rebecca Chu

Facebook

Jay Ayres

TripAdvisor

Nate Mackey

TripAdvisor

Kunal Bhalla is a software engineer working on improving the developer experience for ML... read more

Kunal Bhalla

Facebook

Abhishek Choudhary

Facebook

Brennan Vincent

Facebook

Joost Ouwerkerk

Hopper
UPCOMING EVENT   May 22, 2024 Data @Scale

Data @Scale 2024

Data @Scale is a technical conference for engineers who are interested in building, operating, and using data systems at scale. Companies across the industry use data and underlying infrastructure to build products with user empathy,...
UPCOMING EVENT   June 12, 2024 Systems @Scale

Systems @Scale 2024

Systems @Scale 2024 is a technical conference intended for engineers that build and manage large-scale distributed systems serving millions or billions of users. The development and operation of such systems often introduces complex, unprecedented engineering...
UPCOMING EVENT   07/31/2024 AI @Scale

AI Infra @Scale 2024

Meta's Engineering and Infrastructure teams are excited to host AI Infra @Scale, a one-day virtual event featuring a range of speakers from Meta who will unveil the latest AI infrastructure investments and innovations powering Meta's...
UPCOMING EVENT   August 7, 2024 Product @Scale

Product @Scale 2024

Product @Scale conferences are designed for technologists who work on solving complex product problems at scale. This year focuses on discussions that explore the creator ecosystem, and how AI will play a role in scaling...
UPCOMING EVENT   September 4-5, 2024 (2 day event) Networking @Scale

Networking @Scale 2024

Networking @Scale is a technical conference for engineers that build and manage large-scale networks. Meta’s Networking Infrastructure team is excited to host Networking @Scale, a two-day virtual event featuring a range of speakers from Meta...
UPCOMING EVENT   September 25, 2024 Reliability @Scale

Reliability @Scale 2024

Reliability @Scale is a technical conference for engineers who are passionate about building and understanding highly resilient and reliable systems and products at massive scale. Whether it’s novel design decisions, or outages that impact billions...
UPCOMING EVENT   October 23, 2024 Mobile @Scale

Mobile @Scale 2024

Mobile @Scale is a technical conference designed for the engineers, product managers, and engineering leaders building mobile experiences at significant scale (millions to billions of daily users). Mobile @Scale provides a rare opportunity to gather...
UPCOMING EVENT   November 20, 2024 Video @Scale

Video @Scale 2024

Video @Scale 2024 is a technical conference designed for engineers that develop or manage large-scale video systems serving millions of people. The development of large-scale video systems includes complex, unprecedented engineering challenges. The @Scale community...
PAST EVENT   March 20, 2024 @ 9am PT - 3pm PT RTC @Scale

RTC @Scale 2024

RTC @Scale is for engineers who develop and manage large-scale real-time communication (RTC) systems serving millions of people. The operations of large-scale RTC systems have always involved complex engineering challenges which continue to attract attention...

To help personalize content, tailor and measure ads, and provide a safer experience, we use cookies. By clicking or navigating the site, you agree to allow our collection of information on and off Facebook through cookies. Learn more, including about available controls: Cookies Policy