Hello, world!

December 22, 2024

Another year, another website.

I’m using this site to blog and host fun one-off static pages. Expect discussions on graphics and game programming, with a bit of web development sprinkled in.

This site was built using Gatsby, a static site generator framework that gives me a lot of flexibility. For example, check out this responsive counter component:

0

With Gatsby, this is really easy. Here's how it looks like in code:

// Markdown content...

import {Counter} from './Counter';

<Counter />

Until next time... o7

© 2025 Eugene Che
Built with ❤️.