
ASP.NET Core and Angular 2
Writing web applications nowadays is becoming a bit more complex as the frameworks evolve taking advantage of other frameworks/tools. That…

Writing web applications nowadays is becoming a bit more complex as the frameworks evolve taking advantage of other frameworks/tools. That…

In my previous post I explain how to set up nginx running in a docker container to use a SSL certificate created by letsencrypt. The problem…

Now that I have my site running on a docker container using nginx (more info here), I want to add a secure endpoint and support https. In…

As part of ideas related to my docker VM, I planned to have multiple sites deployed on it. For example, one of the sites is this blog and…

When I created this blog, I wanted to minimize the impact on the VM I was using by storing whatever I could outside the VM. Additionally, I…

As I describe in my previous post, this site is running in a docker container on an Azure VM. In this post, I will explain how to configure…