Web

ElasticSearch Create, Query, Delete Index – Java Example

ElasticSearch Java APIs can be used to create, update, query (retrieve items) and delete the index. In this post, you…

6 years ago

ElasticSearch Fuzzy Query Example in Java

ElasticSearch fuzzy query can be used in scenarios when the user searches with mistyped keywords or misspellings. Alternatively, it can…

6 years ago

Spring Boot JPA MySQL Sample App – Code Example

Creating a Spring Boot app with MySQL data source is something every Java developer come across when thinking of creating…

6 years ago

AWS DynamoDB PutItem Java Example to Create Items

In this post, you will learn about Java code example related to creating an entry in the DynamoDB table using…

6 years ago

Build IVR System using Amazon Polly, Lambda and Twilio

Building an intelligent IVR system with a Bot handling the interaction with your end users and bringing in humans based…

6 years ago

Amazon Polly Text-to-speech with AWS S3, Twilio Java App

Amazon Polly can be used with Twilio phone service and AWS S3 to create an automated alert system which does…

6 years ago

Java Code to Invoke Twilio Rest API to Play Audio

This post represents sample Java code (example) to demonstrate how to invoke Twilio Rest API to play pre-recorded audio in…

6 years ago

Twilio & AWS S3 using Java & Spring Boot – Code Example

Twilio is a very popular communication service which could be used to send SMS, make the phone or video calls…

6 years ago

AWS Temporary Credentials with Java & Spring Boot

AWS Security Token Service (STS) is an Amazon web service which enables you to request temporary, limited-privilege credentials for AWS…

6 years ago

10 Spring Framework Interview Questions for Freshers

Spring Framework is one of the most popular and widely used Java frameworks which makes it very easy to create…

6 years ago