The purpose of this blog is to help those who want to set up CI/CD for their projects. There are many popular tools present in the market right now like CircleCI and TravisCI and Github Actions is one of them. Before moving forward with GitHub Actions, it is necessary for us to understand what are software … Continue reading How to Automate Build Checks With ‘Github-Actions’
blog
The Simplest Guide For Choosing Between Flutter UI, Jetpack Compose UI, & Swift UI
Folks, Today we will be comparing codes for flutter UI with Jetpack compose UI (which is used for native android application development) and Swift UI (which is used for native iOS application development). Currently, Jetpack compose and swift UI has some limitations with min version supported and community support as both are emerging frameworks right … Continue reading The Simplest Guide For Choosing Between Flutter UI, Jetpack Compose UI, & Swift UI
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?
