I have a nodejs API running locally and I would like to connect it to my cassandra cluster running on a docker container. I have the IP of the container but whe
I'm trying to make a radio button with custom style. This is the html/css I have so far and the problem is that the span, which should be the new checkmark, is
I have an array of objects which populate a UITableView. When a user removes the last object from the array, I automatically create a new "default" object. Howe
I have generated an Encrypted Text is Python using cryptography from cryptography.fernet import Fernet message = "my deep dark secret".encode() f = Fernet(key)
I am trying to implement a project on the cloud for as minimum resources as possible (cpu, ram usage) and be able to handle medium to large number of requests t
I'm trying to count button click but only after 5 clicks and after the fifth click it will print the clicks BUT starting at 1. Example: Press button = 1 click
Hi I have a json column in Oracle database with a data like [{"id":100, "make":"BMW"},{"id":110,"make":"mercedes"}]..... now how can I update the make of object
I'm using the demo code to build a simple Here map using React + Typescript. I'm getting a TypeError: Cannot read properties of undefined (reading 'Platform') a
I have a DateTime column with data like "2020-08-05T10:19:30" in UTC. I need to convert this to either "America/Los Angeles" or "America/Chicago" timezone with