I am trying to send a simple post request to the bybit api and I keep getting the 10004 sign error. Here is the response: {"ret_code":10004,"ret_msg":"error sig
I have three database tables ‘customer’, ‘billing’, and ‘transaction’ customer: cuid name address 1 David City 1 2 Roja Cit
I have web site project where i need to use ci/cd from circleci and host the website in AWS using auto scaling group . In circleci jobs I need start job (for ex
I have a div which have a menu on Elementor .I'm going to hide between my nav and after reaching 80% of the page basicly my footer. The reason i'm doing this is
I have this data saved in my table { "uid": { "S": "poi_ac13603c-4668-42b0-b889-b7b4bf340f67" }, "address": { "M": { "block": { "S": "" }, "
I have a server and a client that communicate with each other over an UDP socket. The server are opening port 10002 and are listening for incoming datagrams. F
I'm new to JSON and I'm trying to flatten a large JSON file with slashes separating each level. At the basis, I'm trying to have the value either be a single in
I'm a student learning in javascript and I'm trying to build a search function. I have multiple html figure with pictures. I'm filtering the figures with a inpu
So I got this code, I figured out how to delete one element with the checkbox checked but if I try to delete the second div it won't let me? Does anyone have a