I'm trying to deploy a django project. I hid the secret key putting it in a file called .env and added it to .gitignore, so I have django's secret key only loca
I'm trying to install according to the instructions. Error when trying to install: # sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose-p
I am using an angular material datepicker. <mat-form-field> <input matInput [matDatepicker]="picker" formControlName="form_birthdate" name="form_birth
I am using prisma and Next.js. When I try to retrieve the content from prisma in getStaticProps it does fetch the data but I can't pass it on to the main compon
I'm trying to make a Flatlist with infinite scrolling in both directions. There is already a small outline of the implementation (https://snack.expo.dev/@slam_u
To get the FQDN for the VM I can do it with -VMName like: $vm = Get-AzVM -VMName "name" $pubip = Get-AzPublicIpAddress -ResourceGroupName $vm.ResourceGroupName
I am creating a launch screen that has a centered image. I want the image to be 0.7 of the width in portrait orientation and 0.7 of the height in landscape orie
so I have a recursive program where I am trying to generate all the permutations of a String. I intend to store the permutations in a list of list called ans. E