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

  • Windows Management Framework 5 Preview Introduces Package Manager And Network Switches Cmdlets

    Microsoft announced the availability of the Windows Management Framework V5 Preview, which includes Windows PowerShell OneGet, a package manager in the spirit of yum and apt-get; a set of cmdlets to manage network switches; and some polishing on Windows PowerShell Desired State Configuration (DSC).

  • Cucumber.js for BDD in JavaScript: An Interview with Julien Biezemans

    Julien Biezemans is a Cucumber core team member and the author of Cucumber.js. Cucumber.js is a native JavaScript implementation of Cucumber, and is a strict port that can run on any JavaScript environment. Running on Node.js as well as within any browsers, Cucumber.js is virtually serviceable against everything producing JavaScript and HTML (Node.js, Ruby on Rails, PHP, .NET, etc)

  • Android 4.1.1 Vulnerable to Reverse Heartbleed

    Google announced last week that Android 4.1.1 is susceptible to the Heartbleed OpenSSL bug. While Android 4.1.1 is, according to Google, the only Android version vulnerable to Heartbleed, it remains in use in millions of smartphones and tablets. Android 4.1.1 devices have been shown to leak significant amount of data in a "reverse Heartbleed" attack.

  • Spring Updated for Java 8

    Java 8 might be difficult for enterprise projects to adopt, mostly because of established Java EE application servers. Those using Tomcat and Jetty will likely have an edge in upgrading. Spring 4.0.3 was recently released, with official support for Java 8 as well as many WebSocket improvements.

  • Udi Dahan on Event-Driven Architecture and Loosely Coupled Systems

    We should build systems more loosely coupled to achieve properties like robustness, resilience and scalability, Udi Dahan emphasizes in a recent presentation discussing how we can model our systems using more event-driven and asynchronous patterns and some of the challenges developers face when introducing these principles and patterns into development.

  • Hydra Takes On Hadoop

    The social-networking company AddThis open-sourced Hydra under the Apache version 2.0 License in a recent announcement. Hydra grew from an in-house platform created to process semi-structured social data as live streams and do efficient query processing on those data sets.

  • Expression Evaluator: A Lightweight C# Compiler Service

    While the .NET community eagerly awaits a production version of Roslyn, work must continue. So today we’re looking at another compiler service, Expression Evaluator. While other compiler services are trying to be as comprehensive as possible, here we see one that is going the other direction.

  • QCon New York Update: 60/100 Speakers; Gilad Bracha, Netflix Keynotes Confirmed (Jun 11-13, 2014)

    Gilad Bracha, Co-Author of the Java Spec, and Dianne Marsh, Director of Engineering at Netflix have been confirmed as keynote speakers for the third annual QCon New York (Jun 11-13, 2014). The tutorials schedule has been finalized and the preliminary conference schedule is now live. New speakers are being added daily to the conference website, with more than 60/100 speakers already confirmed.

  • ASP.NET Identity 2 Adds Two-factor Authentication, Account Lockout, Security Stamp and Bug Fixes

    ASP.NET Identity 2 RTM, recently released by Microsoft provides support for Two-factor authentication, account lockout, security stamp besides several improvements and bug fixes.

  • Secure Coding for the Android Platform

    CERT Secure Coding team, part of the Software Engineering Institute at Carnegie Mellon University, have recently released secure coding guidelines specific to Java's application in the Android platform. InfoQ interviews Lori Flynn, one of the researchers who authored them.

  • MongoDB 2.6 Release - An Interview With Kelly Stirman

    MongoDB needs no introduction for NoSQL users. Kelly Stirman, Director of Product Marketing at MongoDB is answering questions about the latest stable 2.6 release. Storage fragmentation, index intersection, full text search and MongoDB in enterprise are discussed. Finally, we have more info about one of the most watched and voted feature requests at MongoDB jira tracker, collection level locking.

  • Spring Boot Goes GA

    Pivotal, last week, announced the first general availability release of the Spring Boot framework.

  • The Performance of Dart 1.3 Is on Par with Node.js

    The Google Dart team has announced Dart SDK 1.3 which improves the performance of asynchronous server-side code to the point that Dart VM is on par with Node.js, the later using another Google technology, the V8 engine.

  • iBeacon Device Maker Estimote Releases 1.3 SDK with UUID Customization

    Estimote, a maker of iBeacon devices, has released a new version of their mobile SDK that allows developers to build contextual computing solutions using small Bluetooth low energy (Bluetooth LE or BLE) beacons called “motes”. These devices are capable of broadcasting BLE signals that can be detected by compatible smartphones to enable a variety of micro-location services.

  • Rails 4.1 Improves Boot Time and Responsive Layouts

    Rails 4.1 can now preload your application to improve startup time and comes with improvements for Action Pack, Active Record, and Action Mailer.

BT