InfoQ Homepage Development Content on InfoQ
-
Unsafe at any Speed; Oracle Surveys community about promoting sun.misc.Unsafe
Oracle software engineer Paul Sandoz is asking the public to weigh in on the controversial library sun.misc.Unsafe by responding to a Survey Monkey survey. The debate centers around whether Unsafe, under scrutiny due to its divergence from the Java credo of safe memory management, should be mainstreamed.
-
LightTable IDE Goes Open Source, Adds Plugin Support
Chris Granger has open sourced the LightTable IDE with the 0.6 release. Third party plugin support was the highlight feature of the release. InfoQ talked to LightTable creator Chris Granger.
-
What to Expect From HTTP/2
In a recent blog posting Mark Nottingham, chair of the HTTP/2 Working Group, gives his opinion on 9 things to expect in the next version of the Web standard which is rapidly nearing completion and implementations are starting to appear.
-
DynamicData and EntityDataSource Updated with Entity Framework 6 Support
Microsoft recently added Entity Framework 6 support for DynamicData and EntityDataSource controls with in addition to refreshed the templates. It also has few known issues as the support is limited to C# and Web Application projects.
-
BDD and JavaScript Using CucumberJS
Adding CucumberJS to the TDD workflow for JavaScript-based projects embraces the ideas of Behaviour Driven Development, BDD, and allows a developer to follow the TDD principles while developing from the outside in; running automated tests that fail until code that supports a feature is implemented, Todd Anderson reveals in a recent blog post.
-
Spark, Storm and Real Time Analytics
Hadoop is definitely the platform of choice for Big Data analysis and computation. While data Volume, Variety and Velocity increases, Hadoop as a batch processing framework cannot cope with the requirement for real time analytics. Spark, Storm and the Lambda Architecture can help bridge the gap between batch and event based processing.
-
IDC Study: How Many Software Developers Are Out There?
IDC has published the “2014 Worldwide Software Developer and ICT-Skilled Worker Estimates” document, a study estimating the number of professional software developers, hobbyist developers and Information and Communications Technology (ICT)-skilled workers in the world at the start of 2014. The 90 countries covered in the study represent 97% of the world’s GDP.
-
L20n: JavaScript Localization Framework From Mozilla
L20n is an open source, JavaScript localization framework from Mozilla. It is designed to be very expressive along with several features such as adapting to Screen sizes, good separation of concerns, graceful handling of pluralization, support for default when there are multiple variants, and more.
-
Mozilla Foundation Announces Firefox OS Contribution Program
In an effort to accelerate the development of Firefox OS, Mozilla announced a Contribution Program which will aim at providing dedicated developers with access to resources and reference hardware. Foxconn will manufacture the initial reference hardware, a tablet. The program will be open to developers, localizers, testers, and bug fixers.
-
Gulp Aiming to Dethrone Grunt
Fractal, a company who has been actively involved in the development of several popular Node.js modules has just released gulp, a new building system which is trying to replace Grunt as the most popular JavaScript task-runner.
-
Android++ with Zero Hardware Restrictions, MSBuild, LLVM, GCC, Integrated GDB Debugging
The recently released Android++ in closed beta enables you to build Android apps using Visual Studio with support for zero hardware restrictions, MSBuild, LLVM, GCC in addition to integrated GDB debugging.
-
Greg Young on Using Complex Event Processing
Complex Event Processing, CEP, can be very useful for problems that have to do with time e.g. querying over historical data when you want to correlate things that have happened at different times, Greg Young explained in a recent presentation.
-
Pieter Gheysens on Visual Studio Release Management
Visual Studio Release Management enables you to create workflows using Visual Studio and Team Foundation Server. In an exclusive interview with InfoQ, Pieter Gheysens shares more information about VSRM.
-
Deploying Chrome Apps on Android&iOS with Cordova 3.3.0
Developer can now deploy Chrome apps on Android and iOS with Apache Cordova 3.3.0.
-
Encrypting Files on Android with Facebook Conceal
Facebook has open sourced Conceal, a set of Java APIs for file encryption and authentication on Android. Conceal uses a subset of OpenSSL’s algorithms and predefined options in order to keep the library smaller, currently being 85KB.