Classroom Public site

Classroom

Read-only Stage 1 surface for 7 Virtus Cyber Academy courses. Each course landing lists its weekly modules, labs, and capstone packet. Interactive embeds (the nine Phase-1 visualizers) appear at the points in the curriculum that introduce them.

Foundations

Where every track starts. Numbers, bytes, hex, and the systems thinking the rest of the program builds on.

Hardware

Circuits, microcontrollers, and the physical substrate digital logic actually runs on.

Networking

Packets, protocols, and the wire-format reading skills that anchor everything from blue-team detection to red-team C2.

Security

Threat modeling, cryptography, and the security-mindset shift from how-it-works to how-it-fails.

Reverse Engineering

Disassembly, dynamic analysis, and the firmware-archaeology skills the SB6141 capstone exercises end-to-end.

Architecture

Build a CPU. Then build a compiler. Then build an OS. Then watch a Jack program you wrote run on FPGA silicon you wired.

About this surface

The public site at virtuscyberacademy.org stays in catalog and intro register: a student browsing publicly sees what each course is and what it teaches. The classroom you are reading now is where the actual weekly content lives. Stage 1 is read-only. Stage 2 will add authentication and progress tracking.

Source markdown is in the Git repository at courses/<slug>/. The renderer that produces these pages is at courses/_pipeline/render.py.