InfoQ Homepage Development Content on InfoQ
-
The Next Web Europe 2015 Recap Part Two
The Next Web took place last week in Amsterdam, Netherlands. With more than 3,500 participants, it’s one of the biggest technology conferences in Europe. This recap looks at the most interesting news that came out of the two day conference.
-
Carthage: GitHub's Dependency Manager for Xcode Projects
Carthage is a dependency manager for Objective-C and Swift projects aims to be "ruthlessy simple," says its author Justin Spahr-Summers. Carthage has been developed at GitHub and its philosophy is "delegating tasks to Xcode and Git" as much as possible so developers can use the tools they "are already familiar with."
-
Ember Community Votes Overwhelmingly to Drop IE8
Ember.js users have voted overwhelmingly in favour of dropping support for Internet Explorer 8. Ember co-creator Tom Dale said "the vast majority of Ember users" were "comfortable" with giving up IE8 support in Ember 2.0. Dale went on to say that while there was also "enormous support for dropping IE9 support as well" the benefits were not "as strong".
-
C# Futures: Nullability Tracking
Probably the most common error type in .NET is the Null Reference Exception. The root cause of this error is C#’s inability to express the concept of non-nullable references, which in turn makes compiler-enforced null checking it too burdensome. To address this problem, there is a proposal for mandatory and explicitly nullable references.
-
Visual Basic: Back by Popular Demand
Once again, Visual Basic has been brought back from the brink of deprecation. Reversing a previous decision, VB will be fully supported in ASP.NET 5 including cross-platform.
-
The Next Web Europe 2015 Recap Part One
The Next Web took place last week in Amsterdam, Netherlands. With more than 3,500 participants, it’s one of the biggest technology conferences in Europe. This recap looks at the most interesting news that came out of the two day conference.
-
Rust Beyond 1.0: Where It Stands, Where It is Headed
As Rust 1.0 official release approaches, Mozilla Research’s Niko Matsakis has set out an initial assessment of priorities for new features to be added to the language in the future. This is meant as a way to trigger a public discussion about the direction that the Rust language should take. InfoQ has spoken with Matsakis.
-
C# Futures: Tuples and Anonymous Structs
With C#6 nearing completion, plans are already being laid for C# 7. While nothing is definite yet, they are starting to categorize proposals in terms of “interest and estimated plausibility”. In this series, we’ll be looking at some of the proposals starting with language support for tuples.
-
PowerShell Tools for Visual Studio Supports Remote Sessions, DSC and Workflows
PowerShell Tools for Visual Studio is a Visual Studio extension that brings the power of Visual Studio to PowerShell developers. Adam Driscoll, the original creator of this extension, got help from Microsoft over the past couple of months. The result is a new release, v3.0.108, offering 64-bit and remote session support, among other improvements.
-
Domain-Driven Design the Wrong Way
Applications claimed to have been built using Domain-Driven Design (DDD) in reality often consists of entities or DTOs separating data and logic together with services containing a mix of business and infrastructure logic, Gabriel Schenker states, noting that this also often applies early on to projects building new applications. Lack of knowledge is one major reason for this, Schenker believes.
-
Scaling Microservices at Gilt with Scala, Docker and AWS
At Craft Conference 2015, Adrian Trenaman discussed the evolution of the Gilt.com architecture from a monolithic Ruby on Rails application to a cloud-based microservice ‘lots of small applications’ platform utilising Scala, Docker and AWS. Trenaman shared both technical and organisational lessons learnt from the past eight years, as Gilt has grown from a startup to a $1B company.
-
Creating and Maintaining an Effective Coding Culture with Sven Peters
Sven Peters presented a guide to creating and maintaining an effective ‘coding culture’ at Craft Conference 2015 in Budapest. Recommendations included, defining and regularly retrospecting on organisational and team values, giving people time to innovate, celebrating success, enabling transparent communications and actions, and ensuring the needs of the customer are constantly in focus.
-
Mary Poppendieck Discusses Containers, Microservices and Contract Tests
At Craft Conference 2015 in Budapest, Mary Poppendieck discussed the ‘new software development game’ and offered advice on how best to utilise containers, microservices and consumer-based contract tests to lower friction and limit risk within software systems.
-
Hortonworks, IBM and Pivotal to Support Open Data Platform in Their Big Data Solutions
Big data vendors Hortonworks, IBM, and Pivotal recently announced that their Hadoop based platform products will use the common Open Data Platform (ODP). They made the announcement at the recent HadoopSummit Europe Conference of the open platform which includes Apache Hadoop 2.6 (HDFS, YARN, and MapReduce) and Apache Ambari software.
-
WPF Tooling in Blend and Visual Studio 2015
A question that keeps coming up is whether or not Blend should be integrated into Visual Studio. The current thought is that it is still better to have separate tools, one focused on UI design tasks and one focused on application development. But that doesn’t mean both can’t be improved.