This assumes that you have read the spring batch beginner tutorial & industrial strength part 1. This is the final part. Step 1: The annotated Java classes are referenced directly…
…This assumes that you have read the spring batch beginner tutorial & industrial strength part 1. This is the final part. Step 1: The annotated Java classes are referenced directly…
Login Register 100+ Free Java interview FAQs 100+ Free Big Data interview FAQs
Q1. What is the key benefit of using Spring boot?
A1. The key benefit is that you can “build a production ready application from scratch in a matter of minutes”.
Over the years since its inception, Spring has grown to be very complex in terms of the amount of configuration an application requires.…
Step by step MySQL video tutorial to get started with MySQL database. Any decent self-taught projects require a database to store & retrieve data.
1. Getting started with MySQL database beginner tutorial.
Q1. What is Spring Cloud? A1. Spring Boot is widely used to develop MicroServices. As many organisations deploy these services on the cloud like AWS, etc you need to take…
Login Register 100+ Free Java interview FAQs 100+ Free Big Data interview FAQs
Q1 How do you remove the Control-M characters from a file? A1 Using the sed command that replaces Control-M with nothing
1 |
sed 's/^M//g' ReadWriteFile.sh > ReadWriteFileNew.sh |
Note: The ^M is typed on the command…
Login Register 100+ Free Java interview FAQs 100+ Free Big Data interview FAQs
Docker, Jenkins, CI/CD, & DEV/OPS have been the buzz words for the last several years. You will be seeing this in more often in the job requirements as well. 21 Docker interview questions & answers | DevOps & CI/CD Interview Q&As
Pre-requisite: Docker is installed on your machine for example:
1 |
$ brew cask install docker |
Drools is an open source rules engine that allows you to externalize the business rules.
This tutorial assumes that you have gone through “Setting up Java, Maven, and Eclipse.” Once you have gone through the following steps, you should have a project structure as shown below.
Step 1: Create a new Maven project
Step 1: Create an amazon.com account via Amazon.com.
Step 2: Create an aws.amazon.com account. You need to provide credit/debit card details even if you want to use the free tier for up to 12 months. It is advisable to use a credit/debit card with low limits (E.g. getting a debit card from a post office with say $20 limit).…
Jenkins is the most popular CI/CD server. There you create jobs that are triggered by some events (changed in a code repository, manually, etc). Those events invokes the steps like compiling to see if you can generate the executable. Then you run tests (unit tests) to confirm the desired behaviour at low-level.…
Learn Docker first. Getting started with Docker. Learn the Kubernetes basics at Kubernetes & Docker interview Questions & Answers Pre-requisites: brew is installed: Homebrew
1 |
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" |
Homebrew Cask
1 |
$ brew tap caskroom/cask |
Docker Download…
Login Register 100+ Free Java interview FAQs 100+ Free Big Data interview FAQs