Varun SinghalDiffrence 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
Varun SinghalLLD VS HLDHLD — When different infrastructure interact with each other to serve request.Jun 16Jun 16
Varun SinghalCI/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
Varun SinghalAutomatically Pick Mobile Number and Otp autofill without Sms Permission in…First We Pick Mobile NumberOct 1, 20231Oct 1, 20231
Varun SinghalSuspense 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
Varun SinghalArray.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
Varun SinghalKadane’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