Platform Engineer
Nothing here yet.
Nothing here yet.
In this guide, we'll walk through a simple example of deploying a .NET API to an Azure Kubernetes Service (AKS) using ArgoCD for GitOps automation and GitHub Actions for CI/CD. We'll containerize the .NET API using Docker, set up the necessary Azure ...

Introduction: Building robust APIs is a fundamental aspect of modern software development. In this two-part series, we'll go through the process of creating a .NET API with CRUD (Create, Read, Update, Delete) operations, and then deploying it to Azur...

Introduction: In the initial phase of our series, we successfully crafted a .NET Web API and thoroughly tested it in a local environment. In the second part of our series, we'll take the .NET API created in Part 1 and deploy it to Azure Web App using...

Introduction Setting up and managing things in Cloud computing projects can be a big job that takes a lot of time. To make this easier, we use special tools like Terraform, which helps us create and control cloud resources using configuration files. ...
