About This Course Project

This website documents my IS 5320 Web Analytics course project, including key concepts and technologies used.

Virtual Host Services

An explanation of what virtual host services are and how platforms like AWS EC2 and DigitalOcean are used to deploy web applications in the cloud.

Containers and Docker

An overview of container technology and how Docker is used to package and run applications consistently across environments.

Content Management Systems

A discussion of what a CMS is and how WordPress is used to manage and publish content for this course project website.

About This Website

This website was created as part of the IS 5320 Web Analytics course project. It demonstrates the use of a content management system (WordPress), virtual host services, and container technology to deploy and manage a web application in a cloud environment.

The site also includes posts explaining key technical concepts such as virtual hosting, containers, and content management systems, which were used in building this project.

Conceptual illustration showing cloud computing and web system architecture in teal and gray tones

Course Blog

Posts explaining key concepts used in this project

What is a CMS (WordPress)?

A content management system (CMS) is software that allows users to create, manage, and publish digital content without needing advanced programming skills. Instead of writing HTML and CSS code for every page, a CMS provides Read more

What is a Container (Docker)?

A container is a lightweight way to package an application along with everything it needs to run, such as libraries, dependencies, and configuration files. Instead of installing software directly on a server and hoping all Read more