Decision Trees by Andrew(gmail) Bush
Andrew(gmail) Bush has published 3 public decision trees on Draw Decision Tree. Each one is an interactive wizard you can run in your browser or embed in your own site.
Published trees
Authentication Method Selection
Authentication is a security-critical, high-friction decision to reverse — migrating users from one auth method to another requires coordinated password resets or credential migration campaigns. This tree eliminates methods that don't match your user type, enterprise requirements, and security posture, giving you a clear shortlist before you write a line of code.
Caching Strategy Selection
Premature or misapplied caching adds complexity — stale data bugs, invalidation logic, and distributed consistency problems — without solving the actual bottleneck. This tree routes you to the caching pattern that matches your data access profile, so you apply the right tool to the right problem rather than defaulting to Redis for everything.
Which data visualisation type should I use?
Quickly identify the most effective chart or visualisation type for your dataset. Answer questions about your data's shape, what story you want to tell, and whether geography plays a role to narrow down to the best option.
All trees by Andrew(gmail) Bush
- Authentication Method Selection — Authentication is a security-critical, high-friction decision to reverse — migrating users from one auth method to another requires coordinated password resets or credential migration campaigns. This tree eliminates methods that don't match your user type, enterprise requirements, and security posture, giving you a clear shortlist before you write a line of code.
- Caching Strategy Selection — Premature or misapplied caching adds complexity — stale data bugs, invalidation logic, and distributed consistency problems — without solving the actual bottleneck. This tree routes you to the caching pattern that matches your data access profile, so you apply the right tool to the right problem rather than defaulting to Redis for everything.
- Which data visualisation type should I use? — Quickly identify the most effective chart or visualisation type for your dataset. Answer questions about your data's shape, what story you want to tell, and whether geography plays a role to narrow down to the best option.
About Draw Decision Tree
Draw Decision Tree is a free tool for building, visualizing, and embedding interactive decision trees using a human-readable DSL. Start building your own →