21 Followers
223 Following
134 Posts
Technology enthusiast specializing in Azure, Software Architecture, Internet of Things, Web Apps, C# and DotNet Core. Likes Cats and Beer.
Really impressed by #devcontainers. As I was struggling to install dotnet core on Ubuntu i gave it a try and spun up a local Dev container environment with #docker and #dotnet core pre-installed, packaged a #blazor app in a container, pushed it to the docker registry of the host machine and deployed it to a local #minikube node. It was almost too easy