Skip to content

Category: Cool Tools

Finding distinct colors for diagrams and presentations

When I create architecture diagrams or slide decks, I often rely on color coding to highlight recurring concepts or distinct domains. It helps the audience recognize patterns quickly without having to re-read every label. However, finding the right palette is surprisingly difficult. The colors need to be distinct enough that everyone can tell them apart…

RegEx debugging

Regular expressions are a powerful tool when you build an application that has to parse textual input. They are also useful in several other contexts. Some examples of where I’ve recently used them are: And I’m sure there are plenty more use cases that didn’t come to my mind right away. But coming up with…