InfoQ Homepage Facebook Content on InfoQ
-
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.
-
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.
-
Popular Microsoft Apps Unfriend Facebook
Facebook has made changes to their Graph API which Microsoft says has forced it to drop Facebook support from several Microsoft applications. This means popular apps like Windows Photos and OneDrive will no longer exchange data with Facebook.
-
Facebook Open Sources Infer, a Static Analysis Tool
Facebook has open sourced Infer, a static analysis tool for C, Java and Objective-C.
-
Facebook Open Sources React Native, Year and Network Class, Fresco and Nuclide
Following yesterday’s announcement of releasing ComponentKit, a framework for creating native UIs declaratively on iOS, Facebook has released a number of other projects as open source during their annual F8 developer conference: React Native, Year Class, Network Connection Class, Fresco, and Nuclide.
-
FB ComponentKit: Declaratively Creating Native UIs on iOS
Facebook has open sourced ComponentKit, a declarative library for creating native views on iOS.
-
React Introduces Support for ES6 Classes
Facebook has released React v0.13, bringing with it support for ES6 classes, as well as new top-level APIs and breaking changes for JSX.
-
The Hack Language Gets an Official Specification
The Hack language has now got an official specification. According to the HHVM team, the Hack specification, albeit in its initial stage, fills a gap in the documentation available for the Hack language.
-
Facebook Stetho: Debugging Any Android App with Chrome DevTools
Facebook has open sourced Stetho, an Android debugging bridge enabling developers to debug their apps using Chrome DevTools.
-
Facebook Open Sources Modules for Faster Deep Learning on Torch
Facebook has open sourced a number of modules for faster training of neural networks on Torch.
-
Facebook Flow Provides More Static Typing for JavaScript
Announced during @Scale 2014, Facebook has open sourced Flow, a static type checker for JavaScript. Flow joins Microsoft TypeScript and Google AtScript to provide web developers with a tool meant to catch some bugs in the code before they manifest at runtime.