All decks Close
All decks 4
  • English Lessons with Monica

    Data viz is no longer the niche endeavour that it was a few years back. Today, there are several libraries out there that do a great job of rendering all the SVG bar charts, scatterplots, and line plots your heart can imagine… as long as those charts aren't trying to show over a thousand data points 😉 Unfortunately, for SVG visualizations size does matter. In this presentation, we'll talk about how to visualize large(r) data sets in a way that is performant and maintains user interactivity. Ready to build user-friendly charts that scale? React + Canvas API (and a few additional pro tips and tricks) to the rescue!

  • Building Interactive Charts that Scale (ArmadaJS 2022)

    Data viz is no longer the niche endeavour that it was a few years back. Today, there are several libraries out there that do a great job of rendering all the SVG bar charts, scatterplots, and line plots your heart can imagine… as long as those charts aren't trying to show over a thousand data points 😉 Unfortunately, for SVG visualizations size does matter. In this presentation, we'll talk about how to visualize large(r) data sets in a way that is performant and maintains user interactivity. Ready to build user-friendly charts that scale? React + Canvas API (and a few additional pro tips and tricks) to the rescue!

  • Understanding the SVG Path (React Summit)

    The SVG path is the building block of building blocks: all basic shapes can be created from a simple path. When twisted, turned, extended, and cut, in the right manner, a path becomes a picture. During this presentation, we’ll take a deep dive into the language of the SVG path element, to demystify the magic behind implementing these transformations.

  • Demystifying the SVG Path

    The SVG path is the building block of building blocks: all basic shapes can be created from a simple path. When twisted, turned, extended, and cut, in the right manner, a path becomes a picture. During this presentation, we’ll take a deep dive into the language of the SVG path element, to demystify the magic behind implementing these transformations.