Category Archives: JavaScript

The Transient Root Pattern: Integrating Ember 6.8 and Storybook 10

By | December 11, 2025

Making Connections Integrating a robust application framework with a documentation tool often involves reconciling different philosophies on how code should be built and rendered. I recently worked on integrating an Ember UI library with Storybook 10, and I encountered a specific architectural challenge. I actually tried and failed to combine the two many times before… Read More »

Numbers, database numbers and JavaScript

By | August 2, 2019

Numbers quickly became one of the trickier parts of tracking and calculating mining profit. MySQL offers many different numeric types and I first settled on using DECIMAL for most of my calculations. Some ridiculous values like with 40 significant digits. That worked out fairly well at the start. The cryptocurrency market however was in a… Read More »