← Go Back

Digital Resume deployed on Azure

This project is a cloud-hosted digital resume, deployed on Azure Static Web Apps with CI/CD automation. I forked Divanov11’s Digital Resume repository, customized it, and initially hosted it on Azure Storage Static Website.

Later, I migrated it to Azure Static Web Apps for built-in HTTPS, CI/CD and simplified management. After setting up the site, I purchased the domain saidinthecloud.com and configured it to point to my Azure Static Web App.

To track website visits, I developed a visitor counter using Azure Functions (Node.js), which updates and retrieves visitor counts stored in Azure Cosmos DB. The frontend calls this API securely using CORS configurations.

Final Output: The result of this project is the website you are currently visiting, Saidinthecloud.com, with a working visitor counter displayed on the homepage.

πŸ”Ή Key Technologies Used

πŸ”Ή Future Improvements