What it is
A small Node.js/Express web application, deployed and managed on an Azure Virtual Machine — built specifically to demonstrate manual VM-based deployment as a distinct skill from PaaS-style deployments (like App Service).
What it is
A Java web application (Maven-based, with both a plain Java app and a Servlet/JSP webapp structure) built, packaged into a WAR/JAR, and containerized for deployment.
What I built
Set up the project structure with Maven (pom.xml, src/main/java, src/main/webapp) —...
What it is
A pair of Bash scripts that automate server provisioning and application deployment on an Azure Ubuntu VM: setup.sh prepares the server, and deploy.sh pulls and runs a Dockerized Java application.
What I built
setup.sh — provisions a fresh Ubuntu 24.04 VM: updates...