InfoQ Homepage Architecture Content on InfoQ
-
BOSH - Twenty Years of Deployment Lessons in One Tool
Colin Humphreys talks about how the Cloud Foundry community deploys the distributed system powering the one of the most successful open source platforms, along with details on the tooling used.
-
The Twelve-Factor Container
Casey West uses twelve-factor app essay as a guide to discuss the do’s and dont’s of building and running containers, each factor providing an opportunity to consider avoiding certain anti-patterns.
-
Using a Design Sprint to Accelerate Innovation
Rob Scherer and Rob Alford discuss the Design Sprint process used by Google Ventures, some of the changes made to it and lessons learned along the way.
-
Membership, Dissemination and Population Protocols
Sean Cribbs discusses practical applications of academic research with a large scale distributed system, as well as membership and dissemination protocols and their application in practice.
-
Applying Java 8 Idioms to Existing Code
Trisha Gee highlights the performance benefits of using Java 8, pros and cons, identifying code that makes sense to refactor with lambdas and streams, and what changes provide the most benefit.
-
Chaos Kong - Endowing Netflix with Antifragility
Luke Kosewski describes Flow, how it adds value to a microservice architecture, what preconditions must be met for such a recovery mechanism to succeed, and tells the story of a 2015 Q4 outage.
-
User Delight Driven Design of APIs
Michael Hyatt discusses the main complains users have with APIs and ways to address them using early user acceptance testing, RAML, JSON schemas, traits and mocks.
-
Cloud Native Java
Josh Long looks at how high performance organizations like Ticketmaster, Alibaba, and Netflix make short work of that complexity with Spring Boot and Spring Cloud.
-
API-first Architecture Transformation at Etsy
Stefanie Schirmer talks about the case study of building an API-first architecture at Etsy, why they built it, the tools used, the mistakes made and the lessons learnt along the way.
-
The Spring Circle of Feedback plus the Latest Features in Spring Boot 1.4 - SpringOne Keynote
A keynote on the "circle of code" which represents the journey from idea to implementation to deployment and back to more ideas, and a demo of the latest features in Spring Boot 1.4.
-
Building APIs
Mat Ryer takes a look at the code used for a real API running on Google AppEngine, discussing best practices for delivering modern web services.
-
Escaping the Bikeshed with JSON-API
Rob Valk introduces the JSON-API 1.0 spec, taking a look at JVM ecosystem support for the standard with the katharsis.io library and its integration with the Mule runtime.