Seamless State Management: Redux in Next.js with HydrationState management lies at the heart of building large-scale React and Next.js applications, ensuring that data flows predictably and efficiently across various components and also between client and server for server-side rendered pages. Redux, a powe...Oct 23, 2023·10 min read
Unfolding The Service WorkerHey Developers, I am sure most of you are already aware of Service Workers and their applications. While those who don't know just think of it like a script that your browser runs in the background, separate from a web page, opening the door to featu...Mar 9, 2022·9 min read
Terraform Password Protection of AWS, GCP, and Azure resourcesProblem Statement Nowadays DevOps guys use terraform quite a lot for creating resources in AWS, GCP, or AZURE cloud platforms. But while maintaining terraform versioning they use various Version Control Systems like git, bitbucket and while pushing t...Mar 1, 2022·2 min read