I want to ask how to load the site data on scrolling. Thank you.
I am trying to redirect to stripe checkout using a click event that calls the payStripe function <button @click="payStripe" class="btn btn-primary" type="but
res.set('Content-Type', 'image/jpg') is not working while serving us files in node js. Please take a look at code what is wrong with this code. I am getting the
I have a react js project , but with typescript. I understand we can create .env file and have some configuration defined as such, .env file REACT_APP_SOME_CONF
How to show a popup modal on page load in React js functional component.basically when the page loads the popup or modal should be visible automatically without
I was going to install express-generator on windows computer. I used thisnpm install -g express-generator command in cmd and it gave me thisnpm WARN deprecated
there is an electronic compass with angles of 1-360 degrees (or 0-359, whatever) https://i.stack.imgur.com/Q7RmH.jpg there are variables Yaw - compass readings
I have a typescript file which exports a function to send emails using aws ses //ses.tsx let sendEmail = (args: sendmailParamsType) => { let params = {
I have a problem with an update in dynamoDB , when performing the update in dyanamo it tells me that I cannot use the key keyword "message": "Value provided in
I am trying to implement Sign in with Apple in Angular website. The flow of implementation starts with adding in the index.html file. Then created a service ca
I want to scrape the value, but its selector is duplicate, I don't know how to solve. It will always scrape the value of the one above. here my code: const pupp
(In nodeJs -> server side only). I'm doing some webscraping and some pages are protected by the cloudflare anti-ddos page. I'm trying to bypasse this page. B
I am working on a telegram bot with the node-telegram-bot-api library. I made 2 buttons using keyboard. But when you click on them a lot, the bot will spam and
am trying to get data from an atlas file the way I do with json files but it's not working, please can I get help const jsonFile=require("./Assets/AquaSpawn/Aqu
I have a schema with a custom validation. const schema = new mongoose.Schema({ username: { type: String, required: true, validate: {
I have an error when trying to use the example from nodemailer. I modified it a little bit but it has all of the same core. When I try to run it I get this erro
I have a Node.js project. I want to use auto-bind package @v5.0.0. The versions above v4 , are ESM type. so can't use then by require('') . but my Node.js proje
Is it actually possible to call a smart contract function using WalletConnect? There is a documentation on official website that explains how to establish conne
Does someone know why I'm getting a 401 Unauthorized error when I try to post a request to add a time entry even though I have added my API key? I'm using Axios
I made a bot and I want to add a feature to my bot. ping a specific room when people with a custom role leave the server. So, for example, we'll know when peopl