REST APIs in PowerShell – Chapter 4
Welcome back!! Our last chapters focused on PowerShell scripting (Chapter 1, Chapter2) and how we can call or include them in an Azure DevOps pipeline...
PowerShell in Azure DevOps – Chapter 3
If you are new to PowerShell, then my earlier chapters will help you scale on this topic quickly – chapter 1 – introduces PowerShell and...
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...
Calling Multiple Jobs in Jenkins – Chapter 5
Master job calls sub jobs...
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...
About Jenkins Pipeline – Chapter 3
In our Chapter 2, we discussed steps on how to administer Jenkins (click here to read it again) and in this chapter – we will...
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...
AWS Cloud Automation with Python and Boto3 – Part 1
AWS is a well known Cloud provider and this article focuses on how automation helps to remove manual operations on AWS. So, lets get started...
Running Static page on Nginx
The last chapter was focusing on installing Nginx, let’s now look at the steps to deploy static web page through port 8079. Step 1 –> Create...