Fail-Safe PII Redaction in Elixir

Filter by Value, Not by Path In this post, I use the example of a parcel-shipping gateway integrating with multiple carriers. This example is purely hypothetical and chosen to clearly illust...
0 Read More

Learning Elixir: Anonymous Functions

Anonymous functions are a cornerstone of functional programming in Elixir, allowing you to create functions on the fly without naming them. They're versatile building blocks that you can assign to var...
0 Read More