scripting

boto3 aws

Provision AWS Services from Boto3

Reading Time: 5 minutes Hello, Readers hope all are doing well and liked my previous blogs on various DevOps tools and practices. If you have not gone through these blogs you can click here for them. Now in this blog, we will check provision AWS Services from Boto3 like ECS and ECR but first, we will understand some basic concepts or components we are going to use here. What Continue Reading

Creating Virtual Machines using Vagrant – 2

Reading Time: 3 minutes Hi Readers, In previous blog we learned about the WHAT and WHY of Virtual Machines and Vagrant. We understood the Virtual Machine life cycle, problems while manual setup of Virtual Machine. Apart from this we also saw benefits of Vagrant and vagrant architecture. Now in this blog we will try to setup virtual machines automatically using Vagrant. Prerequisite Vitualization Technology Enabled in BIOS Vagrant tool Continue Reading

Linux banner

Small Peek into Bash

Reading Time: 8 minutes What is Bash ? or what’s that Black screen that normally appears in Linux as Terminal. Thats what is Bash and we are going to have a peek of it in this Blog. Bash is a Unix shell written by Brian Fox for the GNU Project as a free software replacement for the Bourne shell. It was released in 1989 and has been distributed as Continue Reading

Dynamic Response Handler in Jmeter

Reading Time: 4 minutes Hi Folk, Let’s move ahead with respect to the Jmeter blog series for new problem statement solutions. So in this blog, we will see how can we handle dynamic responses and also handle dynamic request failures in Jmeter scripts. Basically, handle dynamic response means Correlation which is the process of capturing and storing the dynamic response from the server and passing it on to subsequent Continue Reading

Parsing HTML Table to CSV Through Shell Script

Reading Time: 2 minutes A few days back, we got the requirement that we need to parse an HTML table through shell script and generate a report based on the contents of the table. I tried many things and after much brainstorming created a shell script that parses the HTML tables into a CSV file. I will try to explain each and every step of this script.

Scripting Library in Scala – Ammonite

Reading Time: 4 minutes Ammonite is a Scala library that lets us use Scala language for Scripting. It allows us to write scripts in Scala. The advantage of using Ammonite is that we don’t have to switch over to Python or Bash for scripting requirements of the projects.This liberates the developer from the need of working in multiple languages. Ammonite can be used in the REPL as scripts or Continue Reading

SASS is often preferred as critically important stylesheet for styling webpage

Reading Time: 2 minutes SASS is a style sheet language that is interpreted into Cascading Style Sheets (CSS). SASS Script is the scripting language itself. SASS offers what its name defines, “Syntactically Awesome Stylesheets”. It was designed by Hampton Catlin and developed by Natalie Weizenbaum. SASS is compatible with all versions of CSS and can be used with any CSS library. SASS is used just as syntactic sugar to Continue Reading