By now everyone is familiar with the idea of containers and docker and how those words are used interchangeably like search and google. This article is more like a self reference to some of the basic ideas and commands around docker for reference. Docker or containers in general came to solve the typical software problem, …
Monthly Archives: January 2021
HTTP Header Propogation in ASP.Net Core
.Net core has made it super easy for header propogation, which is to transfer the header information from one http request to subsequent requests along the line, across multiple services. One common use case is to transfer the token information to subsequent services which are called down the line. Make HTTP requests using IHttpClientFactory in …
Creating a WordPress site on Amazon Lightsail
If you don’t have an AWS console account, we need to set that up first. Once we have an AWS account, just go to the Lightsail console. Tutorial: Launch and configure a WordPress instance in Amazon Lightsail | Lightsail Documentation After selecting region, and WordPress, I opted for the cheapest plan possible. Lightsail console has …
Continue reading “Creating a WordPress site on Amazon Lightsail”