About
Welcome to my corner of the internet. On this site, you'll find recent articles I've written, mostly about coding. Below, you'll find the most recent articles, but you can browse all of them over on the archive.
You can also view the web-version of my resume as well as see a listing of (what I think) are my most interesting current projects in my portfolio.
Recent Posts
-
A Little DX with Method Chaining - March 26, 2025
Developer Experience (DX or DevEx) is to engineers what User Experience (UX) is to users, and it’s something I’m very passionate about. It’s why I spend so much time iterating on APIs when designing libraries. I did that a bit yesterday and decided to improve the UX of the
Read moreRenderable
class of my game engine yesterday. -
Camera, No Lights or Action - March 25, 2025
I finished chapter 3 today, in which I implemented a camera for my game engine, so that
Read moreRenderable
objects can be positioned conveniently using a coordinate system that makes more intuitive system for the game being built, rather than the native to WebGL. -
Structure - March 24, 2025
I think the one thing I learned during my brief time in the military is the importance of structure. I don’t think I would have been able to complete a self-paced, 2-year MBA program without structure. I wouldn’t have been able to maintain a 40-hour work week and effectively study and pass the LSAT without structure. As I look for a new job, I’m thinking that one way I can be more effective is to add more structure.
Read more
Be sure to check out the archive for older posts.