• An approach - API Test Automaton & CI/CD Integration
    πŸ“… 2021-02-28✍️ Neeraj SidhayeπŸ“š Medium🎯 article
    This Medium article (link in the url) post details about how you can configure your mindset and achieve possibility of developing and delivering zero defects API with TDD, Writing and automating Integration Test Cases and integrating automated tests with CI/CD build pipelines.
  • Sonar Cloud Integration with Spring Boot
    πŸ“… 2021-02-09✍️ Neeraj SidhayeπŸ“š DZone🎯 article
    In this DZone article (link in the url), I have explained detailed steps about scanning code with SonarCloud by locally executing maven sonar. It’s a very important phase where we should configure sonar quality gates at the very early stage of the development to eliminate surprises. Adding sonar quality gates later in the development cycle add on more issues due to high code density and then we will have to perform more regression and integration tests to make sure that sonar fixes are not breaking existing functionalities. Hence, get sonar configured at an early stage and follow the FAIL FAST approach!