I have fastapi backend that is deployed on heroku. Then I have a vueJs frontend... when I run my frontend on localhost, it consumes my deployed backend as inten
I have data (duration of a certain activity) for two categories (Monday, Tuesday). I would like to generate a bar chart (see 1). Bars above a threshold (differe
I am currently compressing the image on client side and sending a base64 string to server using ajax post, on the server I am converting base64 to image file an
Using MUI core's <Box> and MUIX's <DataGrid> components (and some other ones) I've outlined a data grid that looks like this: Naturally, when the n
I want to put a popup container on top of gridControl but when I drag-drop the popupContainer on top of gridcontrol it automatically hides behind here is a pict
I'm using Laragon on Windows 10, and I want to create a subdomain for a new project, The current structure is: https://management.test https://management.test/i
I would like to write a CLI app that takes one optional argument. import { Command } from 'commander'; const program = new Command(); program.argument('[a]'); p