This will be my tenth GDC
Developer Community

This will be my tenth GDC

I’ve been at GDC for ten years. I was only an official CA for eight of those years, and last year was one of the two times that I wasn’t a CA. I had a whole week of scheduled events to network and to meet with industry legends as an IGDA Scholar, yet I spent … Continue reading

Ok, Regex, You Win!
Tech Tools

Ok, Regex, You Win!

Regular Expression or Regex is used in programming to indicate patterns in strings (of characters). My most frequent encounters with Regex are when I’m parsing a string in Java and I call the split() function. When Regex has been useful: Let’s say I wanted to count how many times all the words in the Bible occur. … Continue reading