Anand Tripathi

Configuration management in Python like a Boss(Pydantic with python-dotenv)

The most basic thing of any application is the configuration variables. Some of them are constant throughout the application lifecycle and others keep on changing. The ones that are constants we just create a constant package and reference them from it. It helps us to avoid all the hardcoding in the application. And the other …

Configuration management in Python like a Boss(Pydantic with python-dotenv) Read More »

Sonarqube configuration with Jenkins for Python

Step by Step Configuration of Sonarqube with Jenkins for Python

Sonarqube is an automated static code analysis tool configured with Jenkins, it will report bugs, vulnerabilities, and tech debt of the project. Sonarqube with Jenkins can be extensively used to raise the bugs that would be missed by some manual efforts. Secondly, Linting and code coverage are also handled by Sonarqube, so we don’t have …

Step by Step Configuration of Sonarqube with Jenkins for Python Read More »