So Far

Creating a Site

Creating this website has been a fulfilling journey of learning. It began with enhancing my Python skills, adopting Flask for its suitability for simple, static sites, and polishing my CSS and HTML knowledge for better visual appeal. I managed the code across Linux and Windows devices and host the site on Azure Web Apps in a Docker container. A CI/CD pipeline, triggered on push to the main branch, pushes the new image to Docker Registry, and then deploys to Azure.

BackEnd FrontEnd Created a serverless resume website hosted on Azure Blob Storage, secured with custom domains for HTTPS. The site features a real-time visitor counter powered by an Azure Function App and CosmosDB Table, with infrastructure managed through Terraform. CI/CD pipelines using GitHub Actions automate deployments, and Azure Monitor and Application Insights provide observability for troubleshooting and performance tracking. Front end: JavaScript, Back End: Python

Resume API Project