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

  • Google Has Open Sourced LevelDB, A Key-Value Datastore

    Google has open sourced LevelDB under the New BSD license. LevelDB is an embedded key-value datastore whose keys and associated values are arbitrary byte arrays sorted by key, a sorting mechanism that can be overridden. The datastore is pretty simple, accepting Put, Get, and Delete commands along with forward and backward iterations.

  • New Enterprise Architecture Guide Highlights Diverse Offerings in Emerging Space

    The Institute For Enterprise Architecture Developments (IFEAD) updated their Enterprise Architecture Tool Selection Guide with new suppliers and the latest assessments from industry analysts. The Guide, leveraging evaluations from both Forrester and Gartner, visually classifies the offerings of thirty different suppliers and identifies key criteria to consider when selecting an EA tool.

  • QConSF November: Speakers, Sessions Update, Attendance up 100%

    Our 5th QCon San Francisco takes place on Nov 14-18, 2011. Last year QConSF sold out early, and this year we are already 100% above last year’s registrations at this time! Registration is open and all 16 track themes have been announced. Most of the conference sessions are still in development and have not been posted online yet. Save $550 by registering before July 29th.

  • Ken Schwaber and Jeff Sutherland Release Updated Scrum Guide

    Ken Schwaber and Jeff Sutherland, the co-creators of Scrum, updated the Scrum Guide. The update focuses on the framework, rules, and ceremonies of Scrum, removing specifics about strategies and techniques. An accompanying Scrum Update document provides a statement of refinements that clarifies some of the finer points of the Scrum Framework.

  • The Open Cloud Initiative Promotes Open Cloud Computing

    The Open Cloud Initiative (OCI) announced at OSCON 2011 intends to bring together cloud users and vendors in order to build an ecosystem allowing users the freedom to choose their vendor and to move to another when they want to.

  • Mashery Redefines API Documentation with Interactive I/O Docs

    Mashery introduces a new generation of API documentation tooling with I/O Docs. I/O Docs takes the drudgery out of verbose API docs and enlivens the experience through live API calls within the documentation. In this news item, we talk to Neil Mansilla to understand the motivation for building this tool, its current state and its future.

  • ClojureScript Brings Clojure To The Browser via Javascript

    Rich Hickey has announced ClojureScript, a version of Clojure that is compiled to Javascript code, which will bring the Clojure language to the browser and to the mobile space. InfoQ takes a look at the rationale for and implementation of ClojureScript.

  • Google App Engine Gets Support for Go

    Google added GAE support for Go with SDK 1.5.2. Developers can write and test Go applications locally on Linux and Mac OS X and run them on GAE.

  • Enterprise Reacts to Browser Release Cycle

    Enterprise organizations were taken by surprise with the recent release of Firefox 5.0 just three months after 4.0, citing security concern and lack of stable Firefox versions for enterprises to work with. At the same time Microsoft has reaffirmed its commitment to enterprises as well as general web consumers.

  • A New Enterprise Platform for Flex/Java EE Applications

    Granite Data Services released last week its Enterprise Platform for building Flex/Java EE Applications. Granite DS is an open source framework. InfoQ spoke with Frank Wolff, CEO and Co-Founder of Granite DS, about his perspectives on Rich Internet Applications.

  • ASP.NET MVC 4 Roadmap

    In keeping with their annual cadence, Microsoft has begun work on the next version of ASP.NET MVC. Areas of emphasis include smoothing out the development and deployment workflow, sharing more features with Web Forms, improving AJAX support, and offering a better story for HTML 5 on mobile and tablet devices.

  • JetBrains introduces the new JVM language Kotlin

    So far, Kotlin has been primarily known as a Russian island thirty kilometers west of Saint Petersburg. More recently, the Czech company JetBrains introduced a programming language named Kotlin running on the JVM (Java Virtual Machine). It is the intent of the Kotlin language developers to get rid of some challenges in the Java language.

  • Web Workbench Introduces Sass, LESS, and CoffeeScript to Visual Studio 2010

    Mindscape recently announced Web Workbench, a free extension that adds Sass, LESS, and CoffeeScript functionality to Visual Studio 2010. Sass and LESS are languages meant to simplify CSS3 development, and CoffeeScript increases JavaScript’s readability and conciseness.

  • Upcoming Agile Coach Camps

    Agile coaches facilitate the transformations of teams and organizations to agile methods. Agile coach camps are open space unconferences where coaches gather to share and learn. There are two upcoming coach camps, one in Bletchley Park in the UK, the other in Columbus Ohio in the US.

  • Making OpenXML Easy with ClosedXML

    When working with Excel documents, developers usually use raw XML or rely on the Office Automation libraries. But the Office Automation library is not appropriate for servers and working with XML can be quite tedious. ClosedXML bridges the gap by providing an easy to use Office-like API without the overhead of COM. To introduce this library we spoke with Manuel De Leon of the ClosedXML project.

BT