I plan on creating an application on flutter that uses firebase auth and cloud firestore. My plan is to create a user and the use the user's u
MongoServerError: bad auth : Authentication failed. at Connection.onMessage (G:\laragon\www\ReactJS\module11_projects\warehouse-server\node_modules\mongodb\lib\
I'm trying to optimise a String class for a college class exercise. Normal strings get stored as char* and a size_t for length. sizeof(String) is 8 and it shou
I've need to create regular expression using existing pattern. In my task user enters filename and pattern, my function should return True in
I have a package named pkg and array named arr in __init__ file of this package. Also, I have file file.py in this package where I write from pkg import arr but
In Cassandra vs Mongo debate, it is said that as mongo has master-slave architecture so it has a single point of failure(master) as when master fails, slave nod
I'm trying to write a test class with jUnit 4 to test Separating class.
Please provide the code format or syntax , by which I can pass the path parameter for API in Robot Framework.
I am working on a homework assignment that I need to take the heightfield in an attribute table and have it be converted to CM in another field. Right now I hav
I am using StreamBuilder and ListView to show data from FireStoreDatabase in UI. Usually, it updates itself when I make any change in the database (without refr