Kafka Kerberos Authentication
In this article we will start looking into Kerberos authentication and will focus on the client-side configuration required to authenticate […]
In this article we will start looking into Kerberos authentication and will focus on the client-side configuration required to authenticate […]
Introduction JOOQ is an acronym for Java Object oriented query. It is framework which is built on top of a
Solid Principles: Solid principles establish practices that grant software development with considerations for maintaining as well as extending as the
Hello Readers… I hope you all are doing well. In this blog we are going to learn interesting topic of
Introduction: Method Invocation is a technique that shows various syntax in which, we precisely call methods of a class with
What is Logging Logging helps us to monitor the activity of our application in case if any error occurs we
In this blog, we will observe the observables by using practical implementations. So, let’s start with the understanding of the
An abstract factory design pattern is one of the constructive patterns. The Abstract Factory pattern works around a super-factory that
What is Polymorphism : The simple meaning of polymorphism is a function that has multiple forms. The word Polymorphism is
Scala is a partial functional programming language so function plays an important role. A function is a collection of statements
Here in this blog, I am going to explain what is Akka Actor is and how to implement Akka Actor
In this blog we discuss about different ways of passing arguments in function call in scala. Call-by-Value By default scala