InfoQ Homepage News
-
Dart-Compiled Dart Compiler Compiles Dart Code in Browser
Google has relaunched try.dartlang.org, the online playground that allows users try out Dart without having to download and install the Dart SDK. Unlike its predecessor, the new version compiles Dart code to JavaScript in the browser and, as a result, also works offline. It also supports dart:html, Dart's library for HTML DOM manipulation.
-
WebMatrix 3 Adds Windows Azure Integration, Remote Editing, Git and TFS Source Control Support
Microsoft WebMatrix 3 provides an ability for the developers to create and manage Windows Azure based websites including support for remote editing, Git and TFS source control.
-
IBM and Microsoft push Opscode Chef
IBM and Opscode are working together to help IBM customers leverage Chef. Additionally Microsoft and Opscode have joined forces to help automate Microsoft's cloud service Azure.
-
Latest Dart VM Beats JVM in DeltaBlue Benchmark
Shortly after Dart2js outperformed hand-written JavaScript, the latest Dart VM now beats JVM 7 64-bit Server, and other versions, in the DeltaBlue benchmark.
-
Making Immutable Object Graphs Easier in C#
Creating a simple immutable class in C# is easy, but eventually you’ll want to create deep graphs that, for efficiencies sake, should be created via a builder. Or perhaps you want to make non-destructive updates by creating methods. Building out all these builders and methods can be quite tedious and thus error prone. Andrew L Arnott offers a solution that relies on T4 based code generators.
-
10gen Introduces Incremental Backup Service For MongoDB
10gen recently announced limited release of their MongoDB Backup Service providing incremental backups and point-in-time recovery.
-
AIDE 2.0 Introduces Support for Native C/C++ Apps
AIDE 2.0 adds support for C/C++, a new Design View, better UI and improved Git integration. AIDE is an Android IDE running on Android.
-
Quickly Create Mono Bindings with Objective Sharpie
Objective Sharpie is the child of Aaron Bockover. This tool creates C# bindings suitable for use in Mono for Objective C SDKs. Objective Sharpie works by using Clang to parse Objective C header files. Since the process is automated, and has full access to the header, binding errors should be non-existent for most libraries.
-
Architectural Changes in JSON.NET 5
Newtonsoft’s JSON.NET has received a pair of architectural updates to make it easier to use in projects that involve third party libraries. The two features are known as DefaultSettings and Extension Data.
-
Manage Cloud Enabled Jelastic Hosting Using NetBeans IDE
Jelastic, Java and PHP based cloud hosting platform has released a new plugin that enables developers to manage their web applications from within the NetBeans IDE.
-
JS1K Winners Announced
JS1K is a yearly competition challenging JavaScript developers to create impressive JavaScript programs, games or demos no larger than 1 kilobyte. This year marks the competition's fourth edition, and once again resulted in some impressive graphical demos, toys and little games.
-
Different Approaches for Product Backlog Grooming
The purpose of backlog grooming is to keep the product backlog up to date and clean. Different approaches are used by product owners and teams to do this.
-
Agile 2013 Program Announced
The Agile Alliance has announced the program for the upcoming Agile 2013 conference. There are 210 sessions over the five days, plus a number of keynotes and special events.
-
Build Data Driven and Native Mobile Apps with RAD Studio XE4
RAD Studio XE 4, recently released by Embarcadero enable developers to develop multi device and true native mobile apps for PCs, iPhone and iPad using a single code base.
-
MuleSoft's New API Platform: An Interview with Ross Mason
MuleSoft recently announced their Anypoint Platform supporting the development, deployment and integration of cloud and on-premise services. InfoQ caught up with MuleSoft CTO Ross Mason during his global Mule Summit tour to talk about the new platform. Ross founded the open-source Mule project.