Technical

How to setup SonarQube Server on Linux local system

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, Objective-C, PL/I, PL/SQL, RPG, T-SQL, VB.NET, VB6, and XML. Some…
Technical

How to setup and Run SonarScanner on Linux local system

What is SonarQube? It is open source Static Code analysis tool which is used by developer to manage source code quality and consistency. You can find the more detail for this on "How to setup SonarQube Server on Linux local system" What is SonarScanner? SonarScanner is the scanner to use when you want to scan your project standalone in the…
General Javascript JQuery

Secure data on server without installing Server side language

Secure Data on Server Without Server-Side Language [caption id="attachment_24759" align="aligncenter" width="686"] Secure data on server without installing Server side language[/caption] In today's digital world, site speed is crucial, and securing content is just as important. Securing data on the server without using server-side language offers a simple and effective solution for developers working with static websites. By relying on HTML,…