Integrate Send Grid with Spring Boot & Java App

6 years ago

In this post, you will learn about integrating your Spring Boot & Java app with SendGrid Web API. The following…

Top 5+ Microservices Architecture & Design Best Practices

6 years ago

The Microservices-based application architecture represents a collection of small, autonomous and self-contained services which are built to serve a single…

AWS SNS Example with Spring Boot & Java

6 years ago

Amazon Simple Notification Service (SNS) is a fully managed pub/sub messaging and mobile notifications service for coordinating the delivery of…

Spring Boot & Angular 5 PWA Dev Environment Setup

6 years ago

In this post, you will learn about how to quickly create development environment to build an app using Spring Boot…

How-to Tutorials for Spring Security OAuth2 & REST API

6 years ago

In this post, I have listed down some of the top pages which I came across while doing exploring implementation…

Andrew NG Contribution to AI – Lectures, Interviews

6 years ago

This post is aimed at listing down some of the great work that Andrew NG has done in the field…

Elasticsearch Interview Questions & Answers – Set 1

6 years ago

In this post, you will learn about fundamentals and best practices with ElasticSearch based on the following: Revision notes on…

How to Create AWS Lambda Deployment Jar using Maven

6 years ago

One of the key aspects of AWS Lambda Function in Java is creating deployment package (jar or zip file) for…

ElasticSearch Create, Query, Delete Index – Java Example

6 years ago

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

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…