blog

The Right Use of ‘ReverseProxy’ in Golang

In this article we will learn about reverse proxy, where to use it and how to implement it in Golang.  A reverse proxy is a server that sits in front of web servers and forwards client (e.g. web browser) requests to web servers. They give you control over the request from clients and responses from … Continue reading The Right Use of ‘ReverseProxy’ in Golang

Script-less Test Automation: The Future of Software Testing

In the recent years, there were limitless changes in the world of technology. The same has happened in the world of software testing where Test Automation has evolved to release a software product faster with the highest quality.  Technological innovations have lived up to our wishes and demands! One such example is Script-less Automation Testing. Today’s … Continue reading Script-less Test Automation: The Future of Software Testing

The Strategy to Create & Deploy Static Build With Docker & mina-SCP

I am sure! Many of our applications have turned into a legacy codebase, such applications might have some outdated scripts or build process that might need frequent maintenance and updates.  In this post, I will walk you through the steps with which we can move our frontend build creation script into the docker container and … Continue reading The Strategy to Create & Deploy Static Build With Docker & mina-SCP