I have a node.js application running inside a docker container with base image node:16-alpine3.11. I want to get the name of the container on which it is runnin
I am trying to check if a string starts with the character: / How can i accomplish this?
I'm evaluating what I can get for my web site from HTTP2 in terms of performance and getting weird result - the site in Europe is loaded from US: with HTTP/2 -
I’ve been using the useIonModal hook everywhere in my app, and it works fine, but now I wanted to make my own modal hook, in order to know when the modal
I am pretty new to python and I have one csv file and based on one condition I need to create two different xml files. The condition based on which I need to cr
I am following some videos/courses for BloC. A structure like this took my attention: And I applied the folder structure. What I couldn't figure out is what sh
I have to limit the discount amount. that is, if subtotal above Rs.750 then i have to give 25% discount, but the maximum discount amount is Rs.200, I don't know