When developing an app for Apple operating systems, you will eventually need to manage signing certificates, and provisioning profiles. In this article I describe 16 steps to securely manage them for signing and provisioning your app in a Azure DevOps Continuous Integration pipeline.
In this post, I share how I added a NGINX proxy to route traffic to microservices for local development
In this post I share how I automatically restored a database backup every time a Docker container started up.
In this post, I share how to run a Blazor WASM application in a docker container.
In this post, I will show how I optimized my Dockerfile startup script to leverage environment variables more elegantly.
In this post, I show how to combine CMD and ENTRYPOINT in the same Dockerfile.
In this post, I show how to reference environment variables in a docker startup script
In this post, I will show how I configured my dotnet core docker container to wait for another docker container before loading the application.