How to use useRef hook efficiently? – React
By: Noc Folio3
|
October 5, 2022
With the release of 16.8 in React, a new hook has been introduced named ‘useRef’. The useRef hook allows the developer to...
Introduction To Full Stack Quality Assurance
By: Noc Folio3
|
October 5, 2022
As technology (IT Industry) is growing, new jobs are taking place in the market like scrum master, Big data analyst, etc. Initially,...
Fetching data with React-Query
By: Noc Folio3
|
September 6, 2022
Global state management combined with fetching data has always been a problem to crack in react applications. The most common patterns that...
Mobile Device Fragmentation – What is it?
By: Noc Folio3
|
August 12, 2022
Mobile device fragmentation is a process that happens when some mobile users are using the older versions of an operating system, while...
Parental Control – ScreenTime API iOS
By: Noc Folio3
|
July 7, 2022
Introduction: Recently, Apple released the ScreenTime API for iOS. Although the ScreenTime feature has been there since the release of iOS 13,...
Automation testing using Cucumber BDD with Selenium
By: Noc Folio3
|
July 6, 2022
In this blog, I will describe how to integrate Cucumber BDD with Selenium step by step and also explain a simple Test...
Getting started with NgRx
By: Noc Folio3
|
June 24, 2022
What is NgRx Before getting to know NgRx we need to know about Redux, Redux is a design pattern that encapsulates all...
Secure Mobile App Credentials in React Native
By: Noc Folio3
|
June 10, 2022
How to secure mobile app credentials using React Native key-chains? Businesses prioritize robust security at all levels, mainly around customer data. And...
Bugs Count & Test Coverage
By: Noc Folio3
|
June 9, 2022
Software quality assurance is a vital component of the software lifecycle. It is the best way to minimize unexpected bugs and deliver...