I have a react app and a gatsby site that I would like to deploy on the same domain. The app and the website have non conflicting routes for all pages except fo
df <- out yield_calc <- function(production,area){ yield = production/area print(yield) } df <- df %>% mutate(Yield = Production/Area) libra
I have been compressing Images without any problems. Recently my app required video compress functionality to be added. Again, Silicompressor does the job but f
I have a table in html (using vue.js framework). I want to put a delete button to each row and will make the button as a icon. My code is: <div>
I want to send the data from package.json: "scripts": { "start": "node list.js", } list.js: const serviceAccount = require(path); when I execute command
I have Gateway (Spring Cloud Gateway) and API services (Spring Boot) running on localhost. The API service is behind the Gateway. The Gateway service will route