Tag
javascript
metaUpgrading sahansera.dev to Gatsby 5
Follow the upgrade of sahansera.dev to Gatsby 5, including dependency conflicts, plugin replacements, build fixes, and lessons learned.
data visualizationD3.js Creating a Bar Chart from Ground Up
Build a D3.js bar chart from first principles using SVG, scales, axes, margins, and data joins.
data visualizationD3.js Join Semantics - A Conceptual Look
Understand D3.js data joins by mapping data to DOM elements and working through enter, update, and exit selections.