InfoQ Homepage News
-
Improving Eclipse
There is a discussion in the Eclipse ide-dev mailing list on how to make Eclipse more competitive. This was prompted by the blog post Why we dropped Eclipse in favour of IntelliJ.
-
Amazon allows for greater flexibility in reserved instance usage
Amazon have announced that EC2 users can modify the instance type of reserved instances (where users pay a lower rate for compute in exchange for a longer-term commitment).
-
Microsoft's Visual Studio 2013 Performance Tuning
The arrival of VS2013 RTM brings several performance enhancements to production. Microsoft intends for these to benefit all developers using larger solutions. Complementing this are several more refinements for C++ developers over what was found in VS2012.
-
GOTO Berlin: Problems Using Your Own Public API
Using your own public API can be a challenge, Phil Calcado, Director of Engineering at Soundcloud, declared when sharing his experiences managing and rebuilding a large Rails application in a talk at the GOTO Berlin Conference.
-
QConSF 2013 in 3 Weeks (Nov 11-15): Conference Schedule Published; Training Days; Facebook Keynote
Why do well-tuned, bad systems usually outperform less mature, better systems? Facebook's Keith Adams answers this question in his keynote at the 7th annual QCon San Francisco (Nov 11-15). The full conference schedule is now live with registrations 40% ahead of last year. With only three weeks left before the event, there is still time to save $400 if you register before Oct 25th.
-
Amazon Elastic Transcoder Adds Audio Support
Amazon has recently added audio support for elastic transcoder that provides an ability to convert media files from one format to another without any depending upon about servers, storage and scalability.
-
Backbone 1.1.0 Released, Includes Potential Incompatibility with 1.0
A new update to Backbone.js, one of the most widely used front-end architectural frameworks in the JavaScript community, was released the past week. Although it is not a significant version number update, reports from some users indicate that some of changes may cause incompatibility in applications designed to work with version 1.0.
-
GOTO Berlin: DO’s and DON’Ts in a Web API
Oliver Wolf, a principal consultant, shares his opinionated thoughts about endpoints, domain models, caching, versioning and other matters from the discussions around REST and web APIs taking place in mailing lists and other forums in a talk at the GOTO Berlin Conference.
-
Webix 1.1 Adds Improved Server Side Integration, REST API and XSS Safe Support
The recently released Webix 1.1 includes improved server side integration and bug detection including the ability to disable any view. It also includes support for REST API and enable developers to define XSS safe template in addition to load data from server side.
-
GOTO Berlin: Building, Running and Promoting a Public API
In a presentation at the GOTO Berlin Conference Ben Barnard and Felix Leipold, both developers at Nokia in Berlin, shared their experience designing and building a public web API, among other things how to work with an API, that inherently doesn’t have a natural user interface, and challenges in testing for backward compatibility.
-
Visual Studio 2013 Now Available
Microsoft has released Visual Studio 2013. All versions are available for download to MSDN subscribers and the general public.
-
GOTO Berlin: Microservices as an Alternative to Monoliths
James Lewis talked at the GOTO Berlin Conference about an alternative to the traditional way of building systems where all functionality is put into one big application with one big database, instead using a pattern where entirely separate business capabilities, together with their own data, are kept separate in microservices.
-
NuoDB Blackbirds 2.0 Gets Geo-distributed Capability
NuoDB has announced version 2.0 of their NewSQL database, now a globally distributed database that can run in the cloud or on premises with real-time replication.
-
Adopting Agile When Your Management Style is Mostly Command and Control
Agile adoption in organizations where command and control is the most dominant management style can be tricky. There have been situations where an agile transition didn’t deliver the expected improvements, or even failed and was stopped. Several authors suggested ways to adopt agile in organizations with a command and control management style. How did you deal with it when transitioning to agile?
-
Experiences Going From Data-Driven Development to Domain-Driven Design
With a long history of data-driven development, Julie Lerman shares her experiences moving into using her skills with Domain-Driven Design in three articles, with examples in C# using Entity Framework