Bachelor of Science in Computer Science
Sept 2021 – Dec 2026
Memorial University of Newfoundland
Awards: IUGS Entrance Scholarships for International Students ($12,000)
Dean's List 24–25
Awards: IUGS Entrance Scholarships for International Students ($12,000)
Dean's List 24–25
This page is not on a web host. Every piece of it runs on AWS, and the serverless backend behind the visitor counter is defined entirely in Terraform.
zisti.online is answered by Route 53, which points to a CloudFront distribution serving the page over HTTPS using a certificate from AWS Certificate Manager.main starts a GitHub Actions pipeline that syncs the frontend to S3 and invalidates the CloudFront cache, so the change is live in under a minute.The backend is managed in Terraform and deployed by a GitHub Actions pipeline; the frontend deploys through a second pipeline. Happy to walk through the code on request.