I am working on a tutorial website using MERN, whereon I will be displaying tutorials on pretty much anything I know well, and new things that I learn. The backend and frontend work fine. I just don’t know what to do with regards to the tutorial’s body in the submission […]
Yearly Archives: 2022
Watching the currently logged in devices in a google account I saw my PC listed with its brand: DELL-BRANDNAME (the brand name written on PC body). I thought it is not possible to get this information through JavaScript so chrome is giving this information to google ?
I renamed a drive to m500 and another to m600 and now every time I plug in ANY external drive, windows will label it to m500 or m600. I’ve tried 4 different drives of varying sizes (130gb – 5tb), same behavior. Sometimes it’ll duplicate too, so D: m500 and E: […]
I’m trying to change webcam’s name to a custom one. I know how to change device description (DeviceDesc) and device name (FriendlyName) in regedit so that the device in devmgmt.msc is displayed the way I want it to. But some programs, e.g. browsers such as Firefox and Chromium don’t seem […]
Using Back up and Restore (Windows 7) I created a Win10 system image on a USB external HDD. In case anything happens to this EHDD, I later copied the image files to a spare USB stick. However I have recently discovered that you can’t backup a system image to a […]
When I try to add to card any item via REST API I get this error: "{"message":""%fieldName" is required. Enter and try again.","parameters":{"fieldName":"quoteId"}}" First time I get the cart id calling this “rest/V1/carts/mine” than I call “rest/V1/carts/mine/items” with this data: { "cartItem": { "sku": "24-WG080", "qty": 1, "quote_id": cartID } […]
we need to change the repo that a magento cloud project uses. Like if we were migrating from GitHub to BitBucket. How could we do that?
BNPL (Buy Now Pay Later) COD (Cash on Delivery) BACKSTORY: I want to add two new payment methods to my website called “BNPL COD (Pay in 2 Installments)” and “BNPL COD (Pay in 3 Installments)” and I want a totally separate order statuses journey in addition to two custom order […]