← Back to rendered page

title: Home
shell: standard

components:
  - type: header
    eyebrow: Hello, world
    title: I'm Tyler Diderich.
    subtitle: Customer-facing engineer. I like helping people solve hard problems.

  - type: meta
    fields:
      - key: Location
        value: Madison, WI
      - key: Role
        value: Technical Solutions · Maze
      - key: Email
        value: tylerdiderich[at]gmail.com
      - key: LinkedIn
        value: linkedin.com/in/tylerdiderich

  - type: section
    eyebrow: The basics
    heading: A bit about me
    components:
      - type: markdown
        body: |
          I love helping people. Friends, family, colleagues, customers — helping is
          what drives me. Professionally, I enjoy helping customers solve their most
          difficult use cases. If it's possible with existing product features, great.
          If not, I'll either build it myself or work with the team to deliver on it.

  - type: section
    eyebrow: Outside of work
    heading: Hobbies
    components:
      - type: card_grid
        cards:
          - title: Family
            description: Spending time with my wife, daughter, and pup.
          - title: Building
            description: React, Python, Go. Lately — Rust (I built kazam, the tool rendering this page).
          - title: Outside
            description: Golfing and hiking.

  - type: section
    eyebrow: Poke around
    heading: More
    components:
      - type: card_grid
        cards:
          - title: Resume
            description: Experience, skills, and what I'm up to.
            links:
              - label: View resume →
                href: resume.html
          - title: Projects
            description: Things I've built — side projects and experiments.
            links:
              - label: See projects →
                href: projects.html
          - title: Writing
            description: Occasional posts on what I'm learning.
            links:
              - label: Read blogs →
                href: blogs.html
          - title: kazam
            description: The Rust static site generator rendering this site.
            links:
              - label: github.com/tdiderich/kazam →
                href: https://github.com/tdiderich/kazam