I have to create a script in Python that converts money while also adding in an exchange fee. Here are the exact instructions: Create the exchangeable_value()
So, the stadard way of defining data in Vue component is by using the data function like in the following example: data() { return { a:0 } } My
I'm having trouble trying to figure out the use of BFF pattern and ReactJs componentization. As described in BFF articles the BFF layer should serve as an aggre
I went through some of topics, but didn't find a proper anser. I'm trying to import class to other class, but I get "The import "classname" cannot be resolved"
[Odoo 14 Community Edition] I need to customize Global and Line Discounts (amount & percentage) into Sale / Purchase / Account. I have done the Sale and Pur
Using react redux in my project for state management. I have an 'isLoading' variable to render the html based on this, whether or not the data has arrived. It d
i have the following entities class ProductUnitOfMessure @ManyToOne @JoinColumn(name="PRODUCT_ID") private Product product; @ManyToOne @JoinColumn(name="VARIAN
I need implement a custom ViewGroup which seems like Apple Watch home screen with bubbles (there's a screenshot below) The ViewGroup has to be scrollable in
I am trying deploy my application with AWS ECS and docker. running the environment locally on my machine with docker-compose up works. however once converted an