RSSAmplifier

Blog

debuggr.io

A Personal blog by Sagiv Ben Giat

debuggr.ioRSS feed ↗17 posts

Latest posts

Stop Reviewing Every Line of AI Code - Build the Trust Stack Instead

We trust open-source code we've never read because of a stack of primitives the ecosystem agreed on. AI-generated code is a new kind of third-party code, and most of those primitives don't exist for it yet. A first cut at the list.

The Internet Is Getting Quieter - Who Will Feed the Next Generation of AI?

Stack Overflow helped train the AI models that are now making it irrelevant. As developers solve problems privately with AI assistants, the public knowledge commons is quietly starving. This is an underrated problem.

Stop Asking AI for Answers - Start Shipping Fixes

The modern equivalent of answering Stack Overflow questions is contributing fixes to open source issues. AI is what finally makes this approachable at scale.

The New Bottleneck - When AI Writes Code Faster Than Humans Can Review It

AI agents can generate 10x more code, but can humans review it? Exploring why code review is the new bottleneck and a controversial solution - treating AI-generated code as third-party dependencies.

Bridging the Gap - How We Made AI Agents 10x Developers in Our Organization

AI agents are powerful, but they don't know your organization. Learn how we solved the context gap with MCP servers to make AI truly 10x productive.

React - setState is not a function

Losing the context of this inside component's handler method

React - Cannot read property 'map' of undefined

When our data is not ready yet for rendering

JavaScript - Closure in depth

Learn the concept of closure in JavaScript.

JavaScript - The prototype chain in depth

Learn the concept of inheritance with the prototype chain.

React reusable logic - A tale of 3 knights and a Primitive

The evolution of sharing logic in react

React race condition bug

The bug that you don't even know you have

React state update on an unmounted component

90% of react developers faced this warning at least once

JavaScript - The "this" key word in depth

Follow these 6 rules to determine what “this” is bound to.

Answering Stack Overflow questions can make you a better programmer

~8 reasons why you should answer Stack Overflow questions

React Micro Frontends

Allow a react application to be part of a micro frontends architecture

JavaScript == VS === The truth

The truth behind the double and tripple equal in JavaScript

Redux is dead! long live react's context API(?)

Can we really compare react's context with redux?