I'm building a web app using MERN stack. I want to sum 2 numbers then save it mongodb database. Here current num is from database and other is from input field
Hello postgres experts, I have an app where users can vote on a poll. My schema looks like this: polls table: id name 1 Favorite fruit options table: id poll
I'm reading http://gcc.gnu.org/onlinedocs/libstdc++/manual/shared_ptr.html and some thread safety issues are still not clear for me: Standard guarantees that re
I'm using accounts.ui for forget password Accounts.forgotPassword({email: "[email protected]"}, function (e, r) { if (e) { console.log(e.reason); }
I have a server.php file in my elastic beanstalk website that running on an ec2 instance, it creates a websocket and keep it alive with an infinite loop (takes
I'm trying to make a canvas JavaScript game, so i added this in code window.addEventListener("resize", () => { console.log("resi2ze"); canvasElement.widt
I am trying to develop a function that will take an array of results containing duplicate values and return an array containing only the duplicated values. The
i used threeten and Google Play console says my code only occurs in Samsung s9 and s20. here is my error and my code Error Message org.threeten.bp.format.DateTi
I have a custom class CustomButton that extends Button, which upon initialization, inflates a layout custom_button.xml. In MainActivity.java, a CustomButton is