
Java

Full Guide on AWS Secret Manager | How to Create-Store Fetch Secret Manager
There are various instances where you are using tokens, credentials, API keys, and password usernames to access any services. One example is, that to log into your SQL Server you need to use IP, username, password, and port. But storing this in a plane text or inside your code is not the best idea in…

How to install java 11 on MAC OS
Today we will install Java 11 on MAC OS . You can find multiple articles on the Java 11 installation but most of them are a little complex to set up. Today, we will set up the Java 11 installation on MAC in the easiest way. Please follow the below 5 steps to set Java 11…