I'm working on shopping Cart app, I want to use a Modal Form to display the cart's content and additional options before place the order, that's why I'm using P
async def main(): uuids = await get_uuids_from_text_file() tasks = [] # create a task for each uuid # and add it to the list of tasks for uu
how would I do that and what would the impout thing be
I have a data frame that looks like this df = pd.DataFrame({'A': [1,2,3], 'B': [11,12,13]}) df A B 0 1 11 1 2 12 2 3 13 I would like to c
This is my code public IEnumerable<InsightPost> InsightsPosts { get; set; } public void OnGet() { InsightsPosts = _db.InsightPosts.Where(p =>
I'm using PG library to connect to Postgres DB. Now, I want to write unit tests for database access and I don't know how I can do that. Actually, I need some mo
I want to pass two parameters in GET method in django. The one is start_date and the second is end_date. But I just know about passing only one method. here is
I am using Spring Cloud Kubernetes + Spring Cloud Gateway(SCG) and I have some trouble to deploy my app on GKE. SCG does not find k8s service, I still get this
I've chart and it's currently a vertical bar chart but I wanted to make it completely horizontal so how can I do it? import React, { Component } from "react"; i