What Is Sqoop ? How It Is Used And Its Installation?
The traditional application management system, that is, the interaction of applications with relational database using RDBMS, is one of the […]
The traditional application management system, that is, the interaction of applications with relational database using RDBMS, is one of the […]
Neural Network is a series of algorithms that are trying to mimic the human brain and find the relationship between
Keras runs on top of open source machine libraries like TensorFlow, Theano or Cognitive Toolkit (CNTK). Theano is a python
Introduction Dockerizing an application is the process of converting an application to run within a Docker container. While dockerizing most
In this Article we will be looking at Rclone (“rsync for cloud storage”) which is a command-line program to sync files
Object-Oriented Programming in short OOP every programmer in their programming career always faces this concept. We are going to cover
Introduction Hi everyone! Today we’re going to discuss about Liskov Substitution principle. It is considered to be the most complicated
What is Apache Spark: Apache Spark is an open-source data processing engine to store and process data in real-time across various clusters of
APIs (Application Programming Interface(s)) allow us to transfer(or fetch) the data from one application to another application of our choice.
Kubernetes apiVersion When we create Kubernetes resource manifests, one of the first important things that we need to specify for
Even though synchronized and volatile help to keep away from multi-threading issues, they’re completely unique from each other. Before seeing
What is Data Structure We are here to learn basic about Data Structure in Scala A Data Structure in scala