I am trying to allocate resources in a Jenkins instance. I can create one agent a node and multiple executors under that agent, or I can create multiple agents
I am new to node js and am developing a simple website. when sending an unregistered username to the server, instead of getting the "username/password does not
In some cases of HTML cleaning, I would like to retain the text enclosed between the tags(which is the default behaviour of Jsoup) and in some cases, I would li
I have the application property APP_ID that should be randomly generated (UUID) and that should have the same value for the entire Spring Boot application. Wha
I recently learnt about lazy loading components and started using it. Now I am trying to prefetch the lazy loaded components as well as vue-router routes. But u
Using the new Builder Inference feature in Kotlin allows for the type of a builder to be realised by use, rather than a more explicit declaration. For instance
How to prevent consumer commit offset when it auto-commit. I got 1 message and i blocked it so i dont want to commit to offset it.
I have a pyspark dataframe in which the important information is stored in a column as json strings that have a similar, but inconsistent schema. Three question