Nicholas Feldman

Web and Mobile Computing Student @ RIT

Projects

In 2016, I took over maintaining a mod for the popular game Minecraft. I used this as an opportunity to learn Kotlin, and re-wrote the mod multiple times until I was at a level of proficiency in Kotlin I was comfortable with. Today, the mod creeps towards one million downloads, and is currently sitting at a little under 800,000.
This is my personal site, that I use to test new frameworks, techniques, etc. As such, it's often re-written. In it's current iteration, it is built with Nuxt. I plan on expanding to include a blog, where I can ramble on and create content to share my learnings and experiences.

Upcoming Blog Posts

Diving Into Git Internals - Objects
In this post, I will dive into the nitty gritty of how git stores files internally. I will explain the file structure, types of binary files, and recount my experiences in creating entire git histories by manually hashing and writing objects, and developing a library to facilitate this.