Install GraalVM on macOS

GraalVM is a high-performance virtual machine built by Oracle that can run applications written in JavaScript, Python, Ruby, R, JVM-based languages such as Java, Scala, Kotlin, and LLVM-based languages. like C and C++. Using GraalVM, you do not need to install many different software to… Read More

Install SonarQube Scanner

After installing SonarQube server, you need to install SonarQube Scanner. This is a tool used to analyze our code and report the result to the SonarQube server, then SonarQube server will use this report to display to the user. In this tutorial, I will guide… Read More