What is SonarQube ? [General Overview]
| |

What is SonarQube ? [General Overview]

What is SonarQube? SonarQube is a static code analysis tool that supports a wide range of programming languages. It helps developers to identify and resolve issues related to code smells, vulnerabilities, and bugs. The tool provides a comprehensive report on code quality, making it easier for teams to focus on specific areas that need improvement….

Develop inside Containers
| |

Develop inside Containers

Containerized environments have become a popular choice for developers due to their ability to provide consistent, isolated, and portable environments for developing and deploying applications. There are several tools and solutions aimed at facilitating work with these environments. In this article, we will compare three of these solutions: Skaffold, Tilt, and Visual Studio Code with…