···11+<!doctype html>
22+<html lang="en">
33+ <head>
44+ <title>Seth Etter — software engineer</title>
55+66+ <meta charset="utf-8" />
77+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
88+99+ <link rel="shortcut icon" href="/favicon.svg" />
1010+1111+ <link rel="stylesheet" href="/css/style.css" />
1212+ </head>
1313+ <body>
1414+ <div id="header">
1515+ <div id="logo">
1616+ <a href="/">
1717+ <strong>seth etter</strong>
1818+ <small><em>dot</em></small>
1919+ <strong>com</strong>
2020+ </a>
2121+ </div>
2222+ <div id="navigation">
2323+ <ul>
2424+ <li>
2525+ <a href="https://seth.computer" title="More stuff by Seth"
2626+ >seth.computer</a
2727+ >
2828+ </li>
2929+ </ul>
3030+ </div>
3131+ </div>
3232+3333+ <main class="container">
3434+ <div id="content prose">
3535+ <h1>Hello! I'm Seth</h1>
3636+3737+ <p>
3838+ I'm a software engineer and technical lead working in the industry
3939+ since 2012.
4040+ </p>
4141+4242+ <p>
4343+ I've had a variety of experience: from individual contributor to
4444+ management and technical leadership. I've worked in a variety of
4545+ contexts: from small SaaS startups to federal government contracting.
4646+ </p>
4747+4848+ <p>
4949+ During that time I've honed my understanding of what it takes to
5050+ deliver and operate software effectively, at both the technical and
5151+ organizational levels.
5252+ </p>
5353+5454+ <p>
5555+ With additional background in education and public speaking, I enjoy
5656+ breaking complex topics down to their essentials and helping people
5757+ understand what is most important and applicable to their unique
5858+ context.
5959+ </p>
6060+6161+ <p>
6262+ Is there something I might be able to help you or your business with?
6363+ <a href="mailto:web.251122@sethetter.com">Let's chat</a>.
6464+ </p>
6565+6666+ <p>
6767+ You can also find me at
6868+ <a href="https://seth.computer">seth.computer</a>.
6969+ </p>
7070+ </div>
7171+ </main>
7272+7373+ <footer id="footer">
7474+ <p style="float: right; justify-text: right">Updated: 2025-01-04</p>
7575+ <p>
7676+ Created and maintained by
7777+ <a rel="me" href="https://sethetter.com">Seth</a>
7878+ </p>
7979+ </footer>
8080+8181+ <script
8282+ src="https://cdn.usefathom.com/script.js"
8383+ data-site="HRUUKZPR"
8484+ defer
8585+ ></script>
8686+ </body>
8787+</html>
···11----
22-title: software engineer
33-layout: layout.tsx
44----
55-66-# 👋 Hello! I'm Seth
77-88-I'm a software engineer and technical lead working in the industry since 2012.
99-1010-I've had a variety of experience: from individual contributor to management and technical leadership. I've worked in a variety of contexts: from small SaaS startups to federal government contracting.
1111-1212-During that time I've honed my understanding of what it takes to deliver and operate software effectively, at both the technical and organizational levels.
1313-1414-With additional background in education and public speaking, I enjoy breaking complex topics down to their essentials and helping people understand what is most important and applicable to their unique context.
1515-1616-Is there something I might be able to help you or your business with? [Let's chat](mailto:web.251122@sethetter.com).
1717-1818-You can also find me at [seth.computer](https://seth.computer).