You've stumbled across the archive of the blog posts I wrote back in 2014 and prior. Feel free to peruse, through everything from code snippets that never made it to GitHub, to random ramblings about my passion for technology.

I'm fairly certain that most programmers out there are familiar with Regular Expressions (herein known as regex), and for the most part, regex seems to be pretty consistent in different computer languages.

Continue reading...

Multiplication operator overloaded to represent the cross-product

Operator overloading seems to be one of the most prominent controversies in programming--at least from my end of the food chain.

Continue reading...