HW8 Summary

Time Log Teams – time spent on other Teams’ sites (must have 3 entries or more):Date: Feb. 22, 2026 From: 05:18pm To: 05:30pmDate: Feb. 23, 2026 From: 08:07pm To: 08:21pmDate: Feb. 24, 2026 From: 06:42pm To: 06:54pmDate: Feb. 26, 2026 From: 09:11pm To: 09:25pmDate: Feb. 27, 2026 From: 07:36pm To: 07:49pmTime Log Students – time …

What is a CMS?

A Content Management System (CMS) is software that allows users to create, edit, organize, and publish digital content (most commonly websites) without needing to write code from scratch. It helps developers out a lot because, instead of manually building web pages using HTML, CSS, and databases, developers can interact with a visual dashboard where they …

What is container (Docker)?

A container is a lightweight, portable way to package an application together with everything it needs to run. It packages the code, runtime, libraries, and system dependencies. Unlike virtual machines, containers do not include a full operating system but instead, share the host system’s OS kernel while remaining isolated from each other. This makes containers …

What is a virtual host service (i.e., DigitalOcean, AWS EC2)?

A virtual host service is a cloud-based computing model that allows individuals and organizations to run servers without owning or managing physical hardware. Instead of maintaining a physical machine in a data center, users rent virtualized resources (like CPU, memory, storage, and networking) from a provider. These resources are delivered as a virtual machine that …