Hello world


โ€‹

Are you really a software developer if you haven't rebuilt your personal site a half dozen times? A new year, time for a new blog!

Right now you'll see content on this site is pretty minimal - mainly just the homepage, about page and this blog post. But fear not, dear reader! I have a few things to say in the coming months. Stay tuned!

class Foobar {
  constructor(props) {
    super(props);
  }

  private thing() {
    return true;
  }
}