Why You Should Hash Values in Your Data Pipelines
Hashing is a pretty common technique for transforming some data value into another, generally fixed-length, value. The good thing about hashing is hashing algorithms are deterministic, meaning, given the same input, you will always get the same outpu...
jaggedarray.hashnode.dev8 min read