InfoQ Homepage Architecture & Design Content on InfoQ
-
Aggregates, Entities and Value Objects in Domain-Driven Design
Move as much as possible of the behaviour away from the Entities into Value Objects when working with Aggregates, As more behaviour is needed this is added as new value objects, Paul Rayner recommends in a series of blog posts covering aggregates, entities and value objects, all concepts from Domain-Driven Design (DDD).
-
Atlas: Netflix's Primary Telemetry Platform
Netflix has open sourced Atlas, part of their next-generation monitoring platform they have been working on since early 2012. The company developed Atlas to store time series data in order to provide near real-time operational insight to teams.
-
MuleSoft Announces ESB 3.6 and Anypoint Platform for Mobile
MuleSoft has announced this month the release of ESB 3.6 runtime, improvements to Anypoint Studio and the Anypoint Platform for Mobile to support mobile application development.
-
VMware Will Offer Google Cloud Services and Rackspace Offers vCloud
Cloud vendors are combining their strengths to provide extra services for their customers. The latest developments include VMware offering Google BigQuery and Rackspace building private dedicate vCloud’s.
-
JHipster 2.0 Released with AngularJS improvements, Liquibase diffs, and Spring WebSockets
JHipster, the Yeoman generator for Spring Boot/Angular projects, released version 2.0 earlier this month, with some notable changes: 1) the AngularJS code has been modularized, making it easier to use JHipster for larger projects and 2) Liquibase is now able to create "diffs" between the JPA code and the database, making it easier to update your database schema.
-
Bad Practices Building Microservices
When adopting a microservices architecture, using an external architect to create the design of a service instead of helping a team make their own decisions about design and implementation is one of several traps or bad practices that Vladimir Khorikov has experienced in his work.
-
TestFlightApp.com is Going to Shut Down Next Month
Apple announced that "services offered at TestFlightApp.com will no longer be available after February 26, 2015." The announcement contains a few important hints to help transitioning existing apps from TestFlightApp.com to iTunes Connect.
-
EMRFS Brings Consistency to Amazon S3
Amazon recently announced EMRFS, an implementation of HDFS that allows EMR clusters to use S3 with a stronger consistency model. When enabled, this new feature keeps track of operations performed on S3 and provides list consistency, delete consistency and read-after-write-consistency, for any cluster created with Amazon Machine Image (AMI) version 3.2.1 or greater.
-
QCon London 5 Weeks Away; Top Tracks, Sessions, and Speakers
The ninth annual QCon London (March 2-6) will feature in-depth presentations and case studies from Netflix, Google, Facebook, Uber, eBay, SoundCloud and others. Learn from front line, industry practitioners on topics like Microservices, Docker, Engineering Culture, Go, Reactive Architecture, Low Latency Trading, Continuous Delivery, and more.
-
Microsoft Azure G-Series VMs are Generally Available
Azure’s beefy, powerful G-series VM types are now available in East US 2 region.
-
Java 8 Auto-Update, Java 7 End of Public Update
Oracle has started auto-updating JRE 7 to JRE 8. Auto-update was turned on in January 20, 2015 and affects Windows 32-bit and OS X users who use Java's auto-update mechanism. This is not a silent upgrade and requires user permission. JRE 8 was released on March 2014 and has been the default version on Java.com since October 2014.
-
Leveraging Nashorn at Netflix
Netflix recently hosted the Silicon Valley Java User Group to talk about Nashorn, "The Hidden Weapon of JDK 8." In this presentation the Netflix Partner Tools team described how they’ve started leveraging JavaScript in their services.
-
Google Shares its Views on Containers
The Google Cloud Platform team started an article series to share its views on container, leveraging their 10-year experience on the technology. Google's first two articles provide an overview of the topic. They explain the rationale behind container clusters and their defining traits. Along the way, they show how it all applies to Kubernetes.
-
vCloud Air Gets Disaster Recovery, Pay-Per-Use and Advanced Networking Services
VMware has announced the availability of enhanced disaster recovery, advanced networking services and on-demand pricing of its hybrid cloud platform.
-
.NET API Review Part 2
This is part 2 of our analysis of the .NET API review meeting for January 14th. This report covers HashSet, RegEx, Process.Start, Immutable collections, and BitVector32.