talk-data.com
Activities & events
| Title & Speakers | Event |
|---|---|
|
Hooked on Experimental Code: Containing the Chaos
2025-12-04 · 20:15
My team ships AB tests constantly. At some point, the codebase started turning into a graveyard of feature flags, dead conditional logic, and TODO comments (or the lack thereof) about cleaning up old experiments. The breaking point: a major component with 4 experiments - hundreds of lines, where changing one thing risked breaking another (which it did). That's when I discovered that custom hooks could be more than reusable logic - they could be containers for isolating experimental code. Through this talk, I’ll share my experience of using hooks as boundaries for implementing experiments, and how this pattern has improved the way my team can ship features fast while keeping technical debt in check. |
|
|
Modernizing Your React App: Compiler, useEffectEvent, Activity & Friends
2025-12-04 · 19:35
React has changed a lot in the last year: React 19, 19.1 and now 19.2 brought a stable React Compiler, new hooks like |
|
|
I Loved Snapshots in 2016. A Decade Later, Let's Revisit
2025-12-04 · 19:10
In 2016, snapshot testing felt revolutionary. I promoted it everywhere. Then came the backlash: fragile tests, large snapshots, and mindless change approval. The community wasn't amazed. Yet in 2024, Node.js added native snapshot support. Why? This talk traces snapshot testing's turbulent decade: from Facebook's game-changing release to general rejection, and examines what place snapshots have today. Spoiler: the story isn't as simple as “snapshots bad”. Let's revisit with clearer eyes. |
|