In today’s rapidly evolving tech landscape, it’s quite common to find yourself in a situation where you need to migrate an old .NET app that relies on unsupported technologies. While this can be a daunting task, with careful planning and implementation, it’s possible to breathe new life into your application. Also, pay attention that tech…
Month: October 2023
My experience with Terraform.
Terraform is a technology that allows you to deploy your infrastructure using code. It uses YAML as a file format. It needs registered providers to create the desired infra in the right environment. You can create infra on Azure, AWS as well as on premise. When to use it? When your project requires a specific…