Welcome to my website!
Hello, I'm Isaac!
I'm a web developer who specializes in React development for headless (platform-agnostic) websites. This site itself is an example of that as it is built using Gatsby.js (Typescript React), is provided content via Sanity.io and is hosted on Netlify.
Since I spend most of my days writing code at my actual job, I don't tend to work on personal projects as much as I would like. However, every now and again I find the inspiration to work on my own projects that, once finished, are then condemned to an eternity in my computer's storage.
My hopes for this site is to create a platform for myself where any project I work on, no matter how large or small in scale, can then be added here rather than be lost to the abyss. Moreover, I intend for this site to be more than just a portfolio, but a living project in itself that will grow in functionality and design quality as time goes on.

Digits
This game is an attempt to clone a game of the same name that was briefly available on the New York Times games section as a beta test in 2023. After their version of Digits was removed, I'd occasionally lament how I couldn't play it anymore, until it dawned on me that I could probably just make it myself.
The goal of the game is to perform operations (addition, subtraction and multiplication) on the six numbers provided to produce the target number circled in gray. You do not have to use all of the numbers to reach the target and can use the "Back" button to revert an operation.
This game has two modes:
- Single Combo - All five target numbers are based on operations executed on the same batch of six numbers.
- Multi Combo - Each target number is based on a unique batch of six numbers.