I write about software development and monetary policy

First post, who dis?

The quick brown fox jumped over the lazy dog on a quiet Sunday afternoon.

Subheading

May the force be with you, Harry. —Gandolf, Captain, USS Enterprise

Bulleted list:

Numbered list:

  1. Navigate to sethlivingston.dev
  2. Click on a blog post
  3. Read away

Sub-subheading

Code snippet:

import React from "react";

export function Component({ children }): React.ReactElement {
  return (
    <>
      <Text style={computed}>Hi there</Text>
      <Button style="primary">Done</Button>
    </>
  );
}