Install Sonarqube in Windows

Posted by & filed under MYSQL, Sonarqube.

Installl SonarQube To Analyse PHP script Using MySQL In windows

What is SonarQube: SonarQube is an open source code quality management platform that allows developer teams to manage, track and eventually improve the quality of the source code. It’s a web based application that keeps historical data of a variety….. Read More >>>>

Create A Simple HelloWorld WordPress Plugin

Posted by & filed under PHP, WORDPRESS.

Create A Simple HelloWorld WordPress Plugin

Every WordPress beginner’s least dream is to write their own plugin to extend the WordPress functionality. We can extend WordPress functionality by writing our own plugin using WordPress API. In this tutorial we are going to create “HelloWorld” WordPress plugin, which….. Read More >>>>