As we know, assert continues the execution but verify stops the execution the moment the script fails. e.g suppose two string abc, abd xyz i want to verify the
Well, I have built an app to store values on a remote database. It works!! I didn't use an emulator for testing instead I used my own phone. Now the problem is
This is the fragment super class BaseFragment,I used a custom ViewModelStore to install the viewmodel in the activity, abstract class BaseFragment
I am using Angular and Firestore Database building a job site like 'LinkedIn'. I have created a collection called users which have few data such as name, age an
I have to create an athena template in cloud formation, the task is to replicate the next Terraform script using CF: resource "aws_athena_workgroup" "sample_ath
I'm working on a script using Pyspark and Spark SQL. However, after running a LEFT-JOIN on my base_df and inc_df dateframes, all of my columns were duplicated.
I have ths function to query a set of records from the DB: public IQueryable<PointTransactionViewModel> GetPointTransactions(int UserID) {
I have come across the following three ways in order to unstage the files that were staged by the command 'git add' git rm --cached <file> git restore --s
Im trying to saving user rating to displaying it when user comes back to page. But im a lit struggling cannot figure out how to do this. Rating works but as I s