InfoQ Homepage News
-
A Whole System Based on Event Sourcing is an Anti-Pattern
Command Query Responsibility Segregation (CQRS) was never meant to be the end goal of what we are trying to achieve, it is a stepping stone towards the ideas of Event sourcing, Greg Young stated in his presentation at the Domain-Driven Design Europe conference earlier this year. He noted though that just applying CQRS is still a valuable pattern.
-
Collision: VR Content Democratization Key to Proliferation
Most Virtual Reality content is expensively and professionally produced by technology companies. For the technology to proliferate and satiate consumers wants, we need more ways to produce and share content.
-
Datawire Release Fault Tolerant Microservice Communication Framework ‘Datawire Connect’
Datawire have released their open source Datawire Connect framework, which allows developers to ‘resiliently connect microservices’ using automatically generated RPC-style client libraries for Java, Python or NodeJS services. The client libraries generated provide service registration and discovery, dynamic load balancing and routing, automated timeouts and circuit breakers.
-
Neo4j 3.0 Released with Binary Communication Protocol and Standardised Drivers
Today at GraphConnect Europe 2016, Neo Technology announced the release of Neo4j 3.0, which includes a new binary protocol for transmitting data between server and client, and a new set of standardised drivers for interacting with the database, along with stored procedure support and higher performance and capacity. InfoQ spoke to Neo Technology to find out more.
-
Details on How Linux Runs Natively on Windows
Microsoft has recently announced the intention to integrate Linux Bash with Windows 10, making it possible to run native Linux ELF64 binaries on their operating system. To avoid incorrect speculation on how this is possible, Deepu Thomas, the Leader of the Windows Subsystem for Linux team, has provided details on how Linux runs on Windows.
-
Apple Requires WatchOS 2 for All New Watch App Submissions
Apple has announced that new watchOS apps submitted after June 1, 2016 must be native apps built with the watchOS 2 SDK or later. Furthermore, Apple has refreshed its review guidelines for the App Store.
-
Atlassian Bamboo 5.11 Delivers Continuous Integration At Scale
Atlassian, makers of development tools such as JIRA and Confluence, have just released version 5.11 of their continuous delivery tool Bamboo with a host of new features to help teams scale and collaborate. The key feature in this new release is the ability to scale from 100 to 250 elastic build agents.
-
How VS2015 Update 2 Improves .NET Native Code
Visual Studio 2015 Update 2 has brought several new capabilities and improvements to VS2015. One area that has seen improvement is compiling code for .NET Native, yielding better support for generics and an improved backend compiler.
-
Why the Mob Programming Conference Matters
Mob Programming is a software development approach where the whole team works together on the same thing, at the same time, in the same space, and at the same computer. This is a relatively new approach and one which is generating a lot of discussion. The first Mob Programming conference is coming up on 1-2 May. InfoQ spoke to the organizers to understand why the event matters.
-
GitLab 8.7 Released
GitLab version 8.7 has been released, the latest in the company's monthly cycle. The newest version adds new features and creature comforts and makes some minor performance improvements.
-
Jare.io, an Instant and Free CDN
Jare.io, touted as a free Content Delivery Network (CDN), is essentially a wrapper over Amazon’s CloudFront.
-
Using Swift to Build Code for Android
A “Port to Android” pull request that has been recently merged into the official Swift repository master branch makes it possible to create simple programs for Android. The pull request added an Android target for Swift stdlib and allows developers to use a Linux environment to cross-compile for Android on the ARMv7 processor.
-
Helping Great Teams Form Using the Core Protocols
The Core Protocols are a set of ideas identified by Jim and Michelle McCarthy. Richard Kasperowski will open the second day of the Agile Games Conference with an explanation of how to use these protocols to help a team transform to greatness. He spoke to InfoQ about how this happens and how they relate to other team formation models.
-
Amazon Announces Managed Platform Updates for AWS Elastic Beanstalk
On April 19th, 2016 Amazon announced changes to their Elastic Beanstalk service. In this update, Amazon is providing customers with the ability to automatically install platform updates.
-
Domain-Driven Design and Microservices
Eric Evans' talk at QCon London prescribed Domain Driven Design as a mechanism to successfully handle the "big ball of mud" that can emerge as multiple teams attempt to integrate services from external teams.