"use client"; import Link from 'next/link'; import { motion } from 'framer-motion'; import { Globe, Smartphone, Server, Gamepad2, Activity } from 'lucide-react'; export default function Home() { return (

George W.

Senior Full Stack Engineer & Tech Lead

{/* Top Row Left: The Architect */}
{/* Background Decoration: Subtle Grid or Blueprint */}
{/* You could place a subtle SVG circuit or architectural grid here */}
{/* Left: Bio & Tags */}

The Architect

Bridging the gap between rigid regulatory requirements and fluid user experiences. I specialize in designing distributed systems and cross-platform mobile apps with a focus on automated delivery and high-integrity code.

{['#Architecture', '#Regulatory Compliance', '#Agile Leadership', '#DevOps'].map(tag => ( {tag} ))}
{/* Vertical Divider */}
{/* Right: Seniority Specs */}

Leadership

Tech Lead & Scrum Master. Orchestrating sprint cycles, system design, and cross-functional team growth.

Integrity

Experienced in High-Stakes Environments (Medical/Regulatory), QMS, and Cyber Essentials.

Infrastructure

Kubernetes, GCP, and automated CI/CD pipelines.

{/*

The Architect

Bridging the gap between complex system architecture and fluid user experiences. I specialize in designing distributed web systems and cross-platform mobile apps with a focus on performance and automated delivery.

{['#Architecture', '#Regulatory', '#SystemDesign', '#Automation', '#FullStack', '#ProductOwner'].map(tag => ( {tag} ))}
*/} {/* Top Row Right: The Service Registry (Restored) */} {/* The Monitor Map (Easily editable) */} {(() => { const monitors = [ { id: 2, name: "Datasaur" }, { id: 6, name: "Audiobookshelf" }, { id: 7, name: "Woodpecker CI" }, { id: 8, name: "Forgejo Git" }, { id: 9, name: "Server dashboard" }, { id: 10, name: "Ratoong" }, ]; return ( <> {/* Default View */}
Hetzner Node-01

System Status:

Overall Status
{/* Hover View: Friendly Names */}

Service Registry

{monitors.map((m) => (
{m.name}
up ms
))}
); })()} {/* Middle Row: Web Systems */}

Web Systems

Architecting distributed platforms with a focus on high-availability and containerized deployment.

{['Next.js', 'Python', 'Node.js', 'Caddy', 'PostgreSQL'].map(tech => ( {tech} ))}
{/* Middle Row: Mobile Apps */}

Mobile Apps

Building fluid, cross-platform experiences using reactive state and native hardware integration.

{['Android', 'iOS', 'Flutter', 'Riverpod', 'Stores'].map(tech => ( {tech} ))}
{/* Middle Row: DevOps */}

DevOps

Managing self-hosted cloud nodes with automated CI/CD pipelines and proactive monitoring.

{['Docker', 'Woodpecker', 'Hetzner', 'Linux', 'Uptime'].map(tech => ( {tech} ))}
{/* Bottom Row: The Forge */}

The Forge

Indie Game Dev & Creative Prototypes

); }