
In this post, I have listed down some of the top pages which I came across while doing exploring implementation…
In this post, I have listed down some of the top pages which I came across while doing exploring implementation…
In this post, you will learn about fundamentals and best practices with ElasticSearch based on the following: Revision notes on…
One of the key aspects of AWS Lambda Function in Java is creating deployment package (jar or zip file) for…
ElasticSearch Java APIs can be used to create, update, query (retrieve items) and delete the index. In this post, you…
ElasticSearch fuzzy query can be used in scenarios when the user searches with mistyped keywords or misspellings. Alternatively, it can…
Creating a Spring Boot app with MySQL data source is something every Java developer come across when thinking of creating…
In this post, you will learn about Java code example related to creating an entry in the DynamoDB table using…
Building an intelligent IVR system with a Bot handling the interaction with your end users and bringing in humans based…
Amazon Polly can be used with Twilio phone service and AWS S3 to create an automated alert system which does…
This post represents sample Java code (example) to demonstrate how to invoke Twilio Rest API to play pre-recorded audio in…
Twilio is a very popular communication service which could be used to send SMS, make the phone or video calls…
AWS Security Token Service (STS) is an Amazon web service which enables you to request temporary, limited-privilege credentials for AWS…
Spring Framework is one of the most popular and widely used Java frameworks which makes it very easy to create…
Amazon Simple Storage Service (S3) is an AWS object storage platform which helps you to store the files/data in form…
Amazon Polly is one cool AWS service which can be used to achieve requirements such as creating business, security alerts…
Spring Boot helps you quickly get started with building a Spring-based web app in no time. All you need to…