Being self taught for 10 years and beginning formal education in Computer Science, I have learned much more than I was expecting to, including the math behind binary numbers. And while it might seem like useless information at first glance, I’m actually glad I learned it because understanding binary to a certain degree means thatContinue reading “Binary Buttons”
Category Archives: Programming
Back to the Basics
I’ve been programming since I was in middle school, with the intention of being a game programmer. At the time of writing this, I am 22 years old and I’m fairly confident in my ability to develop a presentable game in something like Unity. Except engines like Unity aren’t where I learned how to code.Continue reading “Back to the Basics”
An accessible intro to pointers
I’m not satisfied with how many online resources and tutorials explain pointers, so I wrote my own guide with a simple and straight-to-the-point explanation that’s easy to follow. I’m prioritizing quality over quantity here. This is my first time doing a “coding tutorial” or anything similar so my apologies if it’s a little scattered. https://github.com/GavynBryan/SimplePointers