ElasticSearch Fuzzy Query Example in Java

6 years ago

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

Spring Boot JPA MySQL Sample App – Code Example

6 years ago

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

AWS Error 2003 – Can’t Connect to RDS MySQL Server

6 years ago

In this post, you will learn about the solution to the error, AWS Error 2003: Can't Connect to RDS MySQL Server, which you…

Get Started with ElasticSearch and Kibana on Windows

6 years ago

ElasticSearch is a distributed, restful analytics search engine which is used to provide faster search through your data than the…

AWS DynamoDB PutItem Java Example to Create Items

6 years ago

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

DynamoDB – Partition Key vs Composite Partition Key

6 years ago

AWS DynamoDB has two key concepts related to table design or creating new table. A beginner with DynamoDB is found…

Build IVR System using Amazon Polly, Lambda and Twilio

6 years ago

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

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

6 years ago

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

Java Code to Invoke Twilio Rest API to Play Audio

6 years ago

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

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

6 years ago

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