Diffrence between ?? or || in javascriptThe OR operator || uses the right value if left is falsy (https://developer.mozilla.org/en-US/docs/Glossary/Falsy), while the nullish…Jun 16Jun 16
CI/CD with Github Actions in ReactNative AndroidGitHub Actions gives developers the ability to automate their workflows across issues, pull requests, and more — plus native CI/CD…Feb 24Feb 24
Automatically Pick Mobile Number and Otp autofill without Sms Permission in…First We Pick Mobile NumberOct 1, 20231Oct 1, 20231
Suspense in React NativeSuspense is a feature of React that allows you to gracefully handle loading data by suspending rendering until all the parts of your…Sep 10, 2023Sep 10, 2023
Array.prototype.at()The at() method takes an integer value and returns the item at that index, allowing for positive and negative integers. Negative integers…Sep 29, 2022Sep 29, 2022
Kadane’s algorithmGiven an integer array nums, find the contiguous subarray (containing at least one number) which has the largest sum and return its sum.Sep 18, 2022Sep 18, 2022