python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Check if item already exists in cart when adding REACT
I have a cart. When adding a product it is having trouble for it to properly check if the same shoe and size already exists then to add it towards the quantity. For example Starting with an empty cart...
pNut
Votes: 0
Answers: 1
Android code is not finding the child in the Firebase database
I would like to take a variable in Android, loop through the Firebase database, and check if there is any child in Firebase that is equal to the variable.
If it does not exist, prints that "The i...
Carl
Votes: 0
Answers: 1
scan does not delete expired keys in redis
I have some keys which have expiration in redis. I check them with EXISTS in my application and I decide based on its output.
When they reach their expiration time, the TTL command, returns -1, but th...

Zeinab Abbasimazar
Votes: 0
Answers: 1
How to filter SQL results when the referenced table can be empty?
I have a query which selects from different tables, then uses a WHERE clause to filter the items.
The clause looks like this:
WHERE allItems.NumID != (SELECT RelatedNumID FROM allRelated WHERE NumID =...
user3132457
Votes: 0
Answers: 1