InfoQ Homepage Development Content on InfoQ
-
Meteor 1.1: Now with Support for Windows and MongoDB 3.0
Matt DeBergalis has released version 1.1 of Meteor, announcing support for both Windows and MongoDB 3.0. The 1.1 release "adds first-class official support" for developing applications software on Microsoft Windows, DeBergalis said, adding that it is the start of "a commitment to developers on the Microsoft platform."
-
Apache HBase Hits 1.0
After three developer previews, six release candidates and over 1500 closed tickets the Apache foundation has announced version 1.0 of Apache HBase, a NoSQL database in the Hadoop ecosystem. After more than 7 years of active development, the team behind HBase felt that the project had matured and stabilized enough to warrant a 1.0 version.
-
Microsoft Announces Azure Active Directory Plugin for Cordova
MS Open Tech has announced a Cordova plugin which allows developers to use Active Directory Authentication in their apps for Android, iOS, Windows Store, and Windows Phone platforms to access the APIs that it protects, such as Office 365, Azure, Graph API, etc.
-
Polymer 0.8 Comes with Performance Improvements and Breaking Changes
The Polymer team has made available Polymer 0.8 alpha with a “proposed API for 1.0” but it is “not compatible with the 0.5 API” having many breaking changes. The library has been optimized for size and performance and it is not yet feature complete.
-
Raffi Krikorian Provides Guidance for “Re-architecting on the Fly”
At the inaugural O’Reilly Software Architecture conference, Raffi Krikorian discussed strategies and tactics for technical leads and architects who are undertaking a system rewrite. Drawing on his experience as VP of Twitter Engineering, Krikorian discussed a twelve point plan for managing a re-architecting, including defining “done”, instrumenting existing systems, and enforcing code quality.
-
Mirantis Joins Cloud Foundry Foundation But Stays Focused on OpenStack
Pure Play OpenStack company, Mirantis has announced that it is joining the Cloud Foundry Foundation.
-
Swagger Founder Makes Commitment to Keep Project Open
With SmartBear Software recently announcing that they are assuming responsibility for the Swagger API open-source project, many companies involved in API development tools have wondered if there will be major changes. Questions are also coming from the open-source community and from professional API developers. InfoQ interviewed Tony Tam, founder of the Swagger project.
-
SemVer Confuses. NPM Tries to Help
NPM has released the SemVer calculator, a tool to help developers determine if a SemVer selector string matches the correct versions.
-
TypeScript 1.5: Modules, Decorators, Sublime Text Plug-in and More
Microsoft has released TypeScript 1.5 alpha incorporating a number of new features, including: modules, decorators, a plug-in for Sublime Text, for…of loops, ES6 Unicode, computed properties and let/const compilation to ES5.
-
AWS Adds Dense-Storage Instances to Amazon EC2
Amazon Web Services announced a new instance type called D2 which is optimised for Massively Parallel Processing (MPP) data warehouses, log processing, and MapReduce jobs.
-
PostgreSQL advances in the JSON datastore landscape
This article discusses PostgreSQL as a JSON datastore in a world of document storage systems. JSON based datastores have been gaining popularity in the past years. Following on the increasing popularity of MongoDB, CouchDB, RethinkDB, ToroDB and others are focusing on storing and retrieving JSON documents as seamlessly as possible...Is PostgreSQL going to be your next JSON database?...we answer it
-
Massive Price Cut for Visual Studio 2015
Microsoft has announced that they are restructuring the way they sell Visual Studio. Starting with VS 2015, there will only be three main SKUs or editions: Community, Professional w/MSDN, and Enterprise w/MSDN. The most expensive edition will cost you 5,999 for the first year, less than half the cost of VS 2013 Ultimate Edition.
-
Package Management for Python Tools for Visual Studio
Package Management for Python Tools for Visual Studio Microsoft is continuing its efforts to support Python in Visual Studio. Still in beta, Python Tools for Visual Studio 2.2 (PTVS) brings more of the standard features found in other VS supported languages such as C# and VB including code snippets, an auto watch window, and package management.
-
WebStorm 10 Compiles TypeScript 1.4 to JavaScript on the Fly
JetBrains WebStorm 10 compiles TypeScript 1.4 code to JavaScript while editing. It has added support for unions, modules, decorators, plus let and const keywords. It comes with an application dependency diagram, source maps and a CPU plus memory profiler for V8.
-
Google Is Going to Make Pointer Events the Main Event Type in Chrome after All
Google is going to make Pointer Events the main event type in Chrome, joining ranks with Microsoft, Firefox and leaving out Apple.