Blog

collection of 8 🔖 awesome posts

Real Time Performance Test Monitoring using JMeter, InfluxDB and Grafana
Posted November 2, 2019 • ☕️ 3 min read.
In this post we will see how easy it is to setup Jmeter to monitor Real Time test results using InfluxDB and Grafana.
Posted in Software Testing
What is the Test Plan / Test Approach ? and how to prepare it ?"
Posted June 16, 2019 • ☕️ 6 min read.
There are lots of documents and various Matrices that are need to prepared for any project. In this post I will explain below 5 points regarding the Entire test process in Software Development.
Posted in Software Testing
Browser Extensions for everyday QA Testing
Posted May 29, 2019 • ☕️ 1 min read.
We all need toolkit that makes our jobs a little bit easier. As a QE there are several chrome extensions that i use everyday that boosts my productivity and reduces chunk of extra workload Here are all of them
Posted in Software Testing
Noobs introduction to Cloud and Virtual Machine
Posted February 17, 2019 • ☕️ 4 min read.
As a beginner in development (specially in web development)do you know What does cloud and VM actually mean ? and Why do we need them ?
Posted in Development
Hosting Hugo site on Github Pages with Custom Domain
Posted February 13, 2019 • ☕️ 3 min read.
As Sites created with HUGO will be static site and Github provides a free hosting for static website, we are going to use [Github Pages](https://help.github.com/articles/what-is-github-pages/).
Posted in Development
Customizing RSS Feed for Hugo Blog
Posted February 13, 2019 • ☕️ 4 min read.
Hugo ships with its own `RSS 2.0` template that requires almost no configuration, or you can create your own RSS templates.
Posted in Development
Building Newsletter and contact forms for Hugo site.
Posted February 9, 2019 • ☕️ 2 min read.
Hugo is a static site generator , which means everything in your website is static html pages. So if you want to gather emails from your visitors for building a newsletter or contact form to gather more data ? How will you go about it ?
Posted in Development
Creating a blog with Hugo static site Generator
Posted February 6, 2019 • ☕️ 2 min read.
It has been long time since i wanted to start a blog and host it with my own Custom domain.Truth to be told , I am a lazy blogger - I only write occasionally.
Posted in Development