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

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

  • NetBeans 8: Support for Java 8, HTML5 and Beyond

    NetBeans 8 contains a number of Java 8 and Java EE enhancements, as well as HTML5 support. NetBeans users rejoice!

  • Behaviour Driven Development Is About Conversation Not Tooling

    The single most important of Behaviour-Driven Development (BDD) is the conversation, not the tooling, Liz Koegh states in a presentation about 10 years of doing BDD at the recent Cucumber conference. Liz believes we have made some big mistakes during these years of practicing BDD, but she is quite excited about some of the developments over the last few years.

  • BitCoins Lost, MongoDB and Eventual Consistency

    The recent theft from several BitCoin operators has sparked a debate whether eventually consistent databases are useful or not for banking.

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

  • Agile Estimation for Release Planning

    Estimations are used by agile teams and product owners for prioritizing work and to plan releases of products. They can be done on different levels and in various ways.

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

  • Testing PhoneGap Apps on Devices without SDK, Compilation or Code Signing

    PhoneGap has released PhoneGap Developer App, a tool for testing apps during development, bypassing the whole SDK and the need for compiling or signing the code. LiveReload with GapReload can do the same thing.

  • Microsoft Azure Web Sites Ready to Take on Public PaaS Leaders

    With the software update announced last week, Microsoft nearly closed the gap between it and other leading Platform-as-a-Service offerings. With refined pricing, free SSL support, global DNS load balancing, and the introduction of Java support, Azure Web Sites appears to be a strong competitor for Heroku, Google App Engine, OpenShift Online, Cloud Bees, and Engine Yard.

  • Express 4.0: Router improvements, Removes Bundled Middleware; But No Major Plans for Future

    Express.JS, the Node.js web application framework, recently released version 4.0, with router improvements and removed bundled middleware,; but the team say they currently have "no major plans” for future releases.

  • Heartbleed’s Aftermath: OpenBSD Developers Start Purifying OpenSSL

    OpenSSL's Heartbleed vulnerability has brought the project under the intense scrutiny of the OpenBSD development team. The team began a massive cleanse and repair of the OpenSSL codebase last week with impressive results.

  • To Have and Have Not StackMob- Part 2 of 2: The Road Ahead for Mobile Backend Services

    The step-by-step app creation tools provided by backend services such as StackMob enable developers to create mobile apps that they would not otherwise be technically proficient enough to produce. With Stackmob gone, app developers may be searching for a replacement.Here's a look at some of the remaining options for those and other developers looking to find a mobile backend service provider.

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

  • Continuous Development,is it our new maintenance reality?

    The Internet of Things, Web APIs and Big Data will make continuous development a necessary reality and will tie developers down with maintenance work on completed applications, says Andrew Binstock of Dr. Dobbs. In that case, short sprints, continuous integration and deployment and modern programming practices are even more important to ensure a developer's time is better utilized.

BT