InfoQ Homepage News
-
Android N Combines AOT, Interpretation and JIT
Android N introduces a hybrid runtime using compilation + interpretation + JIT to obtain the best compromise between installation time, memory footprint, battery consumption and performance.
-
Tomas Rybing Introduces the Shooting Target - Value Kanban Board
This post describes the applications of the shooting target in kanban board introduced by Tomas Rybing.
-
Npm Updates Policy on Removing Packages
Npm has issued an updated policy on what happens when a user wants to remove one of their packages from the publishing system.
-
Contracting to Enable Agile Behaviour
InfoQ interviewed Martin Kearns about how agile contracts differ from contracts for waterfall projects, how contracts can deal with scope changes, major disturbances or delays during development, how contracts can enable agile behaviour and help all those involved to work together based on an agile mindset, and the role that lawyers can have when organizations want to use contracts with agile.
-
Simplifying the Road from Win32 to Windows 10
One of the challenges Microsoft faces with Windows 10 is due to the company's own massive success in building their large library of traditional Win32 applications. Today at Build Microsoft revealed a new tool that makes porting an existing Win32 based application vastly easier.
-
The 6 Main Reasons to use VS2015 for C++ Development
Today at Build, the presentation “6 Reasons Move your C++ code to VS2015” was given which discussed the new features in VS2015 that make it more useful to C++ developers. VS2015 has been evolving since its original July 2015 release and there are several new features that should increase its attractiveness to C++ developers regardless of the platforms they target.
-
Microsoft Brings Linux to the Desktop
Microsoft has announced that they are providing a brand new system in Windows 10 that will enable Linux binaries to run unmodified. This means everything from the popular Bash shell to Emacs will be available as easily as Power Shell is today.
-
Microsoft Build 2016 - Day 1 Keynote Quick Take
Microsoft's annual Build developer conference began today in San Francisco's Moscone Center. Read on for InfoQ's coverage as Microsoft announced their plans for the Cloud, Windows 10, and the Internet of Things.
-
Type Satety for Numerics in F# Using Units of Measure
Unit of measures in F# bring the ability to add type information to basic numeric types. This leads to more safety against unit mismatch, such as using seconds where milliseconds were expected. While it is possible to deal with unit of measures using classes, having the feature built into the language leads to more concise code.
-
1.3 Release Brings Out-of-the-Box npm Integration to Meteor
Meteor has announced version 1.3, bringing ES2015 Modules as well as a rewritten Cordova layer.
-
Jenkins 2.0 Beta Available, Adds New Pipeline Build System
Jenkins 2.0 beta is now available which includes a new Pipeline build delivery system using a DSL built on Groovy. That feature and a new user setup process aims to give users most of what the need out of the box.
-
SQL Server's Servicing Rules Have Changed
Microsoft has dramatically changed the support policy for SQL Server. In the past, the policy was essentially "wait for a service pack unless you have a problem". Now they want developers to proactively Cumulative Updates.
-
VS Code Improves JavaScript Editing Abilities
Microsoft's multiplatform, open source text editor VS Code has just released its March build, providing several enhancements to benefit JavaScript developers. Alongside side these welcome improvements are several additional options for customization to allow developers to more easily customize their tool.
-
SAFe Framework Introduces CaPex and OpEx Elements of Software Capitalization
SAFe framework recently introduced the concepts of CapEx and OpEx concepts of Agile budgeting and capitalization.
-
Git 2.8 Adds Improvements to Submodules, Identity Handling, and Windows Support
Recently [announced](https://github.com/blog/2131-git-2-8-has-been-released) Git 2.8 brings many new features, improvements, and bug fixes. Among the most noteworthy are parallel fetch for submodules, an improvement to how Git handles a user's identity, and better support for Windows.