Blog

Code Testing through SonarQube - Cover Image
General
Code Testing through SonarQube

SonarQube is an open-source platform developed by SonarSource for continuous inspection of code quality to perform automatic reviews with static analysis of code to detect bugs and code smells

Worker Threads
General
Worker Threads

Understanding Node.js Worker Threads, a powerful solution to maximize CPU utilization and optimize the processing of heavy computational workloads.

Python : Virtual Environment + requirments.txt - Cover Image
General
Python : Virtual Environment + requirments.txt

Python projects must always be developed in isolated or virtual environment so that all our dependencies are locked to the project only.

WSL 2.0 - Cover Image
General
WSL 2.0

Install WSL 2.0 on Windows 10