InfoQ Homepage News
-
Facebook Enables Native App Development in JavaScript with React Native
Announced at last week’s React Conf, React Native is a version of the popular React JavaScript library targeted solely at mobile developers. On the surface React Native looks very similar to React, with JavaScript declarations of reactive user interfaces; but behind the scenes React Native interfaces are backed by platform specific native controls rather than DOM elements.
-
FOSDEM Configuration Management: Consul First Steps and Orchestration of Services with Juju
FOSDEM, the Free and Open Source Software Developers' European Meeting, took place this weekend in Brussels, Belgium, with over 4000 participants. This year the conference had over 40 tracks, both official and developer rooms organized by different communities, dedicated to diverse subjects such as Ruby, virtualization or config management.
-
VersionOne 2015 Winter Release Available
InfoQ spoke to VersionOne about their Winter 2015 release. It gives the ALM tool additional capabilities around scaling, supporting strategic initiatives across organizations, estimation using Monte-Carlo analysis and improves the capabilities around integration with multiple version control systems.
-
VMware Launches Integrated OpenStack Distribution
VMware’s own distribution of OpenStack, VMware Integrated OpenStack (VIO) is launched at a press event in San Francisco.
-
Next-gen JavaScript Framework "Aurelia" Brings Adaptive Databinding Engine
Rob Eisenberg, formerly of AngularJS, has released for early previews Aurelia: his next-generation JavaScript framework -- promising a first of its kind "adaptive" databinding engine allowing rich two-way databinding between vanilla JavaScript and DOM (including Web Components).
-
Raspberry Pi 2 Brings More Power, Memory and Windows Support
The Raspberry Pi foundation has announced a new upgrade for the Raspberry Pi, including a quad-core ARM A7 processor and 1G of memory. Additionally, Microsoft have been involved and Windows 10 for devices will be available for free as part of the Widows on Devices programme. Read on for more details.
-
Amazon DynamoDB gets Online Indexing and Reserved Capacity Improvements
Amazon DynamoDB, the NoSQL database service of AWS now supports online indexing. Along with this, customers can now buy reserved capacity for long term usage.
-
FOSDEM Configuration Management: Practices for Infrastructure as Code and Puppet Modules
FOSDEM, the Free and Open Source Software Developers' European Meeting, took place this weekend in Brussels, Belgium, with over 4000 participants. This year the conference had over 40 tracks, both official and developer rooms organized by different communities, dedicated to diverse subjects such as Ruby, virtualization or config management.
-
AWS Release Experimental AWS SDK for the Go Programming Language
Amazon Web Services (AWS) have released an experimental Go programming language AWS SDK via their AWS Labs Github account, which currently supports 43 AWS services including EC2, S3 and RDS.
-
A Service View of Business Driven DevOps
Over the years Steve Jones has had a lot to say about Business SOA. Recently he's turned his attention to DevOps and believes there are some important lessons that DevOps can learn from SOA and Business Architecture.
-
Microsoft Uses Cloud Platform System to Run Internal Production Workloads
According to an official blog post, Microsoft’s Cloud Platform System (CPS) is running Microsoft’s internal IaaS private cloud codenamed “Nebula”.
-
Amazon EC2 Gains Two-Minute Warning for Spot Instance Termination
Amazon EC2 recently gained two-minute warnings before Spot Instances are reclaimed, a feature "formally known as a Spot Instance Termination Notice". The goal is to "allow more types of applications to benefit from the scale and low price of Spot Instances" by giving them time to save state, upload log files, or deregister from other components such as load balancers or cluster managers.
-
Aggregates, Entities and Value Objects in Domain-Driven Design
Move as much as possible of the behaviour away from the Entities into Value Objects when working with Aggregates, As more behaviour is needed this is added as new value objects, Paul Rayner recommends in a series of blog posts covering aggregates, entities and value objects, all concepts from Domain-Driven Design (DDD).
-
Twitter Open Sources R Programming Anomaly and Breakout Detection Packages
Twitter recently announced open sourcing an anomaly detection package in R. Anomaly detection is a major study field as it can denote different things. A major spike in followers or favorites around a topic can happen because something major is happening and this may be something that needs to be broadcast around the network. But this same spike can also happen because of bots and spammers...
-
Atlas: Netflix's Primary Telemetry Platform
Netflix has open sourced Atlas, part of their next-generation monitoring platform they have been working on since early 2012. The company developed Atlas to store time series data in order to provide near real-time operational insight to teams.