blog

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

Native Vs. ImmutableJS Vs. Immer — Are Libraries the Way-to-go For Immutability in React?

Maintaining immutability when dealing with objects and arrays is very important in React. It ensures that the DOM updates correctly and predictably. But when we have nested data structures, maintaining immutability in our data can get ugly, very fast. This article explores 3 approaches to immutability — doing it natively, using ImmutableJS (a library which … Continue reading Native Vs. ImmutableJS Vs. Immer — Are Libraries the Way-to-go For Immutability in React?