2025-12-18 01:13:04 -03:00
<!doctype html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
2026-06-29 13:23:07 -03:00
< title > Brad Stein | SDET, DevOps Automation & Platform Engineering< / title >
2025-12-18 01:13:04 -03:00
< meta
name="description"
2026-06-29 13:23:07 -03:00
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."
2025-12-18 01:13:04 -03:00
/>
2026-06-29 13:23:07 -03:00
< link rel = "canonical" href = "https://bstein.dev/" / >
2025-12-18 01:13:04 -03:00
< link rel = "icon" type = "image/svg+xml" href = "/vite.svg" / >
2026-06-29 13:23:07 -03:00
< 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 >
2025-12-18 01:13:04 -03:00
< / head >
< body >
< div id = "app" > < / div >
< script type = "module" src = "/src/main.js" > < / script >
< / body >
< / html >