I have a simple question about exception handling. I currently have an application divided into multiple layers: controller, service, repository, and my questio
implementation 'in.payu:payu-checkout-pro:1.8.1' implementation 'com.payumoney.sdkui:plug-n-play:1.4.1' FAILURE: Build completed with 7 failures. 1: Task failed
I am running simple tests in Cypress on facebook.com just to get familiar with automated testing. //Below replace **'ed code with your own credentials. ///
I'm currently getting into grafana. I've been trying to embed a panel using an iframe in html. Supposedly by adding ?refresh=5s to the link of a panel should ma
I started a indie stack project on remix.run and I would like to add websocket.io. I would like to deploy in the future to Netlify. Could you please help me, I
If I run these commands from a script: #my.sh PWD=bla sed 's/xxx/'$PWD'/' ... $ ./my.sh xxx bla it is fine. But, if I run: #my.sh sed 's/xxx/'$PWD'/' ... $
I've been working as Devops engineer from past 3 months. So, I am learning creating scripts for automation. But I am stuck here. I wanna try to edit the CORS ru
I'm trying to build a tool that allows me to upload hundreds of less than 1 mb files to my website with "<input type="file" multiple" It works perfectly but