What is SonarQube? It is open source Static Code analysis tool which is used by developer to manage source code quality and consistency. SonarQube work with 25 different languages like Java (including Android), C#, C/C++, JavaScript, TypeScript, Python, Go, Swift, COBOL, Apex, PHP, Kotlin, Ruby, Scala, HTML, CSS, ABAP, Flex,…
Secure data on server without installing Server side language
In some cases, site speed is more important than dynamic content but in the same case, the user wants to secure content based on the different user bases. In this case, the developer has limited options. One option is to install server-side script and check the content, load…