@hinakhadim2002
Software Engineer to be.
Nothing here yet.
Nothing here yet.
No blogs yet.
Thanks for sharing such vital points for self-improvement👏👏👏. I followed only the first point till now. But I will insha'Allah focus on the last point too. Keep sharing such great content🤩🤩. One point I also want to add, which I also followed, is that One can participate in any Hackathons or competitions to build confidence in their level of knowledge and network with their fellow participants.😇✨✨
Nice article 👏👏 Is tree shaking apply on our written code or also on third party libraries? Is it only apply on functions having import / export or can be applied on variables / objects / commented code ? and last is that if tree shaking is done while creating bundles , then why react gives warning for any unused variable or unused import ?
This blog is amazing. Nice article 👍👍. A lot of useful information. Now, Hash table concept is clear 👏👏 I have a question that where we use hash tables. Mostly till today, I used objects and arrays in frontend and as well as in the apis. But never used Hash tables. I think Hash tables may be used in cryptography or where security is important. Is there any other usecase in common scenario such as in e-commerce website?