BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Development Content on InfoQ

  • 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...

  • 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.

  • 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.

  • 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.

  • 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.

  • The Road to C# 7 Has Begun

    With C# 6 nearly complete, work has begun on the next version. Like past versions, the first step is to set an overall theme and scope for what is to come. That vision has been shared by Mads Torgersen by publishing the first set of meeting notes for the C# 7 design team.

  • Microsoft Releases Details, Confirms Rumours On Spartan Project

    Microsoft has released details of its rumoured Spartan browser project, and confirms a move towards standards used by other, more modern, browsers.

  • Bad Practices Building Microservices

    When adopting a microservices architecture, using an external architect to create the design of a service instead of helping a team make their own decisions about design and implementation is one of several traps or bad practices that Vladimir Khorikov has experienced in his work.

  • Mesosphere Release Mesos-DNS Service Discovery for Apache Mesos

    Mesosphere have released an alpha version of Mesos-DNS, an open source service discovery framework for cloud environments running applications on the Apache Mesos cluster manager.

  • TestFlightApp.com is Going to Shut Down Next Month

    Apple announced that "services offered at TestFlightApp.com will no longer be available after February 26, 2015." The announcement contains a few important hints to help transitioning existing apps from TestFlightApp.com to iTunes Connect.

BT