Skip to main content

Piyush Tambe

Skilled DevOps Engineer with many years of hands-on experience supporting, automating, and optimizing mission-critical deployments in Azure DevOps, Jenkins, and AEM leveraging configuration management, CI/CD, and DevOps processes.

Blogs from this Author

Technology

Top DevSecOps Tools for 2023 to Move Your Security Left

DevSecOps is an approach to software development that emphasizes security as a critical aspect of the development process. It is a combination of development (Dev), security (Sec), and operations (Ops) practices that work together to build, test, and deploy secure software. The goal of DevSecOps is to integrate security into the software development lifecycle (SDLC) […]

How to Set Up a Pull Request in Azure DevOps

When there are several developers on the same project, you need to merge your code to a single branch. Before you do that, it’s important to ensure that the new feature you just created is built correctly. To check, you need to propose your code as a pull request. I’ll explain why doing pull requests […]