What is DevOps? As an absolute beginner, this is one of the most common questions one may have. There are ample resources on the web explaining DevOps in detail. However, if I were to explain—What is DevOps?—to someone who is a beginner, how would I go about it? In...
DevOps
Differences Between Engineers in Software
The evolution of software engineering over the last decade has led to the emergence of numerous job roles. So, how different is a software engineer, DevOps engineer, site reliability engineer, and cloud engineer from each other? In this article, we drill down and...
Workload-Centric Over Infrastructure-Centric – DZone
This article is meant to be a starting point for sharing observations, experiences, and ideas to begin and build a conversation, exchange experiences, discuss, and shape a product vision we can work towards as a community. Our initial product vision and definition...
Frontend Team Roles and Skills, Breaking the Silos
About 15-20 years ago, web application developers had the knowledge and the technical skills necessary to create an application: HTML, CSS, JS, PHP/Python/ASP, Web Server Management, MySQL/Postgres (both data and service management), etc. With time the web...
Jenkins Pipeline Script to Build and Deploy Application on Web Server
In this article, we will discuss the automation of application deployment on a web server using Jenkins Pipeline. We will use Jenkins Pipeline as a script. Jenkins Pipeline as script can be of two types: declarative type and scripted type. Here, we will use...
5 Trends That Will Shape Application Security in 2023
The digital transformation and cloud-native movements are driving DevOps practices and open-source code libraries increase the speed at which applications are developed and delivered. However, security has not always been a top priority in the DevOps journey. In order...
How to Keep CEOs Deeply Invested in DevOps
Customers and employees today are demanding increasingly high-quality digital user experiences. This means new DevOps teams need to implement applications securely and efficiently. As enterprise needs become more complex, so does their DevOps process. For example, web...
DevOps Assembly Line Can Speed up Pipeline Movemen
DevOps has changed how code is managed between teams, breaking down silos and increasing productivity by merging developers and operations. It’s an approach founded on agile operations, and its popularity continues to grow within the developer community. Notable for...
CI/CD Pipelines, Caching of Dependencies on Azu
In this blog, we'll be taking you through a brief explanation of CI/CD pipelines in Azure DevOps and how to implement caching of Maven dependencies in the pipelines while deploying your Mule application to CloudHub. What Is CI/CD? CI, short for continuous integration,...