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.
General
How to Publish a Python Package on PyPI
Publishing your Python package allows you to share your code with the wider Python community, making it easily accessible for others to install and use in their own projects.
General
husky (eslint + prettier)
# Auto-verify your code before commit
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.