I've got an assignment in which I need to code a recursive function (with no loops) in python that returns: [[]] if n is 1 [[],[[]]] if n is 2 [[],[[]],[[],[[]]
I'm fetching data to POST form dropdown selection from mysql with two columns, for example it's Size as XS with a value of 1.05, I'm wondering when the form is
I just started my react journey and I apologize if this is a silly question. As you know that in the Apache web server you can put all your projects under "htdo
I have 2 API backends Microservices in which each Microservice has MongoDB database. I want to deploy 2 or more instances of each of these in Kubernetes cluster
I'm trying to implement optimisticConcurrency on mongoose Subdocument and i cant get to make it work. consider const SchemaA = new Schema({ keyA: String,
I am seeing this practice in many Laravel applications, and I don't know the diferences o the reasons to use this. Instead of having public static methods in th
I'd like to bypass certificate validation using Alamofire 5 and Swift 4. I'm using Alamofire to connect to a server with a self-signed certificate. This is simi
I need to add a new file in a nested folder on Google Drive using Google Drive api in the form YYYY/MM/DD/HH/mm/file where the dates are dynamically created bas
I have a question on LNK errors. I've read several posts, but I'm still stuck. I have setup a virtual environment using Anaconda and downloaded the prefect se
I have an inline element with relative positioning and multiline content. It also contains a child with an absolute positioning. So i want to align this child t