Vernon
Vernon
Explore posts from servers
CC#
Created by Alex on 8/16/2024 in #help
How to start test inside docker container from app?
You can simply run the docker command and store the output into a file based on what kind of output you need.
38 replies
CC#
Created by Joao Marques on 8/16/2024 in #help
Deploy .NET api for free with HTTPS?
If you're looking for free hosting for your API for an amount of time. There are numerous of them. Like Google Cloud Platform, Azure, AWS, and DigitalOcean are offering free usage within a certain hour/credit limit.
12 replies
CC#
Created by puga on 8/16/2024 in #help
Should I start with pythom?
What kind of cybersecurity are you trying to aim for? There are more than 20 types of them.
9 replies
CC#
Created by Alex on 8/16/2024 in #help
How to start test inside docker container from app?
Maybe you can try to start the container by passing the environment variable and process it?
docker start ... \
-e VAR_ID="123" \
-e CODE="Some random code" \
...
docker start ... \
-e VAR_ID="123" \
-e CODE="Some random code" \
...
38 replies
CC#
Created by Vernon on 11/23/2023 in #help
✅ Where to store sensitive information when deploying to the production?
Could you please explain more about the Secret Vault to me?
4 replies
CC#
Created by Vernon on 11/20/2023 in #help
✅ Where should I store all the sensitive file on .NET project?
Thank you.
30 replies