How to Install Java with Amazon Corretto 11 using SDKMAN or Jenv

How to Install Java with Amazon Corretto 11 using SDKMAN or Jenv Introduction: Java is a popular and versatile programming

How to check NGINX version

Check the version of the currently installed Nginx by calling the Nginx binary. Use -v parameter to display the Nginx vers

Hello World for Play Scala Framework

Hello World Table of content 1. Write routes 2. Create Sample Controller 3. Start server 4. "Hello World" redendering in

Scala String unique and distinct characters

Scala problem: define in BDD style When Filter string unique characters Then Sort by alphabet Solution TODO-01: When F

Find smallest number in array

Scala solution: reduceLeft function reduceLeft function can be used to get min and max values of an Array[Int] scala>

How to use .gitignore correctly

The Most Important Use Cases First things first, how can we exclude every target folder created by Maven in every sub-modu