Nikhil Ahir

Passionate developer, eager learner with around 9+ years of professional experience

Regex to get word, number, whitespace in Javascript

In this post we will see some example of regular expression using which we will find words, non-words, numbers, non-numbers, whitespaces and non-whitespace characters. We will use special characters from regular expression Character classes. These special characters start with the ‘\’ backward slash. There are many more than the ones that I have displayed.

Read More »Regex to get word, number, whitespace in Javascript

Run SonarQube server locally using docker/docker-compose and scan react project using docker run sonarsource/sonar-scanner-cli

In this tutorial we will be running SonarQube locally. After the SonarQube docker is successfully up then we will be using sonarsource/sonar-scanner-cli docker to scan our local code, generate the sonar results and push to our local SonarQube server.

Read More »Run SonarQube server locally using docker/docker-compose and scan react project using docker run sonarsource/sonar-scanner-cli