-
JDBC
Amazon Redshift JDBC Connection Example
In this tutorial, we will learn about how to set up a JDBC connection to an Amazon Redshift cluster. We…
Read More » -
Kubernetes
What is Kubernetes
1. Introduction Kubernetes(k8s) is an open-source container-orchestration management tool that ensures that containers run in the “desired state” all the…
Read More » -
Boot
Spring Boot Profiles Tutorial
Welcome readers, in this tutorial, we will see how to load profiles (such as DEV, QA, or PROD) in a…
Read More » -
Boot
Using Amazon SQS with Spring Boot
Welcome readers, in this tutorial, we will see how to set up a Standard Queue on Amazon SQS and create…
Read More » -
Core Java
Java Fork and Join
In this tutorial, we will look at the Fork Join framework in Java with examples. It speeds up parallel processing…
Read More » -
Docker
Docker Best Practices Tutorial
This tutorial talks about various best practices and examples around the docker containers. 1. Introduction Docker containers are an essential…
Read More » -
Apache Solr
Apache Solr and Apache Tika Integration Tutorial
This article is a tutorial about Apache Solr and Apache Tika Integration. 1. Introduction A Solr index can accept data…
Read More » -
Maven
Apache Maven Rat Plugin Tutorial
In this tutorial, we will learn about the Apache Rat tool and the Apache Maven Rat Plugin for Java applications.…
Read More » -
Boot
Building a REST Service with Spring Boot and MongoDB
1. Introduction This is an in-depth article related to the Spring Boot based Rest Service with MongoDB. Spring Boot framework…
Read More »