InfoQ Homepage Development Content on InfoQ
-
Android to Include Ahead-Of-Time Compiler
Google announced the next version of the Android operating system at Google I/O 2014. Code named “L release,” in the most significant change to the system architecture a new runtime simply called the Android RunTime (ART) with an AOT compiler replaces the Dalvik virtual machine and its JIT compiler.
-
ASP.NET Advanced Web Frameworks Gets Better with New Features, Bug Fixes and Improvements
Microsoft recently released ASP.NET MVC 5.2, Web API 2.2 and Web Pages 3.2 with new features, bug fixes and improvements. The product team has also provided solutions to certain key issues surfaced in the previous version.
-
App Extensions for iOS 8 in Depth
Apple recently announced app extensions for iOS 8, which allow developers to extend functionality and content beyond the boundaries of a single app. Learn what iOS 8 app extensions are and how they work.
-
ThoughtWorks Radar July 2014: Trends in JavaScript, Microservices, Conway’s Law and Decentralization
ThoughtWorks has recently published their Technology Radar July 2014 (PDF) noticing important trends in the JavaScript ecosystem, microservices, Conway’s Lay and infrastructure decentralization.
-
Visualize.js - JavaScript Visualization Library for JasperReports
TIBCO has recently released Visualize.js, a JavaScript framework for embedding reports, visualizations and analytics, as part of TIBCO Jaspersoft 5.6. Visualize.js is a JavaScript API framework used to embed interactive HTML5 JasperReport Server reports & visualizations, bundled with Jaspersoft BI Enterprise and Professional, and as an add-on to Jaspersoft BI Express.
-
Visual Studio "14" CTP2 Adds ASP.NET and IDE Features
Visual Studio "14" continues to display new features, with the latest CTP providing a look at productivity enhancements to the editor that benefit all languages as well as providing access to ASP.NET vNext.
-
Knowing if You Are Building the Right Product
Developing and delivering products which customers don’t want and for which there is no market can be costly. Agile can help you to efficiently develop products, but you need to know what to build. How can you find out which products your customers need?
-
DidFail: a Free Android Tool to Detect Information Leakage
CERT Secure Coding team have recently released a freely available tool capable of analysing the leakage of sensitive information from an Android app. CERT researchers claim their tool "is the most precise taint-flow static analysis tool for Android apps."
-
BrainBrowser: v2.0 of JavaScript Library for Neuroimaging Released
BrainBrowser -- the JavaScript library for web-based 3D visualization tools aimed at neuroimaging -- has released version 2.0.
-
Codio: A Multi-language IDE with Its Own Ubuntu Instance
Codio is a browser-based IDE supporting a large number of languages and including its own Ubuntu instance to test the code.
-
Docker Gets Ignore, Auto-Pauses Containers On Commit
Docker 1.1.0 was recently released, within a month of the 1.0 release, with several features such as .dockerignore, pausing of containers when a commit is made to them, tailing logs and several other improvements.
-
Patterns for Building and Deploying Microservices
Managing micro-services means looking after lots of small systems talking to each other and automated provisioning as well as infrastructure automation is crucial, James Lewis states when sharing techniques and practices that have helped him manage the increased operational complexity a microservice architecture gives.
-
BipIO Goes Beta - An Interview With Michael Pearson
BipIO is a light-weight open source IPaaS which lets you visually interconnect various cloud services as micro-apps or personal workflows. After running as a private beta, BipIO recently opened up to the public. We spoke with Michael Pearson, Founder and Technical Lead for BipIO about the platform and his experience developing it using NodeJS and lots of public APIs.
-
Google's Study Provides Insights into Programmers' Build Errors
Google engineers have recently published a research paper presenting an empirical study of 26.6 million builds produced during a period of nine months by thousands of developers at Google. The paper describes the build workflow, and analyzes failure frequency, compiler error types, and resolution efforts. Such a study, its authors say, can help improve the build process and support to developers.
-
rest: Open Source REST Framework For Haskell
Silk has recently open-sourced a REST framework for Haskell, called "rest". It provides a DSL for defining REST services which can then be run in popular web frameworks such as happstack. This comes with features such as type-safe URLs, abstraction of format-type support, and a clean separation of API specification and business logic.