Docker is a platform where we can build, run, and share applications with containers. These containers are used to deploy applications in an easy and simple…
VPC ENDPOINT CONFIGURATION
VPC endpoint enables user to connect with AWS services that are outside the VPC through a private link. VPC endpoints…
Raspberry Pi config to open a web page with hidden cursor on boot
What is Raspberry? A small and affordable computer that you can use. It is generally used as a computing device…
Test Efficiency through Dockerization
About: In this blog we will discuss when/why/how to use the containerization in our day-to-day testing life cycle. We…
AN INTRODUCTION TO BRIGHTCOVE PLAYER
What is the BrightCove Player? Brightcove Player is a high-performance, cross-platform HTML5-first video player that loads quickly, delivers high-quality adaptive…
CI/CD Pipeline for Episerver DXC Service
What is Episerver DXC service? DXC service is a fully managed service by Episerver where the only thing the developer…
Containerization with Dockers
Application containerization is a method used to deploy and run distributed applications without launching an entire virtual machine (VM) for each application. Let’s…
How to Manage VM’s Availability Set in Azure
Every now and then while creating VMs we tend to forget adding it to an availability set when need thus…
Quick Nuggets : How to List GIT branches dynamically in Jenkins Pipeline job
Use Case : Now the Project is configured as parameterized Jenkins Job which requires the specific git branch as Input…
For High WorkLoads : Jenkins Master-Slave Setup Step by Step Guide
In this blog we are going to explain master slave configurations of Jenkins. This will useful to manage the distributed builds.…