The Winter Throat

I like to occasionally write articles about things that pique my interest at work, or opinions that I form over the years.
Querying your Redux store with GraphQL

Querying your Redux store with GraphQL

🇺🇸 englishPublished December 2020 (at 30)#react#technology2622 words9 mn to read

Rationale When working in a React application, one pain point that often comes up is Redux. People say that as soon as an application uses it, things quickly get overrun with boilerplate and "wiring" code that ultimately clogs your codebase more than it helps it. This isn't something inherent to Redux but more something to do with the best practices associated with it, and with people misusing th...

Snapshot Through the Heart

Snapshot Through the Heart

🇺🇸 englishPublished July 2020 (at 30)#technology#javascript2048 words7 mn to read

While snapshot testing has been around for a while in the form of visual snapshots (used in visual regression testing), it's clear that the introduction of textual snapshots in Jest a few years ago had a big impact on testing, not only in Javascript but in other languages as well. But looking back on what it brought me a few years later I feel rather failed by snapshots. And while most of the blam...

The Winter Throat

Blog

Back

I like to occasionally write articles about things that pique my interest at work, or opinions that I form over the years.
Querying your Redux store with GraphQL

Querying your Redux store with GraphQL

🇺🇸 englishPublished December 2020 (at 30)#react#technology2622 words9 mn to read

Rationale When working in a React application, one pain point that often comes up is Redux. People say that as soon as an application uses it, things quickly get overrun with boilerplate and "wiring" code that ultimately clogs your codebase more than it helps it. This isn't something inherent to Redux but more something to do with the best practices associated with it, and with people misusing th...

Snapshot Through the Heart

Snapshot Through the Heart

🇺🇸 englishPublished July 2020 (at 30)#technology#javascript2048 words7 mn to read

While snapshot testing has been around for a while in the form of visual snapshots (used in visual regression testing), it's clear that the introduction of textual snapshots in Jest a few years ago had a big impact on testing, not only in Javascript but in other languages as well. But looking back on what it brought me a few years later I feel rather failed by snapshots. And while most of the blam...