ANTHONYCS.DEV
awhitecsdev@gmail.com · github.com/awhitecsdev
ANTHONYCS.DEV
A small ecosystem of projects: server, LearnCS, Arcade, and CapyOS all anchored on one VPS.
Owner: Anthony White · Computer Science student Stack: Linux, nginx, TLS, HTML/CSS/JS, Python, ESP32-S3. Actively building – not just a static portfolio
anthony@server: ~/anthonycs.dev
> ssh root@anthonycs.dev # connected to DigitalOcean VPS
> ls /var/www # home · learncs · arcade · portfolio · capyhost
> curl https://anthonycs.dev/api/status # Flask API (systemd service)
> ping capyos-device.local # future ESP32-S3 desk companion
> git remote -v # linked to github.com/awhitecsdev
> # explore (click a command):
Hint: Click any open /… line above to jump into that section. Or use the top navigation if you prefer a normal UI.
DEV LOG · SERVER NOTES
Scope: infrastructure · web · embedded
Nov 20, 2025
CapyHost page & site polish
Added the CapyHost / CapyOS concept page with a 3D device mock and architecture diagram. Connected navigation between Home, LearnCS, Portfolio, Arcade, and CapyHost so the site feels like one system instead of separate pages.
CapyOS CapyHost page Navigation
Nov 19, 2025
Anthony Arcade shell online
Built the Anthony Arcade page with a retro cabinet UI and game selector. Right now it documents planned games (Terminal Runner, Bit Stack, Capy Link) and treats the arcade shell itself as a project that future games will plug into.
Arcade UI shell Game prototypes
Nov 18, 2025
Portfolio page & API service
Created a dedicated portfolio page to describe the server, LearnCS, Arcade, CapyOS and the Anthony API. Configured a Flask app to run as a systemd service so the API restarts automatically and stays tied into the VPS.
Portfolio Flask API systemd
Nov 17, 2025
LearnCS platform deployed
Deployed the LearnCS study guide to /learncs/. Includes programming languages, data structures, algorithms, OS, networks, Unix/command line, history of CS, and a basic cybersecurity section plus an embedded online Python compiler.
LearnCS CS topics Front-end
Nov 16, 2025
Server, domain & HTTPS setup
Set up the DigitalOcean VPS, created a non-root user with sudo, configured nginx, attached the anthonycs.dev domain via Cloudflare, and obtained HTTPS certificates with Certbot. Basic routing for home and future sections was put in place.
Server nginx TLS / Certbot Cloudflare DNS