I am creating a login form and want to clear the form when form submitted.I am using react hook form ,here are my codes.. const onSubmit = (data) => { co
Trying to make a spinner with Moti but having some issue with the speeding down (just want it to spin for ever (I do like that it starts out slow, but not neede
I have a Telegram Bot written in javascript (node-telegram-bot-api + SailsJs). I want to create a bot that answer private information, for example, my /todayTas
I have a popup window and I am setting the window hidden in css like this when initial the window: #popper-container1 { width: 250px; max-width: 100%; pos
I have a few classes which I'd like to keep as POJO. Manually annotating each of these would be troublesome, for both updating all current ones and adding futur
Backend: Express server, with npx create-express-api backend Frontend: Next.js, with npx create-react-app frontend I have implemented these command in my root f
I want to verify user email when user register in my nodejs backend app i'm using the auth2.0 i'm providing the client id, secret but response giving me error
When the code uses a socket, the receiving frame loads empty. It does not add fileNameLabel, headerLabel or scrollFile and if I remove the socket then it loads
I'm having trouble deciding whether to run some recurring background work with Alarm Manager or Work Manager: The work is going to consist of Room Database oper