Hello

Nice to meet you 👋
I'm Matan Borenkraout - a Frontend Engineer, speaker & blogger.
Making better software, one word at a time 🔥

Blog

Cover Image for React Anti-Pattern: Stop Passing Setters Down the Components Tree
· 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.

Cover Image for Practical Tips for Nailing Algorithms Interviews
· 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

Cover Image for The Harmful Misuse of Code Coverage
· 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?