Learn how to set up a SonarQube server locally and how to use Quality Gate to define the criteria for the fitness of a project for production release.
Also find me here:
Baeldung Author
Michal Aibin
Michal Aibin is a Faculty at British Columbia Institute of Technology and Visiting Associate Professor at Northeastern University with over 10 years experience in software development industry. He received his doctorate degree in Informatics in 2017 and since then published more than 50 research papers. His main research interests are optimization and modeling of optical networks, adaptive algorithms and machine learning. Personally, he enjoys horseback riding and playing music.
Here's what I've written (so far):
Baeldung on Java
- All
- DevOps (2)
- Java (1)
Introduction to Spliterator in Java
Filed under Java
Learn about the Spliterator interface that can be used for traversing and partitioning sequences.
Writing a Jenkins Plugin
Filed under DevOps
Learn how to create from scratch a Jenkins plugin.