import Button from "@/components/lib/layout/Button"; import Divider from "@/components/lib/layout/Divider"; import H1 from "@/components/lib/layout/H1"; import H2 from "@/components/lib/layout/H2"; import Link from "@/components/lib/layout/Link"; import P from "@/components/lib/layout/P"; import Row from "@/components/lib/layout/Row"; import Section from "@/components/lib/layout/Section"; import Span from "@/components/lib/layout/Span"; import Stack from "@/components/lib/layout/Stack"; import { Terminal } from "lucide-react"; export default function Main() { return (
{/* I Build & Operate Production Systems */}

About Me

I'm Benjamin Toby, a DevOps/Platform engineer and CTO at Summit Lending. I build and operate production systems that support real businesses.

What I Do

I focus on infrastructure and reliability:
  • CI/CD automation and deployment pipelines
  • Multi-cloud architecture (AWS, GCP, Azure, Hetzner)
  • NGINX hardening, TLS, caching, rate limiting
  • Full-stack delivery with Next.js, Bun, and SQL

Background

I started as a full-stack developer and moved into DevOps and platform engineering out of necessity, building systems that could scale without breaking. That led to Summit Lending, where I manage all engineering, from infrastructure to product.

Along the way I built TurboCI, a deployment orchestration tool, and Datasquirel, a cloud SQL platform. I write about what I learn on my blog.

I focus on measurable outcomes: faster deployments, lower costs, fewer incidents.
); }