Category: Uncategorized

Cloud InfrastructureRelevant topicsUncategorized

Confluent Platform

by:

Confluent Platform is a stream data platform that enables you to organize and manage the massive amounts of data that arrive every second at the doorstep …

Uncategorized

About Big Data and Hadoop

by:

Big Data is a collection of large datasets that cannot be processed using traditional computing techniques. It is not a single technique or a tool, rather …

Uncategorized

Behavior Driven Development (BDD)

by:

Behavior Driven Development is an Agile software development process that encourages collaboration among developers, QA and non-technical or business participants in a software project. It encourages …

Uncategorized

About Kubernetes

by:

Fundamentally, Kubernetes is about taking a bunch of virtual machines (or physical machines, virtual machines are mostly about cloud) and transforming them into unified API Service …

Uncategorized

About Apache Kafka

by:

Apache Kafka is a Distributed Stream Processing System. Basic components of Kafka are : Kafka Broker – the first server users interact with. It listens to …

Uncategorized

Introduction to Spring Integration

by:

Spring Integration provides an extension of the Spring programming model to support the well known Enterprise Integration Patterns. It embodies some of the finest and most …

Uncategorized

Java 8 Functional Interfaces

by:

A functional interface is an interface that contains (must contain) one and only one abstract method. They can have only one functionality to exhibit. From Java …