All Stories

Setup a Reverse Proxy Server using Nginx, ASP.NET Core and Docker - Part III (Web Acceleration)

In the previous blog post, we talked about Load balancing in the Reverse Proxy Web Servers. But in this post, we will go through implementing SSL encryption for our reverse...

Setup a Reverse Proxy Server using Nginx, ASP.NET Core and Docker - Part II (Load Balancing)

In the previous blog post, we talked about Reverse Proxy Web Servers. But in this post, we will go through implementing load balancing for our Nginx web server.

Setup a Reverse Proxy Server using Nginx, ASP.NET Core and Docker - Part I

You probably have heard about reverse proxy servers. Your DevOps team may have already configured your company’s website to use a reverse proxy server. But what is it exactly?

Adding git-bash to Visual Studio 2019 — No Extension Required!

If you’re like me preferring to directly work with the git-bash command-line tool instead of using the Teams Explorer window in the Visual Studio 2019 you probably want to have...