InfoQ Homepage Architecture Content on InfoQ
-
Iterative Design for Data Science Projects
Bo Peng goes over how Datascope iterated on the major pieces of the Expert Finder application project to produce actionable insights and recommendations on methodologies.
-
Reactive Kafka
Rajini Sivaram talks about Kafka and reactive streams and then explores the development of a reactive streams interface for Kafka and the use of this interface for building robust applications.
-
Cloud Native Streaming and Event-driven Microservices
Marius Bogoevici demonstrates how to create complex data processing pipelines that bridge the big data and enterprise integration together and how to orchestrate them with Spring Cloud Data Flow.
-
Troubleshooting RabbitMQ and Microservices That Use It
Micahel Klishin talks about how one can troubleshoot a distributed service-oriented system, focusing on Java, Spring, and RabbitMQ.
-
A Brief History of Unicode
Alex Blewitt discusses the origins of Unicode, why UTF8 is important, how character sets have evolved over time and the role Unicode has had in the evolution of many languages.
-
Operationalizing Data Science Using Cloud Foundry
Lawrence Spracklen creates a machine learning model leveraging data within MPP databases such as Apache HAWQ or Greenplum integrated with Chorus and then deploying this as a microservice on PCF.
-
Architecting for Cloud Native Data: Data Microservices Done Right Using Spring Cloud
Fred Melo introduces Spring Cloud Stream from a Data Microservices perspective.
-
Building Resilient and Evolutionary Data Microservices
Vinicius Carvalho talks about the role of a centralized Schema repository, and how can we work with different data models and protocols to achieve schema evolution.
-
Data Microservices in the Cloud
Mark Pollack introduces Spring Cloud Data Flow enabling one to create pipelines for data ingestion, real-time analytics and data import/export, demoing apps that are deployed onto multiple runtimes.
-
Consumer Driven Contracts and Your Microservice Architecture
Marcin Grzejszczak shows how to use the Spring Cloud Contract Verifier to stub HTTP / Messaging collaborators, faking microservices with stubs that were tested against their producer.
-
The Past, Present, and Future of JavaScript
Jay Phelps leads a discussion with Jafar Husain and Stefan Penner through the history of the TC39 specification process, revealing new features coming to a browser near us: ES2015 and beyond.
-
Building a Microservices Platform with Kubernetes
Matthew Mark Miller discusses Kubernetes’ primitives and microservices patterns on top of them, including rolling deployments, stateful services and adding behaviors via sidecars.