BTBiswanath Tewariintechblog.geekyants.com·Sep 28, 2021 · 11 min readA Guide To React Native Offline SupportIn this blog, we will be going through the topic of offline support on React Native and what are the different ways we can go about implementing it on an application. But before we start off, let us first understand what offline support is and why ap...02BM
BTBiswanath Tewariinbiswanath.hashnode.dev·Aug 3, 2021 · 4 min readDensity Independent PixelIf you have recently shifted from react to react-native, you might be wondering that why are we not using any units for styling our components, or maybe you are wondering what are these "dp" units, if you are coming from native android development. S...00
BTBiswanath Tewariinbiswanath.hashnode.dev·May 12, 2021 · 3 min readClosuresBefore we learn what closures are, we need to know what lexical scope is. Lexical scope Let us take the below program as an example:- output:- In the above example, we can see that even though the inner function does not have the declaration of the...00
BTBiswanath Tewariinbiswanath.hashnode.dev·May 11, 2021 · 3 min readWhat is a DNS server?DNS stands for domain name system. A DNS server is a critical part of the computer networks, it is used to get the IP address of a server, with the help of the domain name of that server. Just like a phone book, gives us the phone number of a person ...00
BTBiswanath Tewariinbiswanath.hashnode.dev·May 10, 2021 · 5 min readWhat happens when you click a link?There would not be a single day in your life that you will pass by without clicking a link in today's day. We click several links throughout our day, without even knowing what is happening in the background. So, if you are curious to know what happen...00