blog

What Are the Potential Threats In Unmounting Using UseEffect Hook?

In2021, I can say many developers are loving the functional components implementation with the help of hooks. Recently in one of my projects, while implementing Unmount lifecycle method using useEffect, we faced issue like our unmount (return function inside useEffect) was getting executed whereas component was still in mounted phase. While solving it I got … Continue reading What Are the Potential Threats In Unmounting Using UseEffect Hook?

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