The Data Doodle

A blog about visualizing, analyzing, and managing data

FDIC Query Notation

BankerDoodle is an application built on top of the DataDoodler platform. It inherits all the analytical goodness of DataDoodler, but contains features specific to the banking industry.

Read More

Cost of Change vs. Cost of Understanding

There are costs associated with how you write code (the patterns you utilize). Highly abstract code that relies on a high degree of inheritance, factories, and dependency injection is easier to change, but harder to understand.

Code that is less abstract is more likely to break something somewhere when you change it. Though it is harder to change, it is easier to understand.

Read More

Blog Tasks

  • What is a ‘Tech Sketch” and how is it done?
  • React.js components
  • DataDoodler Roadmap
  • Replace ‘Tags’ navigation component with a ‘Search’ component that allows real-time searching of titles, tags, and categories.