Skip to main content

Vijay Gawte

Vijay Gawte is an Associate Technical Consultant at Perficient, having 2.3 years of experience in Cloud providers and DevOps tools. He has hands-on experience in DevOps tools like Git, Jenkins, Ansible, and Terraform. He loves to learn new trends and technologies in the field of Cloud & DevOps.

Blogs from this Author

Two programmers working together with lines of code superimposed over them

Zero Downtime Deployment Using Blue-Green Methodology

Deploying a new version of an application to a production environment is the most critical task in the software development lifecycle. And a small mistake in the release cycle leads to cascading failures and outages. To deploy a new version of the application, is there an option that reduces the chances of failure or outages […]

A man and woman working together in a data center

Deployment Of Containerized Application on Tomcat Server

Introduction: “DevOps” is the combination of tools and technologies that helps organizations deliver applications with minimal effort and in a shorter period of time. In this blog, I have implemented a DevOps strategy by integrating Github, Jenkins, and Docker to deliver small Java-based applications. Project Architecture:   Tools Used: Tomcat: Tomcat is an open-source web […]