BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Architecture Content on InfoQ

  • Examples Showing How You Can Scale Scrum

    Larger organization often have the desire to use Scrum beyond the team level. This news explores some examples of what organizations do to adopt an agile way of working across the enterprise by scaling Scrum.

  • Agile and Lean Service Management for Enterprises

    Agile software development or Scrum is not enough to make your enterprise truly deliver on the Agile promises, says Dave van Herpen. He suggests that IT service management should apply agile and lean practices combined with DevOps to improve collaboration throughout the entire enterprise.

  • Groovy 2.3 Released With Traits and Java 8 Support

    Groovy Project Manager at Pivotal Guillaume Laforge today announced the release of Groovy 2.3, the first major Groovy release this year, and the first major release of Groovy to feature official support for running on the recently released Java 8.

  • How a Feel Good Manager can Foster and Grow Culture

    In the article culture is the true north Arne Roock talked about the “feel good manager”: a role which helps to foster and grow the culture in an organization. InfoQ talked with Magdalena Bethge, Feel Good Manager at Jimdo, about supporting the culture and collaboration, happiness, and helping employees to find their work-life balance.

  • Comparing the Performance of Various Web Frameworks

    TechEmpower has been running benchmarks for the last year, attempting to measure and compare the performance of web frameworks. For these benchmarks the term “framework” is used loosely including platforms and micro-frameworks.

  • Coverity Scan Gets Better with Java, Apache Hadoop, HBase and Cassandra Support

    The recently released open source scan report by Coverity mainly detected and fixed Resource Leaks, Null Pointer and Control Flow issues besides several other issues. It also scanned the source code of Linux and fixed several bugs.

  • Kin Lane on How API Commons Will Shape the Future of Web APIs

    InfoQ asked Kin Lane, the leading API evangelist, to share his views on open API designs and on what led him to launch the API Commons initiative with Steven Wilmott. He explains how translation and interoperability between the emerging API description languages matters, and how an open internet culture should prevent API Commons from making the same mistakes as past initiatives like UDDI.

  • Cloudera Partners with MongoDB to Store Hadoop Data on Their NoSQL DB

    Starting from the premise that today “80 percent of enterprise data is unstructured and growing at twice the rate of structured data”, Cloudera and MongoDB have announced a “strategic” partnership meant to provide customers the option to combine Cloudera’s Apache-based Big Data platform with MongoDB’s NoSQL solution.

  • Scalability in a Reactive World

    We have to maximize locality of reference and minimize contention to make systems scale, Jonas Bonér, creator of the Akka project, stated in a recent presentation about scalability in reactive systems. By using a share nothing architecture, build on an event-driven foundation and adhering to core principles that have been proven to work for ages we can write really scalable systems.

  • Facebook Open-Sources PlanOut, a Framework for Online Field Experiments

    PlanOut is Facebook's language for online field experiments supporting "A/B tests," factorial designs, and more. According to Facebook, PlanOut makes possible to separate experimental design from application code and allows experimenters to concisely describe their designs. Facebook claims to be using PlanOut to run over a thousand experiments each day that involve hundreds of millions of people.

  • Amazon Adds Docker Support to Elastic Beanstalk

    Amazon have announced the availability of Docker within its autoscaling Infrastructure as a Service (IaaS) Elastic Beanstalk. The use of Docker containers greatly expands the available language and framework support of Elastic Beanstalk, as almost anything can be placed inside a container.

  • Microsoft's New OneNote Service API Backs Free Apps for Windows, Mac OS, iOS and Android

    Microsoft recently announced the initial release of the OneNote API, which enables programmatic integration of its free-form information gathering and multi-user collaboration tool across different programming languages and platforms like Windows, Windows Phone, iOS, Mac OS, Android and the web.

  • REST Support for .NET Micro

    During Build 2014, Microsoft renewed its commitment to the long ignored .NET Micro Framework. This very lightweight version of .NET can be found in for very small devices such as the open source electronics platform Netduino. But the .NET Micro is rather limited, even basic functionality such as accessing REST based resources requires help from people like Daniel Stegmaier of the mfRCF project.

  • Andromeda Improves Networking for Google Cloud Platform

    Google has announced that its Andromeda network virtualization stack is now live in two Google Compute Engine (GCE) zones (us-central1-b and europe-west1-a) with other zones being migrated in coming months. Andromeda offers significant performance improvements without requiring any reconfiguration by Google Cloud users.

  • Reactive Streams with Akka Streams

    Typesafe has announced the early preview of Akka Streams, an open source implementation of the Reactive Streams draft specification using an Actor-based implementation. Reactive Streams is an initiative to provide a standard for asynchronous stream processing with non-blocking back pressure on the JVM. Back pressure in needed to make sure the data producer doesn't overwhelm the data consumer.

BT