Fix: Rosetta Error while installing elasticsearch and kibana locally or when running apm serverSep 30, 2023·2 min read·2.6K
How to setup production level private NPM Registry using VerdaccioThis article helps you in understanding how verdaccio works and how you can make the most of it. This will help you the most if you also publish your own packages. Registry By default if you are downloading packages using npm, you’re using https://re...Nov 17, 2023·11 min read·1.2K
What is a functor in JavaScript?Hey I've been coding JS for some years now and never heard what a functor is. You're telling me I'm using it without knowing? Like seriously? Yes my friend you're using functor everywhere in JS. Let's see what it is and how you can make the most of ...Mar 30, 2022·5 min read·75
OTP Verification Screen in React Native !!OTP verification is a major part of current authentication infrastructure and you may want to build a ui/ux for the same. If you are figuring out how to build one, this article is just for you! tl;dr SHOW ME CODE Objective We will build a very simple...Mar 29, 2022·4 min read·267