Improve Productivity at WorkHonestly, as a developer, you are already productive but consider this article as a shortcut to do smart work rather hard work (because…Sep 22, 2021Sep 22, 2021
Var, Const & Let battle in JSIn JavaScript, var is global scoped whereas const and let are block scoped.Sep 20, 2021Sep 20, 2021
Content Loader — ReactJSIf you are working on React JS along with API Integrations, you know that there can be a delay in certain API responses.Sep 13, 2021Sep 13, 2021
Nodemon Vs. NodeNode.js is an open source, cross-platform runtime environment for developing server-side and networking applications.Sep 13, 2021Sep 13, 2021
Image Preview with LightBoxThere was a recent requirement in my company to preview an image with zoom-in and zoom-out features along with next and previous options.Aug 29, 2021Aug 29, 2021
Why localhost 3000?In computer networking, localhost is a hostname that refers to the current computer used to access it. It is typically 127.0.0.1, however…Aug 29, 2021Aug 29, 2021
Comparison of 2 Strings in JSAs we already know Javascript is case sensitive. If there is dynamic rendering and comparison of strings where you’re unsure of the string…Aug 9, 2021Aug 9, 2021
VS Code ThemesUsing VS Code is awesome, given its extensions and ease to code in any language. You might have downloaded a ton of extensions, icon…Aug 7, 2021Aug 7, 2021
How I Setup my Second MonitorHey everyone! Welcome to a have a personal look at my office setup which interests me to work more and better! :)Aug 7, 2021Aug 7, 2021
Visual Studio Code ExtensionsFor any developer working on React JS using VS Code, here are a few basic extensions that will help you code faster and better.Jul 31, 2021Jul 31, 2021