Blog

· 4 min read
React Anti-Pattern: Stop Passing Setters Down the Components Tree
Let's see why passing useState setters as props creates abstraction leaks and tightly couples child components to parent implementations.

· 3 min read
Practical Tips for Nailing Algorithms Interviews
I'm getting asked this question a lot, so let's talk about it - what can we do to get better at the LeetCode kind of interview

· 5 min read
The Harmful Misuse of Code Coverage
Code coverage is a tool widely used to understand if we wrote enough tests. But is it really the best tool to give us the confidence we need?