Fun
One of the best things about being a programmer is getting to experiment on all the new things happening in our industry. It's easy to feel overwhelmed! But it's also easy to feel inspired by the crazy creativity out there. Join me in exploring these things.
Constraints and Logic in Your Database
Logic in your database... is that what constraints are? If you're a programmer, yeah, it's logic. If you're a data person, it's heaven.
Weird Brazil Date Bug with Jon Skeet
Digging through my archives once again and found this wonderful video with Jon Skeet doing what he loves to do: sleuthing date bugs and answering questions on StackOverflow!
Mod and Remainder Are Not The Same
A remainder and a modulus look so very similar, but they are not the same thing and worse, are treated differently by different programming languages. Do you know how your language handles mod?