We are a using a micro-service based pattern for our project where we have Users and their Orders. Users personal information (name, email, mobile) is stored in
Honestly, it this point im begging for help So im trying to add protection for my docker registry ( i do not wanna use htpassword ) which is run like this: dock
I am storing a phone number in model like this: phone_number = models.CharField(max_length=12) The user would enter a phone number and I would use the phone nu
I am trying to highlight a section of text and also display a button next to the section. However, I can't get the elements to where I want them, which is verti
I have this code for asset image Image.asset( '${listPic[1]}', ), the images are located in a Listfinal List<Image>
how do I convert a string to int in JS, while properly handling error cases? I want NaN returned when the argument is not really an integer quanityt: blank s
I have an ordered categorical variable in my dataframe like the following: CategoricalDtype(categories=['UNDER $1 000', '$1 000 TO 2 999', '$3 000 TO 3 999',
I'm trying to use some mathematical functions I wrote in C in Python. I have a CMakeLists.txt that builds a shared library using the code. When I build the libr
The official example to create bottom navigation shows the need of sealed class, list of screen and such(link to official example). Why not just toggle between