"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: The Architect (Wide) */}

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.

{['#Architecture', '#SystemDesign', '#Automation', '#FullStack', '#Scalability'].map(tag => ( {tag} ))}
{/* Top Row: Hetzner Node (Narrow) */}
Hetzner Node-01
Status: UP
{/* Middle Row: Web Systems */}

Web Systems

Architecting distributed platforms with a focus on high-availability, API design, 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 management and native hardware integration.

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

DevOps

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

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

The Forge

Indie Game Dev & Creative Prototypes

); }