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

  • Noda Time Gets Faster, Adds Persian and Hebrew Calendar Support

    Noda Time v 1.3 has been released with several new features such as support for Persian and Hebrew Calendars, performance improvements for parsing and formatting and several API additions.

  • Dartium Comes To Android

    Dart 1.5 released last week with a focus on mobile development. This includes a version of Dartium that works on Android along with editor improvements to support debugging of mobile web apps built using Dart.

  • HazelcastMQ v1.0.0 with a STOMP and Apache Camel Implementation

    The recently released version v1.0.0 of HazelcastMQ adds a Java STOMP client and server implementation as well as an Apache Camel component. HazelcastMQ is a provider of a messaging layer on top of the basic Queue and Topic data structures in Hazelcast, an in-memory data grid. STOMP is the Simple (or Streaming) Text Orientated Messaging Protocol, an interoperable wire format.

  • Microsoft Azure WebJobs SDK 3.0 Beta Boosts Application Development on the Cloud

    The recently released 0.3.0 beta preview of Microsoft Azure WebJobs SDK has added support for Azure Service Bus, Cancellation Tokens, WebJobs Shutdown Notifications besides improved function discovery and host of other features.

  • Interview with Mitchell Hashimoto on Vagrant Cloud End of Beta

    HashiCorp has released Vagrant Cloud to the public. Vagrant Cloud enables developers to share their locally running Vagrant instances remotely. Additionally Vagrant Cloud is a central place for storing and discovering Vagrant Boxes. With the new Organizations feature, Vagrant Cloud users can limit access to their boxes or shared Vagrant instances with Access Control Lists (ACL).

  • Moving from a Monolith to Microservices at SoundCloud

    Moving SoundCloud into a microservices architecture has been essential in enabling our teams to develop production-ready features with much shorter feedback cycles, Phil Calçado writes in a three-part series sharing their experiences moving away from a monolithic system.

  • Building a Reactive DDD and CQRS Based Application Using Akka

    DDD and CQRS are great for building scalable software considering concepts like bounded contexts, transaction boundaries and event based communication and is together with Akka a complete platform for building enterprise applications, Pawel Kaczor starts a three-part series building an reactive application based on these concepts.

  • Google Announces Cloud Dataflow Beta at Google I/O

    At its annual developer conference, Google announced a set of new initiatives for cloud computing. At the top of the list is Cloud Dataflow -- a way of managing complex data pipelines.

  • The State of Go Language for Android Native Development

    A couple of different proposals from Google engineers and independent developers are aiming at making it possible to write native Android apps in Go. This will not go so far as allowing Go apps to access the full Android NDK, but it could allow access to a subset of it.

  • Chrome Dev Editor: A New JavaScript and Dart IDE

    A Google engineer has made available Chrome Dev Editor (CDE) during Google IO 2014, a new IDE for creating Chrome Apps and web apps for the desktop and mobile devices. CDE supports JavaScript and Dart.

  • Ampersand.js: a New "Non-Frameworky Framework" to Rival Backbone.js

    &yet has released Ampersand.js, a "non-frameworky" framework for building JavaScript applications, heavily inspired by Backbone.js. Ampersand.js distinguishes itself from Backbone.js primarily by being more modular and adding some new (fully optional) features.

  • OpenXML SDK Frees Microsoft Office Files

    The file formats used by Microsoft Word, Excel, and PowerPoint have been fully opened source via the latest release of Microsoft's OpenXML SDK. This provides developers with the familiar Apache 2.0 License, providing an easier path to incorporating support for these documents into their own projects.

  • Contemplate ThreadSafe Introduces Deadlock Detection

    Contemplate's ThreadSafe version 1.3.1 featuring a new deadlock detection rule for finding code that can deadlock because of the order that locks are acquired is now available. When deadlocks are detected, ThreadSafe reports which locks are held for each lock acquisition.

  • Visual Studio “14” Is Changing the C Runtime

    As new details on Visual Studio "14" emerge, Microsoft's James McNellis describes how changes are being made to the infamous MSVCR DLL. Additional work being done to implement C99 support will also be changing how the default behavior of familiar functions.

  • Delivering More Software Without Adding People

    As the need for software products and services increases organizations look for ways to increase their capacity. Often organizations decide to scale up by adding more people. Some question this approach and suggest alternative ways to be able to deliver more software without adding people.

BT