Here is Swagger/OpenAPI definition: services.AddOpenApiDocument(document => { document.DocumentProcessors.Add(new SecurityDefinitionAppe
I was trying to generate the a dashboard with metrics from some AWS services. The faster way to do that is to go use the View Automatic Dashboard link that the
I have some view model: private val locationFlow = locationProviderClient.locationFlow(LocationModule.locationRequest) val position = MutableStateFlow(
I have an AWS Batch Job which is a .NET CORE app running as a container which downloads from an SFTP server a CSV parses it and inserts data into AWS RDS. When
(EDITED) I have the following code: #!/bin/bash exec 3< lista.csv read -u 3 header nota1=0 id1=0 nota2=0 id2=0 nota3=0 id3=0 g=1 while [ "$g" -eq 1 ] do g=0
I'm new to regex and need one to accept (and validate the date) only the dd-mm-yyyy format, with leading zeros for single-digit days or months and only hyphens.
Hello I am quite confused on this problem. I have a pretty simple function that changes the values of my parameters although i don't want this behavior. So when