I have two aws task where one could be writing to table(insert/update) another could run delete query at the same time both could be running parallel queries an
I'm not entirely sure what code will be useful for this, so bear with me if there's a lot of it. I've been working to train a population of agents in a single g
I am working on Reactjs redux on front-end and Rails api as a back-end. So now i call api with Fetch api method but the problem is i cannot get readable error
I am trying to make a multiplayer air hockey game in Unity, but encountered some problems. When the first user creates the room, the hockey puck is spawned alon
I have a prop that received an array of string or null value, how to specify a react propType for that prop? i.e., myprop = ["hello"] myprop = null are allowed