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

George W.

Senior Full Stack Engineer & Tech Lead

{/* Bento Grid */}
{/* About Me - Large Card */}

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 relentless focus on performance, self-sovereign infrastructure, and automated delivery pipelines.

#NextJS #Flutter #Typescript #Python #Node #Docker #Kubernetes #Serverless #CI/CD
{/* Live Pulse Card */} {/* 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
))}
); })()} {/* Project One */} {/* Icon Container - Fixed size ensures it never disappears */}

Web Systems

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

{/* Tech Pips - Use 'flex-wrap' and 'gap-y' to handle multiline safely */}
{['Next.js', 'Node.js', 'Python', 'PostgreSQL', 'Docker'].map((tech) => ( {tech} ))}
{/* Hover Indicator */}
{/* Project Two */}

Mobile Apps

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

{/* Tech Pips */}
{['Android', 'iOS', 'Flutter', 'Riverpod', 'Publishing'].map((tech) => ( {tech} ))}
{/* Game Teaser / The Lab */}

The Forge

Indie Game Dev & Prototypes

{/* Deployment Footer */}
); }