Hi, I'm Alex

my website currently being redesigned, but feel free to contact me with questions

Software Engineer @homedepot. Previously @OCLC.

I work with modern web technologies(like GraphQL, React and Tailwind) and build accessible products/services that serve the needs of users.

Want to contact me, or interested in working with me? Contact me here: ajstrand8 (at) gmail.com.

You can view my resumehere

All code on this site is server rendered by default.

Any javascript has to be enabled explictly.

Here's an example:

import Island from "../Island.jsx";

import Example from "../islands/Example.client.jsx";

<Island componentName="Example" islandTag="span">
  <Example
    buttonText="this button can be clicked"
    text="the button has been clicked"
  />
</Island>;