HW10 Summary

Time Log Teams – time spent on other Teams’ sites (must have 3 entries or more): Date: Mar. 08, 2026 From: 04:10pm To: 04:18pmDate: Mar. 09, 2026 From: 06:15pm To: 06:24pmDate: Mar. 10, 2026 From: 05:25pm To: 05:33pmDate: Mar. 11, 2026 From: 07:05pm To: 07:14pmDate: Mar. 12, 2026 From: 03:40pm To: 03:48pmDate: Mar. 13, 2026 …

HW 7 Summary

Time Log – time spent on other students’ sites (must have 4 entries or more):Date: Feb. 16, 2026 From: 09:12pm To: 09:37pmDate: Feb. 17, 2026 From: 07:46pm To: 08:11pmDate: Feb. 18, 2026 From: 10:03pm To: 10:28pmDate: Feb. 19, 2026 From: 06:25pm To: 06:50pmDate: Feb. 20, 2026 From: 08:58pm To: 09:23pm Essay I. Summary of your …

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 …