I am trying to setup hyperledger fabric blockchain network using amazon managed blockchain following this guide. In the step 3, I need MyPeerNodeEndpoint to cre
Problem I want to get input from a file of unknown length, separating the input to strings at a defined delimiter and saving some of them. After reading the ent
I have this schema const personSchema = new Schema({ name: { type: String, required: true }, children: { type: Array, default: [], req
Currently, I'm checking if the item exists with a query and then I'm using put or updateItem, I want to change it and make a single call to DDB. I want to make
I have a Input field to which I want to add validations. The conditions should be that amount cannot be 0 and should not enter any characters. My React Code: im
I'm confused about why the PHP procedural DateTime functions like (date_create_from_format() and dateAdd()) exist. They still operate on and return DateTime obj
I have a div that has scrolling enabled for that div. I have some elements in it, when the user starts to scroll I want an element to disappear and when scrolli
import speech_recognition robot_ear = speech_recognition.Recognizer() with speech_recognition.Microphone() as mic: print("Robot: I'm listening") audio
I added my 2 accounts to Android Studio via token. 1st is my personal, 2nd is my business account. Currently, I'm working in a company in a project so I'm using