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.
General
WSL 2.0
Install WSL 2.0 on Windows 10
EPRNext - Create doctypes
ERPNext Notes
EPRNext - Create doctypes
Introduction to doctypes
ERPNext How to create an APP in Frappe
ERPNext Notes
ERPNext How to create an APP in Frappe
Explanation of how to create a new function in Frappe framework
ERPNext documentation
ERPNext Notes
ERPNext documentation
These are some useful links to frappe framework and ERPNext.