Games
{#each games as project}
{@render projectSummary({ project: project })}
{/each}
Hardware
{#each hardware as project}
{@render projectSummary({ project: project })}
{/each}
Apps
{#each apps as project}
{@render projectSummary({ project: project })}
{/each}
Music
I made a lot of music in the past; over a hundred songs in total. There's at least a small story behind pretty much every one of them here, and I am chronicling my memories on a subpage.
You can find this here, if you're interested.
{#each music as project}
{@render projectSummary({ project: project })}
{/each}