PinnedA guide to React 18 hooksWhat are React hooks? Hooks are the new patterns that got introduced in React 16.8 version. The React hooks brought those features alive that we were able to do in class components but this time in the functional components. …React Hook4 min readReact Hook4 min read
PinnedModule Federation — Sharing is caringHi there, I am back with another tech blog on module federation. Talking about module federation, it is ideal for developing one or more applications with multiple teams. See that means good communication, bonding and sharing. …Module Federation4 min readModule Federation4 min read
Jan 4, 2022Code also has emotions. Let's comment only when required.Writing comments to a code is a very good practice but it can be avoided at times when it is actually not required. A good code is always self explanatory. I am actually very afraid when it comes to fixing some bug in a code that is not written by…Code4 min readCode4 min read
Oct 26, 2021Hacktoberfest-Contributing to open sourceHi There! Hope everyone is doing good and taking care. We all know that open source is a boon to the world as it has helped a number of people to learn, produce and excel. …Hacktoberfest20212 min readHacktoberfest20212 min read
Oct 15, 2020Setup your Website on free oracle serverThis post is basically related to the setup of a basic website on the free oracle server. I will be very happy to share the information with you all which I gathered from internet and from my friends in setting up with this website. I am really thankful for having…Oracle3 min readOracle3 min read
Oct 15, 2020Gzip in browser before uploading to S3Hello Everyone! Hope you all are fine and taking care of yourself and your families. It is very important to follow the SMS rule S-Sanitize, M-Masks and S-Social Distance. Wish everyone a healthy life. So this blog is about the fflate library and how easily it helps to gzip the…S34 min readS34 min read