Yadiel 🇵🇷

@yadiel.dev

de 🇵🇷 pa'l mundo coffee-powered software engineer in the big apple🗽

There's a confusing bug in Next.js with Server Functions that return a Client Component. The app builds fine, then it crashes at runtime with "Could not find the module … in the React Client Manifest."

Am I the only one who thinks that there's a big chance that OpenAI is paying influencers to talk shit about Anthropic?? Not a fanboy of Anthropic, I use both of them

I'm very skeptical of claims like "We migrated from framework X to Y, and metric A improved by…" In most cases, these migration stories over-credit the framework and undercut everything else that changed during the rewrite.

hot take🌶️: An engineer who can’t use AI slows the whole team down (specially in early startups), and hiring should reflect that. Modern dev interviews should test how well someone works with AI, not how fast they grind leetcode.

Hot take: Now that we have the React Compiler, hook rules should be enforced at the compiler level. I've seen too many codebases just ignore them. I've seen hooks used conditionally, missing deps in arrays, or no eslint-plugin-react-hooks at all. This stuff should be unskippable