InfoQ Homepage Development Content on InfoQ
-
A Proposal to Add Option Types for References to C# 7
Mads Torgersen, C# language program manager at Microsoft, has recently outlined a proposal for the introduction of option types for references in C# 7. Option types are meant as a means to make the language safer and reduce the occurrence of null reference exceptions, which, as Torgersen says, are rampant in C# since any reference type can reference a null value.
-
Playing Games with the Agile Essentials
The agile essentials from Ivar Jacobson International is a starter kit of agile practices, provided as a deck of cards. Teams can play games with these cards to learn agile practices and inspect and adapt their way of working.
-
Typescript to Support React
Microsoft have released the beta for TypeScript 1.6, and with it support for React. Program manager Jonathan Turner explains that while the TypeScript team has collaborated with teams responsible for libraries including Dojo, Aurelia, and Angular, React is "an important library" that that has been difficult for TypeScript developers.
-
Key Takeaways from the 'Agile on the Beach' Conference: Day One
At the fifth ‘Agile on the Beach’ conference, held in Cornwall, UK, several leading practitioners of agile software delivery presented the state-of-the-art and emerging trends within this domain. Key messages included the need for the more rigorous use of the scientific method throughout the software delivery lifecycle, and the benefits provided by applying agile principles to product development.
-
Price Drop and Extension Marketplace for VS Online
When TFS was first envisioned a decade ago, it was meant to be an all-encompassing ALM solution. Since then Microsoft has come to realize that most companies prefer to mix and match the tools that best suit their needs. In response, they are reducing the price of VS Online and creating a new marketplace for third-party tools.
-
TFS Power Tools is Now Available for Visual Studio Express
Starting with this release, TFS 2015 Power Tools will support all major editions of Visual Studio include the VS Express variants. Previously you need to have Visual Studio Pro or higher to use this set of extensions.
-
InfoQ China Establishes Container Technology Club
On August 28, 2015, the first CNUTCon was held in Beijing. At the conference, Kevin Huo, the founder of Geekbang & InfoQ China, announced that InfoQ has joined forces with domestic front-line IT technology companies to establish the CNUT Container Technology Club.
-
Building Microservices with Go and ‘Go kit’: Peter Bourgon Q&A
At the Golang UK Conference, Peter Bourgon introduced ‘Go kit’, an open source microservice toolkit that can be used to facilitate and standardise the creation of Go-based services within the modern enterprise application stack.
-
Amazon Introduces New Monetization Model for Android Apps
Amazon has introduced a new mobile app monetization model dubbed Amazon Underground and linked with their own Amazon app store. The new model provides “actually free” apps to customers while developers are paid based on how long their apps are used.
-
Angular Offers Refined Migration Path with ng-upgrade
The Angular team has announced a new component, dubbed ng-upgrade, that will allow Angular 1 and Angular 2 projects to coexist. This will allow developers to migrate an application one piece at a time without losing the fidelity of either engine.
-
OpenBSD to Receive Native Hypervisor
OpenBSD has long-lacked support to host virtual machines on the X86/X64 platforms. OpenBSD developer Mike Larkin seeks to change that through his new project to bring a native hypervisor to this operating system, giving it the ability to host virtual machines natively.
-
AWS Simplifies Resource Access with VPC Endpoints, Initially Supporting S3
Amazon Web Services recently introduced VPC endpoints to enable a "private connection between your VPC and another AWS service without requiring access over the Internet, through a NAT instance, a VPN connection, or AWS Direct Connect". VPC endpoint policies provide granular access control to other service's resources. Initially available are connections to S3, other services will be added later.
-
Dino Esposito on CQRS, Messages and Events
Command Query Responsibility Segregation (CQRS) is the starting point of a change that will have a profound impact on system architecture, Dino Esposito claims in three articles in MSDN Magazine. It’s the first step in an evolution transitioning software architects from the idea of “models-to-persist” to the idea of “events-to-log” and about event-based data instead of data snapshots.
-
Phoenix Web Framework Makes 1.0 Milestone
Chris McCord has released version 1.0 of the Phoenix web framework. Written in Elixir, Phoenix implements the server-side MVC pattern and aims to combine high developer productivity with high application performance.
-
New JVM Option Enables Generation of Mixed-Mode Flame Graphs
Java has introduced a new option that enable generation of mixed-mode flame graphs in JDK versions 8 and 9. InfoQ speaks to Netflix performance engineer Brendan Gregg about how this option gives application developers a clearer, combined system and JVM profile of their applications than was possible before.