CJChaitanya Joshiinexplainlikeiamfive.hashnode.dev·Jun 19, 2023 · 6 min readGenerating a V1 APK signature scheme for the Clover sandbox.The V1 APK signature scheme is a method used to sign Android apps (APKs) to ensure their authenticity and integrity. When an app is signed using V1, it’s like putting a digital seal on it. This seal is created using a special key that belongs to the ...00
CJChaitanya Joshiinexplainlikeiamfive.hashnode.dev·May 8, 2023 · 5 min readThe Crucial Role of "Key" in Array MappingIf you’re someone who tends to ignore the warning message “each element should have a unique key” while mapping an array in React, it’s important to take a moment to understand why this warning is being raised in the first place. In React, when rende...00
CJChaitanya Joshiinexplainlikeiamfive.hashnode.dev·Apr 27, 2023 · 6 min readRe-renderingReacting and re-rendering are as connected as a rocket is to gravity. Without understanding gravity, rocket science is... well, you get the point. The same is true with React and its first principle, re-rendering. Why we don't use let or const https:...02P
CJChaitanya Joshiinexplainlikeiamfive.hashnode.dev·Feb 27, 2023 · 6 min readExpo BarCodeScannerIn this post, we will learn how to use Expo's BarCodeScanner library from scratch. We will then be able to scan the QR code or barcode, view the information contained in it, and send an API request the moment something gets scanned. So let's get star...01P