Hey there! I'm currently working as an Associate DevOps Engineer, and I'm diving into popular DevOps tools like Azure Devops,Linux, Docker, Kubernetes,Terraform and Ansible. I'm also on the learning track with AWS certifications to amp up my cloud game. If you're into tech collaborations and exploring new horizons, let's connect!
any inquiries, comments, or if there's a particular topic you'd like me to explore, feel free to reach out!
GitHub Repository: https://github.com/musayyab-ali/GradLink_App In this blog, I will walk you through how I containerized a .NET 8 application that connects to a SQL Server (MSSQL) database. The project was cloned from the above GitHub repository an...

Today, I set up a complete CI/CD pipeline using GitLab for a Python FastAPI application, and published the Docker image to GitLab’s Container Registry. 🐳 Dockerfile for Python FastAPI App # Base Python image FROM python:3.12-slim # Set working dire...
