Configuring Jira Project – Chapter 4
Once a project gets created (take a look at previous chapter), we should configure the project. When we talk about configuration, we refer to customizing...
Creating Jira Project- Chapter 3
Assuming that you have Jira installed (Click to view Previous Chapter), lets get started with the process of creating a project in Jira. Step 1...
Scripts in PowerShell ISE – Chapter 2
The last chapter was a quick intro to PowerShell ISE and the commonly used cmdlets. Now lets take a look at creating and executing scripts...
Introducing PowerShell ISE – Chapter 1
Remember PowerShell?? It is a shell framework developed by Microsoft to automate repetitive tasks. By default, this framework is available with Windows 10. But in...
Create Jenkins Pipeline – Chapter 4
The last chapter – Chapter 3 introduced the concept of Jenkins Pipeline and the steps to install Pipeline plugin in Jenkins. In this chapter, we...
AWS Cloud Automation with Python and Boto3 – Part 2
In the last article, we learnt a bit about Python and Boto and how to install them. In this part, we will create a simple...
Jenkins User Administration – Chapter 2
In our last chapter, we talked about the process of installing Jenkins on a system. This chapter focuses on the next steps which includes –...
Transitioning with Agile – Ever tried it ??
Most of us are experiencing the adoption of agile in some form or the other in our organizations. While development, testing and infra projects are...
A Roller Coaster Ride for transforming Operations Teams!!
A typical product team comprises of Dev and an Ops team. The Dev teams focus on quicker releases, new product features while the Ops team...
DevOps or Agile – which one to choose?
Agile and DevOps are two buzzwords which are used interchangeably BUT they actually differ. Agile is all about iterative execution, continuous feedback, value generation, while...