"use client"; import Link from 'next/link'; import { motion } from 'framer-motion'; import { Globe, Smartphone, Server, Gamepad2, Activity } from 'lucide-react'; import { useState } from 'react'; import MonitorCard from '@/components/MonitorCard'; export default function Home() { const [isHoveringMonitors, setIsHoveringMonitors] = useState(false); return (

George W.

Senior Full Stack Engineer & Tech Lead

Git LinkedIn
{/* 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.

{/* Top Row Right: The Service Registry (Restored) */} setIsHoveringMonitors(true)} onMouseLeave={() => setIsHoveringMonitors(false)} className="group md:col-span-2 p-6 rounded-3xl bg-neutral-900 border border-neutral-800 flex flex-col justify-center relative overflow-hidden transition-all duration-300 min-h-[180px]" > {/* 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

); }