VSCode has already become the Integrated Development Environment (IDE) for developing any javascript-based application. I don't think anyone uses any other IDE for the same. Having a good developer … [Read more...] about 15+ VSCode Extensions To Improve Your Productivity
Building Web Apps
Productivity and Quality Extensions for ReactJS in VSCode..
I wrote a post sometime back "My goto VSCode plugins for 2022…" - which included list of extensions for utilities, formatting and themeing. While those helps to code in a personalized and helpful … [Read more...] about Productivity and Quality Extensions for ReactJS in VSCode..
My goto VSCode plugins for 2022…
I don't have to tell you that "VSCode" is THE code editor for web technologies. My personal favorite UI framework is ReactJS. I will get to it right away, my current configuration/extensions of … [Read more...] about My goto VSCode plugins for 2022…
How to enable MFA for your application in Node.JS?
Authentication needs to be more and more secure day by day. Well, that from a security point of view. From a user experience point of view remembering a password is not a requirement anymore. The … [Read more...] about How to enable MFA for your application in Node.JS?
How to implement offline struts actions? (Part 3 – React)
Hello Folks. Just want to complete my series for this post by adding a react part to fetch and display the updates for a single request. I created a simple react-app for the same. Feel free to grab … [Read more...] about How to implement offline struts actions? (Part 3 – React)
How to achieve better performance with React and Forms?
Today, I am sharing with you a problem that is common with React from a performance point of view. I would not say problem but rather a development approach. Problem Statement React is driven from … [Read more...] about How to achieve better performance with React and Forms?