Bloom Filter Hashes
So we have an improved code base, we need to address the Bloom Filters and improve their hashes. When I say improve the hashes, I…
So we have an improved code base, we need to address the Bloom Filters and improve their hashes. When I say improve the hashes, I…
As we saw in a previous post, we have a basic implementation of a Bloom Filter but things are just not good for something more…
After a block of unrelated content, I have gotten back to Code Kata 5 and implemented my sample Bloom Filter. Lets dig into it and…
So I had a new problem recently that made me really have to work. I had someone who wanted to bulk copy multiple rows into…
As I was working the other day, I started thinking about the differences between String.Empty, string.Empty and “”. They are all empty strings but what…
I was not really planning on releasing a post on an ancient programming language but I have a small warm spot in my heart about…
Today, we are going to address a prerequisite of Code Kata 5. Because it is a problem solving dealing with a specific data structure, we…
After a fun little detour to Agile land, we are back onto the next Code Kata in our series, Code Kata 5. Because of the…
If you have followed me at all over the years, on version 1, 2 or 3 of this site, you know I prefer WinForms over…
Here we are at the end of the road. It seems like we have been digging into a bunch of Agile. I hope you have…