diff --git a/README.md b/README.md
index ef8a6b36..fc00e2ed 100644
--- a/README.md
+++ b/README.md
@@ -1,269 +1,122 @@
-
Hi, I'm Chase!
-Digital Systems | Infrastructure | RF Edge Systems
-
+# Hi, I'm Chase (Ced) Dumphord
+### Digital Systems Engineer | Infrastructure | Automation | RF Edge Systems
-
-I build real-world systems that combine data, automation, and infrastructure.
-From dashboards and full-stack apps to homelab environments, everything I create is designed to solve practical problems and scale.
-
-
-
-
-
- - π Currently building data dashboards & system monitoring tools
- - π₯οΈ Running a full homelab (Proxmox, Kubernetes, Docker)
- - βοΈ Focused on automation, infrastructure, and real-world systems
- - π§ Ask me about Raspberry Pi clusters, K3s, or system design
- - π« Reach me: Chasedumphord@gmail.com
- - β‘ Fun fact: I have ball pythons π along with dogs
-
+> **Live Portfolio:** https://chasedumphord.com
+> **Live NOC Dashboard:** https://noc.chasedumphord.com
---
-# π§ Cedβs Portfolio System
+## π§ About
-π **Live Site:** https://chasedumphord.com
-
-This repository represents a **live system portfolio**, not just static projects.
-
-It showcases:
-
-* π **Cedβs NOC Dashboard** (live system monitoring)
-* π§ **HomeLab Infrastructure** (Proxmox, VLANs, services)
-* βΈοΈ **K3s Cluster** (distributed compute)
-* π‘ **APRS iGate (RF Edge System)**
+Digital Systems Engineer with 10+ years of experience across industrial automation, manufacturing systems, and data-driven infrastructure. Currently at GE Aerospace Digital Team specializing in machine data integration, dashboard development, and system-level visibility. Hands-on homelab engineer bridging physical equipment with modern digital platforms. Increasingly integrating AI tooling for system documentation, automated diagnostics, and workflow acceleration.
---
-# π Cedβs NOC Dashboard
+## π Live Sites
-A central visibility layer for all systems.
-
-Live: noc.chasedumphord.com
-
-### π What it shows:
-
-* Infrastructure health
-* Service availability
-* Network segmentation
-* RF edge system status
-
-### π§ Why it matters:
-
-This demonstrates:
-
-* System monitoring mindset
-* Operational visibility
-* Real-world infrastructure awareness
+| Site | URL | Description |
+|------|-----|-------------|
+| Portfolio | https://chasedumphord.com | Personal portfolio β projects, stack, resume |
+| NOC Dashboard | https://noc.chasedumphord.com | Live infrastructure visibility β 28 systems |
---
-## πΌοΈ Live Dashboard Preview
+## π Ced's NOC β Live Infrastructure Observability
-### π Metrics Overview
+Real-time network operations center dashboard monitoring 28 homelab systems across 6 infrastructure layers.
-
-
-### π₯οΈ Systems Overview
-
-
-
----
-
-## π΄ Live System Status
-
-π΄ **Live NOC Dashboard:** [noc.chasedumphord.com](https://noc.chasedumphord.com)
-
-
-
-
-
-
----
-
-# π§ Featured System β Cedβs NOC (Network Operations Center)
-
-A real-time monitoring and observability platform built on top of my homelab infrastructure.
-
-### π What it demonstrates:
-
-* Live system monitoring (services, nodes, edge systems)
-* Infrastructure visibility across VLANs and clusters
-* Custom dashboard UI (portfolio + operational view)
-* Service health tracking (latency, uptime, status)
-* Real data ingestion (not simulated)
-
-### βοΈ Stack:
-
-* Python (health checks / data generation)
-* JSON API (status feed)
-* JavaScript (dynamic UI rendering)
-* Future: Grafana + Prometheus integration
-
-π This is the **core system** that ties everything together.
-
----
-
-# π§± Foundation β Cedβs Home Lab (Infrastructure + Monitoring)
-
-Real-world environment used to simulate production systems and host services.
-
-* Proxmox virtualization platform
-* K3s Kubernetes cluster (Raspberry Pi)
-* TrueNAS storage system
-* Nginx Proxy Manager (external access layer)
-* VLAN segmentation (Main / IoT / HomeLab / Guest)
-* Monitoring stack (Grafana, Prometheus, Uptime Kuma)
-
-π The NOC dashboard is built directly on top of this environment.
-
----
-
-# π‘ Edge System β APRS iGate (RF β Internet Gateway)
-
-A real-world RF system that feeds live data into infrastructure.
-
-* Raspberry Pi + Direwolf APRS TNC
-* Audio chain tuning (critical for decode accuracy)
-* APRS-IS integration
-* Real beacon ingestion from handheld radios
-
-π **Project:**
-https://github.com/ced4568/ceds-aprs-igate
-
----
-
-## π₯ Key Insight
-
-This system bridges:
+### How It Works
```
-RF (radio signals) β Digital Infrastructure β Internet (APRS-IS)
+Proxmox Biggie (Cron every 5min)
+ β noc_update.py pings 28 systems
+ β writes data/noc-status.json
+ β git push to ced-portfolio
+ β GitHub Pages deploys (~30s)
+ β Browser fetches every 30s
+ β Live dashboard updates
```
----
+### Systems Monitored
-## π― Key Tuning Insight
+- **6-node Proxmox Cluster** β BigWorld, Biggie, Snoop, TooShort, Tupac, DrDre
+- **12-node K3s Cluster** β 3 control plane (django-1/2/3) + 9 workers (ingress, data, monitoring groups)
+- **TrueNAS** β Network attached storage
+- **Nginx Proxy Manager** β Reverse proxy layer
+- **Prometheus + Grafana + Uptime Kuma** β Full observability stack (Prometheus actively scraping)
+- **Dashy + Home Assistant + PrimeStation** β Services layer
+- **APRS iGate x2** β RF edge systems (home + mobile)
-* Target audio level: **~50β60**
-* Too high β clipping / decode failure
-* Too low β missed packets
+### Automation
-This was tuned using:
-
-* Direwolf audio level output
-* Real beacon testing from handheld radios
+- Script: `~/scripts/noc_update.py` running on Biggie (`10.10.30.192`)
+- Cron: `*/5 * * * *` β every 5 minutes
+- Log: `/var/log/noc_update.log`
+- Auth: GitHub Personal Access Token via baked remote URL
---
-# π§ Featured Projects
+## ποΈ Infrastructure Overview
-
- -
- π§ Cedβs NOC Dashboard
- Real-time monitoring system providing visibility into infrastructure, services, and edge systems.
- Highlights: Live status tracking, latency monitoring, alert panel, dynamic UI updates.
- Live: noc.chasedumphord.com
- Source: ceds-homelab
-
-
-
-
- -
- π§± Cedβs Home Lab
- Full infrastructure environment simulating production systems using virtualization and Kubernetes.
- Highlights: Proxmox VE, K3s cluster (12-node Pi cluster), VLAN segmentation, reverse proxy, monitoring stack.
- Source: ceds-homelab
-
-
-
-
- -
- π‘ APRS iGate (RF Edge System)
- RF-to-internet gateway ingesting real-world radio data into digital systems.
- Highlights: Audio tuning, Direwolf APRS TNC, APRS-IS integration, live beacon ingestion.
- Source: ceds-aprs-igate
-
-
+| Layer | Systems | Count |
+|-------|---------|-------|
+| Compute | Proxmox VE cluster | 6 nodes |
+| Orchestration | K3s Kubernetes | 12 nodes |
+| Storage | TrueNAS | 1 |
+| Networking | Nginx Proxy Manager, Cloudflare Tunnels, UniFi VLANs | 4 VLANs |
+| Monitoring | Prometheus, Grafana, Uptime Kuma, Custom NOC | 4 services |
+| Edge | APRS iGate (home + mobile), Direwolf TNC | 2 nodes |
---
-# π§° Tech Stack
+## π₯ Featured Projects
-### β‘ Core Technologies
+### π Ced's NOC Dashboard
-
-
-
-
-
-
-
-
-
-
-
-
-
+Real-time monitoring system with live system health, latency tracking, severity-based alerts, and layer filtering.
-
+- **Live:** https://noc.chasedumphord.com
+- **Source:** https://github.com/ced4568/ceds-noc
+
+### π§± Ced's HomeLab
+
+Full enterprise-style homelab with Proxmox clustering, K3s orchestration, VLAN segmentation, and full observability stack including Prometheus scraping.
+
+- **Source:** https://github.com/ced4568/ceds-homelab
+
+### π‘ APRS iGate (RF Edge System)
+
+Dual-node RF-to-internet gateway. Raspberry Pi + Direwolf TNC. Live on aprs.fi.
+
+- **Source:** https://github.com/ced4568/ceds-aprs-igate
---
-### π₯οΈ Infrastructure & Systems
+## π§° Tech Stack
-* Proxmox VE (Virtualization)
-* K3s Kubernetes (Raspberry Pi Cluster)
-* Docker / Containerized Services
-* TrueNAS (Storage)
+**Infrastructure:** Proxmox VE β’ K3s β’ Docker β’ TrueNAS β’ Nginx Proxy Manager β’ Cloudflare Tunnels
-### π Monitoring & Observability
+**Monitoring:** Prometheus β’ Grafana β’ Uptime Kuma β’ Custom NOC Dashboard
-* Grafana (Dashboards)
-* Prometheus (Metrics - in progress)
-* Uptime Kuma (Service Monitoring)
-* Custom NOC Dashboard (Python + JSON + JS)
+**Networking:** UniFi β’ VLAN Segmentation β’ Cloudflare DNS
-### π Networking & Access
+**Edge / RF:** Direwolf β’ APRS-IS β’ Raspberry Pi β’ RTL-SDR
-* Nginx Proxy Manager (Reverse Proxy)
-* Cloudflare Tunnels (Secure External Access)
-* VLAN Segmentation (UniFi Network)
+**Development:** Python β’ Bash β’ JavaScript β’ HTML/CSS β’ Git
-### π‘ Edge & RF Systems
-
-* Direwolf (APRS TNC)
-* APRS-IS Integration
-* Raspberry Pi iGate Systems
-* Audio Signal Processing / Tuning
-
-### π» Development
-
-* Python (Automation / Data Collection)
-* JavaScript (Frontend Dashboard UI)
-* HTML / CSS (UI Design)
-* Bash (System Automation)
-* Git / GitHub (Version Control)
+**AI & Automation:** Claude (Anthropic) β’ LLM-assisted Documentation β’ Prompt Engineering
---
-# π Roadmap
+## π€ Connect
-* [ ] Grafana + Prometheus integration
-* [ ] Real-time metrics ingestion
-* [ ] NOC alerting system
-* [ ] Mobile APRS iGate deployment
-* [ ] Advanced system dashboards
+[](https://www.linkedin.com/in/toochase-dumphord/)
+[](https://github.com/ced4568)
+[](https://chasedumphord.com)
+[](https://noc.chasedumphord.com)
+
+π§ chasedumphord@gmail.com | π Oxford, MS
---
-# π€ Connect With Me
-
-[LinkedIn](https://www.linkedin.com/in/toochase-dumphord/)
-[GitHub](https://github.com/ced4568)
-
----
-
-## β‘ Final Note
-
-> This is not a static portfolio β it is a **live representation of working systems.**
+> This is not a static portfolio β it is a live representation of working systems.