InfoQ Homepage Architecture & Design Content on InfoQ
-
Elixir Hits 1.1, Brings new APIs, Build-time Improvements
One year after hitting 1.0, Elixir 1.1 is out. It brings new public APIs, performance improvements, and tooling improvements. InfoQ has spoken with José Valim, Elixir’s creator.
-
Amazon Announces QuickSight - Business Intelligence for Big Data on AWS
Amazon has announced QuickSight at AWS Re:invent conference. QuickSight a complete Business Intelligence solution to help customers gain insights from the data they have stored in AWS.
-
Interview with Form.IO: API Creation Using Web Forms
<form.io> is an open source platform that enables front end developers to autonomously build backend APIs using forms to drive their apps. The platform provides a single solution for creating both APIs and user interfaces for consumption by a front end javascript framework. InfoQ spoke with the founders of <form.io> to learn more about the platform capabilities and the future they envision for it.
-
Facebook Open Sources Data Query Language GraphQL
Facebook's Lee Byron talks to InfoQ's Rags Srinivas about GraphQL that powers billions of API calls on the site.
-
Android Marshmallow Rollout Started
Google has announced they have started to roll out Android 6.0, codenamed Marshmallow, to Nexus devices. It is not yet entirely clear, though, when Marshmallow will become available on other devices.
-
The AWS Well-Architected Framework
Amazon has published the AWS Well-Architected Framework, a guide for architecting solutions for AWS, with design principles that apply to systems running on AWS or other clouds.
-
Nest Opens Up Weave
Nest has made available to developers the Weave protocol used to connect various IoT devices.
-
Q&A with Gene Kim on the DevOps Enterprise conference
DevOps Enterprise, a conference focused on DevOps as it applies to the enterprise, will be held in San Francisco, between October 19-21. This 3-day conference is unusual in the DevOps community as most of the speakers have senior positions on very large enterprises such as Bank Of America, ING, Target or GM. InfoQ spoke with Gene Kim to learn more about this year’s edition.
-
Q&A With Speakers of the Enterprise Java Track at the Upcoming JAX London
In less than a couple of weeks, a new edition of JAX London will be held at the Business Design Centre. Running from 12th to 14th October, this year’s edition has 12 tracks, covering topics from Agile and Craftsmanship to Enterprise Development through DevOps, Cloud and deep-down Java. InfoQ talked to some of the speakers at the Enterprise Java track to get a glimpse of the contents of JAX London.
-
Salesforce Enters IoT Market
At Salesforce’s recent Dreamforce conference, the company announced an upcoming IoT platform that will allow for the ingestion of real time data and turn it into actionable tasks across its suite of cloud based services.
-
QCon SF '15:Uber, Facebook, Twitter, Netflix Case Studies; Adrian Crockcroft & Erik Meijer Confirmed
QCon San Francisco is coming up on November 16-18th and registrations are up 49% over last year. QCon’s annual practitioner-driven conference is designed for top-level software developers and influencers. A full schedule and list of talks is available at https://qconsf.com.
-
Introducing Reactive Streams
Modern software increasingly operates on data in near real-time. There is business value in sub-second responses to changing information and stream processing is one way to help turn data into knowledge as fast as possible, Kevin Webber explains in an introduction to Reactive Streams.
-
Oracle Propose New Mobile OpenJDK Project
Oracle propose a new OSS project within OpenJDK to focus on porting the JDK to popular mobile platforms such as iOS, Android, and Windows Mobile. Oracle plans on contributing build system, Hotspot and JDK source changes required to target mobile platforms with a version of Java SE.
-
Ionide is a New Atom-based F# IDE Written in F#
Ionide, based on the Atom Editor, is a suite of packages that aim to provide a full-featured, modern, cross-platform, open-source IDE for F# development. InfoQ has talked with Ionide’s creator, Krzysztof Cieślak.
-
Domain Events and Eventual Consistency
Eventual consistency is a design approach for improving scalability and performance. Domain events, a tactical element in Domain-Driven Design (DDD), can help in facilitating eventual consistency, Florin Preda and Mike Mogosanu writes in separate blog posts, each describing the advantages achievable.