import { createFileRoute, Link } from "@tanstack/react-router"; export const Route = createFileRoute("/")({ component: Home, }); function Home() { return ( <>

Patrick Obama

Full-stack developer building secure, performant web applications with Next.js, NestJS, TanStack, TypeScript and PostgreSQL.

This site contains:

Recent Changes

); }