In my pom.xml I have: <properties> <java.version>18</java.version> <vaadin.version>23.0.6</vaadin.version> </properties
I'm building a little app and I need to inject data from MongoDB which looks like this : And there is my chart which looks like this : labels : ['label1', 'lab
With this program i should be able to create tags and list ec2 instances from multiple regions along with the tags as CSV output. I dont exactly know what the p
I am relatively new to Web Api and I am having trouble POSTing a Person object. If I run in debug, I see that my uriString never gets set and I don't understan
I inject MyObject in FirstFragment by Hilt, This fragment replaces with another fragment, and as well as you know, when one fragment is replaced with another, o
int *createInt() { int *a = new int; return a; } int main() { int *x = createInt(); *x = 10; cout << *x << '\n'; delete x; // do
Is there any way to maintain state (session) of the user instead of storing tokens in local storage on the client side which makes them vulnerable to theft. And
I've created a Azure search Blob Index whose model looks somewhat like the below JSON on search "value": [ { "@search.score": 1,
I need to parse a JSON that comes from a crypto exchange API. In this case, I need to parse my open orders. If there are no open orders, the Json is : {"error":