InfoQ Homepage Social Networking Content on InfoQ
-
Facebook Wants to Replace Apps with Bots
Facebook has opened up the Messenger Platform to be integrated with chatbots performing various tasks.
-
How Facebook Designed its Android App for Emerging Markets
In order to fulfill its vision of connecting the Earth, Facebook has designed its Facebook Lite app for Android to make it optimized for use in emerging markets, Facebook engineer Gautam Roy explained.
-
Funnel Analysis at Twitter for Improving User Engagement
Funnel analysis is used to analyze a sequence of events to help with user engagement on a website or a mobile application. Data Science team at Twitter uses this concept to learn how users interact with user interfaces during sign up or tweeting for improving user engagement with Twitter.
-
Facebook Turns React.js Version Up to 15
Seeking to inspire more confidence in the stability of the React.js JavaScript library, Facebook has bumped the version number from 0.14 to 15.0.
-
Facebook Open Sourcing AI Hardware Design
Facebook recently announced open sourcing hardware design for its custom designed Open Rack compatible hardware. Attributing advances in Machine Learning and Artificial Intelligence to richer data sets and more powerful GPU-based systems, Facebook is unveiling its next generation systems code-named “Big Sur”, after the synonymous location in California.
-
How Facebook Improved their iOS App Start Time
Facebook engineer Natansh Verma explained how they managed to reduce the launch time of the Facebook app for iOS and shave a few seconds off by streamlining their dependencies and using UDP priming.
-
Facebook's and Twitter's SDKs for Apple tvOS Enable Onboarding and Analytics
Facebook and Twitter have released SDKs for Apple tvOS to provide support for onboarding, user verification, and analytics.
-
Erik Meijer’s Hacker’s Way
At GoTo 2015, Erik Meijer, computer scientist whose name is linked to functional programming and reactive asynchronous programming, recounted the last couple of years in his life, including his cancer diagnosis and how it changed his way of looking at life, and shared his view on the Hacker’s Way.
-
DistributedLog at Twitter for High Performance Logging
Twitter is using replicated logs for high performance data collection and analysis of its systems. DistributedLog is the system developed at Twitter for this purpose. Twitter has developed a distributed key-value database, Manhattan. Manhattan can trade consistency for latency in reads following the eventually consistent data model. We examine Twitter's design and tradeoffs for DistributedLog.
-
Twitter Diffy Spots Bugs in Services by Comparing the Responses
Twitter has open sourced Diffy, an automated testing tool used in production for discovering potential bugs in new code running on Apache Trift and other HTTP-based services.
-
Facebook Launches Relay Data Framework
Facebook has announced the launch of their declarative data framework, Relay. Using GraphQL for structuring data requests, Relay lets developers and designers declare the data they need, letting the framework determine what to retrieve and how to do it.
-
All-New Devtools for React Bring Tools to Firefox
The React team has released entirely new devtools for the JavaScript library -- including a new version for Firefox. Jared Forsyth said "The current version of the devtools is a fork of Blink's "Elements" pane, and is imperative, mutation-driven, and tightly integrated with Chrome-specific APIs. The new devtools are much less coupled to Chrome, and easier to reason about thanks to React."
-
Facebook Folly Brings Robust, Powerful Futures to C++11
Facebook has recently introduced Folly Futures, a C++11 library providing an implementation of futures that goes beyond what already offered by std::future.
-
Facebook's Moments App Does C++ for Cross-Platform Development
One of the most recent Facebook's apps, Moments, is using C++ to share its business logic across iOS and Android, Facebook's engineers Ashwin Bharambe, Zack Gomez, Will Ruben explain. Here we review Facebook engineers rationale for that choice and its outcomes.
-
Facebook Nuclide Is Now Open Source
Announced three months ago during the F8 developer conference, Facebook has open sourced the code for their Nuclide IDE. Nuclide is based on Atom, adding a number of packages without changing anything in the core of GitHub’s IDE.