<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta
      name="viewport"
      content="width=device-width, initial-scale=1, shrink-to-fit=no"
    />
    <meta http-equiv="x-ua-compatible" content="ie=edge" />
    <title>Matt Blair</title>
    <link
      href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css"
      rel="stylesheet"
      integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM"
      crossorigin="anonymous"
    />
    <script
      src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"
      integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz"
      crossorigin="anonymous"
    ></script>
    <link rel="stylesheet" href="style.css" />
  </head>

  <body>
    <p>Hi, I&rsquo;m Matt Blair, and this is my little corner of the Internet.</p>

<p>I live in Long Beach, California with my wife, son and a lot of animals. I was born in 1987 in Brooklyn, New York, grew up on Long Island, and moved to California in 2011.</p>

<p>I&rsquo;m an avid home cook, photographer and occasional cyclist.</p>

<p>In order to fund these habits, I lead a team working on security infrastructure at <a href="https://www.google.com">Google</a>. Previously, I was an early engineer at <a href="https://www.figma.com">Figma</a>. Prior to that, I spent five years at <a href="https://flipboard.com">Flipboard</a>, eventually leading the site reliability engineering team. Before that, I attended Cornell University and Stony Brook University&rsquo;s Southampton campus, where I met my wife.</p>

<p>This site&rsquo;s source <a href="https://github.com/mblair/matthewblair.net">is on GitHub</a>, if that&rsquo;s your jam.</p>

<p>Elsewhere:</p>

<ul>
<li><a href="https://instagram.com/m_blair">Instagram</a></li>
<li><a href="https://twitter.com/mattyblair">Twitter</a></li>
<li><a href="https://www.strava.com/athletes/mattyblair">Strava</a></li>
<li><a href="https://github.com/mblair">GitHub</a></li>
<li><a href="https://www.linkedin.com/in/matthewablair">LinkedIn</a></li>
<li><a href="https://www.goodreads.com/user/show/5232574-matt-blair">Goodreads</a></li>
<li><a href="https://news.ycombinator.com/user?id=mattyb">Hacker News</a></li>
<li><a href="https://www.facebook.com/matthewblair">Facebook</a></li>
<li><a href="http://www.slideshare.net/matthewblair/slideshows">SlideShare</a></li>
</ul>

<p>A couple of my recorded technical talks from ages ago are online; one was at <a href="https://vimeo.com/128194533">HBaseCon</a>, and the other was at a <a href="https://www.youtube.com/watch?v=3ScLnROJ-iU">RethinkDB meetup</a>. I was also on <a href="https://figma.splashthat.com/">a panel</a> on mentorship for underrepresented folks in the technology industry.</p>

<p>Feel free to <a href="mailto:me@matthewblair.net">email me</a>.</p>

    <script
      src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"
      integrity="sha384-3ceskX3iaEnIogmQchP8opvBy3Mi7Ce34nWjpBIwVTHfGYWQS9jwHDVRnpKKHJg7"
      crossorigin="anonymous"
    ></script>
    <script
      src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
      integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
      crossorigin="anonymous"
    ></script>
    <script>
      (function (i, s, o, g, r, a, m) {
        i["GoogleAnalyticsObject"] = r;
        (i[r] =
          i[r] ||
          function () {
            (i[r].q = i[r].q || []).push(arguments);
          }),
          (i[r].l = 1 * new Date());
        (a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
        a.async = 1;
        a.src = g;
        m.parentNode.insertBefore(a, m);
      })(
        window,
        document,
        "script",
        "https://www.google-analytics.com/analytics.js",
        "ga",
      );

      ga("create", "UA-18965820-1", "auto");
      ga("send", "pageview");
    </script>
  </body>
</html>
