#python
Read more stories on Hashnode
Articles with this tag
Intro This article is using the following versions: Django==4.2.1 djangorestframework==3.14.0 Disclaimer: This is a very on-top look over these...
Introduction "Software testing is the process of evaluating and verifying that a software product or application does what it is supposed to do" This...
In this article, we will add SonarQube to the pre-commit hook in git, to keep a specific level of security and consistency in the code. What is...