InfoQ Homepage Development Content on InfoQ
-
New in Android Studio 2.0: Instant Run and Cloud Test Lab
Android Studio 2.0 comes with several new features and improvements: Instant Run, integration with a Google service for testing on real devices, faster emulator, faster builds, GPU profiler and debugger, support for deep linking and others.
-
GitHub’s DGit Improves Reliability, Performance, and Availability
GitHub has been quietly rolling out DGit, short for “distributed Git”, a new distributed storage system built on top of Git with the aim of improving reliability, availability, and performance of using GitHub.
-
Vivaldi 1.0: First Official Release
Vivaldi has released the first official release for its web browser built for – and with – the web. Launched in 2015 by the co-founder of Opera Software, Jon von Tetzchner, the browser is unique in being built using only web technologies.
-
Capital One Launches Developer Platform
Capital One launched the DevExchange Beta developer site and initial API offering last month.
-
Agile Epics in GitHub with ZenHub Epics
GitHub-based project management solution ZenHub has recently introduced “Epics”, a new tool that provides a complete re-work of GitHub issues and issue management that aims to make it possible to fully manage product roadmaps inside of GitHub.
-
IBM Kick-Starts Eclipse OMR, a Toolkit for Creating Language Runtimes
IBM has created Eclipse OMR, an open-source virtual machine toolkit to create runtime environments for any language. OMR aims at leveraging general improvements in virtual machine technology across languages, like garbage collection or hardware integration. To achieve this, IBM is generalising its own JVM, J9.
-
LFE Brings Lisp to the Erlang Virtual Machine
After 8 years of development, Lisp Flavoured Erlang (LFE) has reached version 1.0, bringing stable support for Lisp programming on the Erlang virtual machine (BEAM). LFE was created by Robert Virding, one of the initial developers of Erlang. InfoQ has spoken with Duncan McGreggor, current maintainer of LFE.
-
.NET 4.6.2 Preview Brings Security and WPF Features
While most of the attention is on .NET Core, work continues on the original .NET Framework. Recently released as a preview, version 4.6.2 is primarily focused on security and WinForms/WPF related features.
-
TypeScript 2.0 Preview
Anders Hejlsberg returned to Microsoft's Build conference in 2016 to talk about the current state of TypeScript and preview some amazing features coming in the next few months.
-
C# 7 Features Previewed
Over the last year we've shown you various features that were being considered for C# 7. With the preview of Visual Studio 15, Microsoft has decided to demonstrate the features to make it into the final release of C# 7.
-
Zalando’s STUPS: Creating an Audit-Compliant PaaS on Top of AWS
At the microXchg conference 2016, Zalando talked about their journey to creating an audit-compliant Platform as a Service (PaaS) for multiple autonomous teams that runs on top of Amazon Web Services (AWS). Key lessons learned included: the need for autonomous teams and a supporting PaaS, alongside auditing and a clear vision, are essential to scale development as an engineering organisation grows.
-
How Node Replaced Macros in Microsoft Word
Writing extensions for Word used to be handled by BASIC. Now, the language of choice is JavaScript and the platform Node.
-
.NET's Future Includes an Open Sourced Mono
At Day 2 of Build, Microsoft's Scott Hunter and Scott Hanselman described the company's plans for a unified .NET library. As part of this plan, Mono has been switch to the MIT open source license.
-
RAD Tool Kony Visualizer 7.0 Adds Support for Wearable and IoT Apps, Free Starter Edition
Kony Visualizer 7.0, Kony’s code-less mobile app design and development tool, introduces support for wearable and IoT apps and adds a Starter version that is free to download and use.
-
Characteristics of Evolutionary Architectures
The first principle of Evolutionary architecture is support for incremental non-breaking changes. Microservices architecture is one great example of such an architecture, Rebecca Parsons and Neal Ford from Thoughtworks claims when describing characteristics and principles of Evolutionary architectures.