How to Implement AWS Queues in Java
Introduction Amazon Simple Queue Service (SQS) is a fully managed message queuing service offered by Amazon Web Services (AWS). It provides a way for applications to exchange messages with…
Read more »
How to Validate Google reCAPTCHA in Java in 2023
What is Google reCAPTCHA Google reCAPTCHA is a popular security tool used to protect websites from spam and abuse. It works by presenting users with a challenge, such as a…
Read more »
how to get country code from ip address
In this post, we will write the code to fetch and read the Country code and Country flag from ip address For this to achieve we will be using “ip-stack”…
Read more »
Swagger with Java
What is Swagger ? Swagger 2 is an open source package written in Java to generate documentation of Swagger compliant APIs. The latest version of swagger uses a set of…
Read more »