All you need to know about Collections In Scala
Introduction Scala has a rich set of collection library. Collections are containers of things. Those containers can be sequenced, linear […]
Introduction Scala has a rich set of collection library. Collections are containers of things. Those containers can be sequenced, linear […]
In the context of functional programming, the terms “effects” and “effectful” are largely used. However, it is difficult to find
Hello Readers!!! In this blog, we will see how to setup django development environment. But, at first we will see
In this blog, we are going to learn about how a list of functions can be composed to create a
Kafka Connect is a data distribution framework within and outside of Apache Kafka®. The Confluent Platform is deployed with a
Hi, Reader in this blog we are going to see How to Connect PostgreSQL With Django Project. I will perform
Why Concurrency? Concurrency is an ability of a program to do multiple things at the same time. Concurrency is very
Hello Readers! As we know AWS has become a leader in cloud computing. We have different ways of automating AWS
Are the messages produced by using one part of a utility to apache Kafka and eaten up with the aid
Kafka connect is an framework to connect kafka with external ecosystem like file systems, databases using kafka connector. The Kafka
Hello Readers! In this blog we will get familiar with AWS Cloud Development Kit (AWS CDK) which is a new
What is Kafka Connect? Kafka Connect is an open-source component and framework to get Kafka connected with the external systems,