Javascript
React
Web Development
Dec 19, 2024
I’ve been cooking. In this post, I talk about the project I’ve been working on for the last 7 months. You’re not going to want to miss this one.
Emulation
Dec 3, 2024
In this blog series, I build an NES emulator and document the process. Join me in Part 2, where I talk about CPU memory!
Emulation
Nov 12, 2024
In this post, I introduce the basics of the NES architecture and cover fundamental emulation concepts in an accessible way.
Assembly
C++
Emulation
Oct 11, 2024
I built an emulation of an 8-bit CPU, and somewhere along the way, computers just started to make sense.
MySQL
Next.js
May 1, 2024
I took a university database course I had to design a database for a project of my choice. I decided to build a character creator for Dungeons & Dragons, a popular tabletop RPG.
C++
OpenGL
Dec 6, 2023
I built an OpenGL scene with shadows using Blender models and C++.