InfoQ Homepage News
-
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.
-
CoreOS Shipped the First Stable Version of etcd
CoreOS announced the availability of etcd 2.0, the first stable version of the open source distributed key-value store.
-
How To Get a Happier Workforce
Laughing can help to create a better team climate which can lead to better results. There is compelling evidence that happiness and positivity can lead to success. Here are some suggestions for what you can do when you want to improve happiness in teams.
-
Benefits of Transparency in Organizations
An interview with Tuomas Syrjänen, CEO of Futurice, about how transparency can support enterprises to work more like startups, what Futurice has done to become transparent, the impact of transparency on the mood of teams and people, benefits that transparency can bring and pitfalls in becoming transparent, trust, and decision making at Futurice.
-
Looking at .NET Core on GitHub
It has been roughly 2 months since Microsoft started the open source released of the .NET Core libraries. The project has seen tremendous growth, and has provided some details as to how the move to GitHub has boosted development.
-
MuleSoft Announces ESB 3.6 and Anypoint Platform for Mobile
MuleSoft has announced this month the release of ESB 3.6 runtime, improvements to Anypoint Studio and the Anypoint Platform for Mobile to support mobile application development.
-
Google Adds Private Docker Registry to Google Cloud Platform
Google Cloud Platform now has its own private registry to host Docker images. This enables DevOps teams to securely store and retrieve Docker images.
-
VMware Will Offer Google Cloud Services and Rackspace Offers vCloud
Cloud vendors are combining their strengths to provide extra services for their customers. The latest developments include VMware offering Google BigQuery and Rackspace building private dedicate vCloud’s.
-
JHipster 2.0 Released with AngularJS improvements, Liquibase diffs, and Spring WebSockets
JHipster, the Yeoman generator for Spring Boot/Angular projects, released version 2.0 earlier this month, with some notable changes: 1) the AngularJS code has been modularized, making it easier to use JHipster for larger projects and 2) Liquibase is now able to create "diffs" between the JPA code and the database, making it easier to update your database schema.
-
YouTube Switches to HTML5 Video Player
After many years of working on HTML5 support, YouTube has decided to use their HTML5 video player as the default for modern browsers, using the old Flash-based player only for legacy browsers. Using MPEG-DASH and W3C Media Source Extensions, YouTube can use Adaptive Bitrate streaming to reduce buffering and improve initial playback speed.