Step1: Preparation- Install Java jdk (1.8 or 11)- Install python 3....
Sunday, September 12, 2021
Sunday, September 12, 2021
Install Apache Spark on Windows 10
Saturday, August 21, 2021
Saturday, August 21, 2021
The competition among frontend frameworks
Frontend frameworks for desktop and responsive on other devices can be categorized in 5 main types:AngularReactJSVueJSClassic (html, css, jquery, thymeleaf, asp.net)Flutter ...
Monday, July 26, 2021
Monday, July 26, 2021
Creating a Batch Service
To start from scratch, move on to Starting with Spring Initializr.
To skip the basics, do the following:
Download and unzip the source repository for this guide, or clone it using Git: git clone https://github.com/spring-guides/gs-batch-processing.gitcd into gs-batch-processing/initialJump ahead to Create a Business Class.
When you finish, you can check your results against the code in...
Monday, July 26, 2021
Spring batch introduction
Spring Batch is a lightweight, comprehensive batch framework designed to enable the
development of robust batch applications vital for the daily operations of enterprise
systems. Spring Batch builds upon the characteristics of the Spring Framework that people
have come to expect (productivity, POJO-based development approach, and general ease of
use), while making it easy for developers to access...
Saturday, July 24, 2021
Saturday, July 24, 2021
What is backbase
What are Digital Banking Platforms (DBP)?A digital banking platform (DBP) enables a bank to begin the transformational process of becoming a truly digital bank that is ecosystem-centric. A DBP also enables banks to achieve business optimization. However, that is not the end state. For banks seeking only business optimization as the goal of their digital banking strategy, a digital banking multichannel...
Saturday, July 24, 2021
Installation mdbootstrap 5

Step 1
Download the package
Step 2
Unzip downloaded package and open it in the code editor
Step 3
Open Dreamweaver editor and create a HTML site.Find a template site and copy an index.html file to your project and compose your website. And yes, it's
...
Wednesday, March 3, 2021
Wednesday, March 03, 2021
Amazon SQS as an Event Source to AWS Lambda

What is Amazon Simple Queue Service?
Amazon Simple Queue Service (Amazon SQS) offers a secure, durable, and available hosted
queue that lets you
integrate and decouple distributed software systems and components (send,...
Tuesday, March 2, 2021
Tuesday, March 02, 2021
Beginning Amazon DynamoDB
What Is Amazon DynamoDB?Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable
performance with seamless scalability. NoSQL is a term used to describe nonrelational database systems that are highly available, scalable, and optimized for high performance. Instead of the relational model, NoSQL databases (like DynamoDB) use...
Friday, January 1, 2021
Friday, January 01, 2021
VUE3 for Java developer
What is Vue.js and VUE 3 features?Vue (pronounced /vjuː/, like view) is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is easy to pick up and integrate with other libraries or existing projects. On the other hand, Vue is...
Thursday, December 31, 2020
Thursday, December 31, 2020
Mockito vs JMockit
A Brief analysis on Mockito And Jmockit
Mockito
JMockit
1. We can achieve Static method/constructor mocking by the combination of Mockito with Powermo...