I've the following mongoDb class: @Schema() export class Poker { @Transform(({ value }) => value.toString()) _id: ObjectId; @Prop() title: string;
I am using the following function to speed up woocommerce order admin search by searching in particular fields only: function custom_woocommerce_shop_order_sear
My Laravel Application(postgreSQL used as a database) works on both local and remote servers. This application has a page that is not loading on the remote serv
I have a service IService and an implementation StrategyService like that: interface IService { // interface declaration here } class StrategyService: ISer
I have an export of a data which lists a hierarchical structure but it's not really usable for my purposes. Here is an example of the data: Level Number 1 CO12
I have an alert component that I created ... As an example <AlertComponent message="message" /> I have a method in my main App.vue that will accept a new
I have configured AWS pipeline to deploy my latest nodeJS code as zip file to S3. Instead of going to AWS Lambda and choosing the "upload from Amazon S3 locatio
` auth = FirebaseAuth.getInstance(); database = FirebaseFirestore.getInstance(); dialog = new ProgressDialog(this); dialog.setMessage("We're cr