2026-06-29 13:23:07 -03:00

55 lines
2.3 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Brad Stein | SDET, DevOps Automation & Platform Engineering</title>
<meta
name="description"
content="Senior SDET and DevOps Automation Engineer helping teams improve test automation, CI/CD, Docker and Kubernetes reliability, Python tooling, Linux systems, and observability. Available for remote project and contract work."
/>
<link rel="canonical" href="https://bstein.dev/" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://bstein.dev/" />
<meta property="og:title" content="Brad Stein — SDET & DevOps Automation Engineer" />
<meta
property="og:description"
content="Test automation, CI/CD, Kubernetes, Docker, Python tooling, Linux infrastructure, observability, and live platform engineering."
/>
<meta property="og:image" content="https://bstein.dev/og-bstein-dev.svg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Brad Stein — SDET & DevOps Automation Engineer" />
<meta
name="twitter:description"
content="Test automation, CI/CD, Kubernetes, Docker, Python tooling, Linux infrastructure, observability, and live platform engineering."
/>
<meta name="twitter:image" content="https://bstein.dev/og-bstein-dev.svg" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Person",
"name": "Brad Stein",
"jobTitle": "DevOps Automation Engineer / Senior SDET",
"url": "https://bstein.dev/",
"email": "mailto:brad@bstein.dev",
"sameAs": ["https://www.linkedin.com/in/steinbradley/", "https://scm.bstein.dev/bstein"]
},
{
"@type": "WebSite",
"name": "bstein.dev",
"url": "https://bstein.dev/",
"description": "Brad Stein's professional engineering site and the home of the Titan Lab platform."
}
]
}
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>