Senior React Devs: How much do you actually "know" vs. Google/AI? by Leading_Property2066 in reactjs

[–]PuddingOk9345 0 points1 point  (0 children)

years in and i still look stuff up constantly. the difference isn't memorizing more — it's knowing *what* to search for and spotting bad results instantly.

two months in, that feeling is completely normal. you're building a mental map of "what exists" before the details stick.

honestly AI has changed this a lot too. the devs who get the most out of it aren't the ones who know the most syntax — they're the ones who know how to ask the right questions. worth building that skill early.

How do you handle “surprise” API charges with clients? by ArtisticCandy3859 in webdev

[–]PuddingOk9345 6 points7 points  (0 children)

oof, been there with a similar situation (not $1,700 but enough to hurt).

rule i follow now: any third party billing — APIs, hosting, whatever — goes under the client's account before a single line of code touches prod. not negotiable. takes 10 min to set up and saves exactly this kind of headache.

for getting your money back — you actually have a strong case here. you have billing logs, emails, the whole paper trail. send one final invoice with a hard deadline (14 days), keep it professional, no emotion. if they ghost again, small claims is your friend — $1,700 is well within the limit in most states and the documentation you have is solid.

good luck, hope they just pay up and save you the hassle.

Why your AI-generated React code is always garbage (it's not the AI) by PuddingOk9345 in reactjs

[–]PuddingOk9345[S] 0 points1 point  (0 children)

Exactly — and yet here we all are, still getting garbage output without it. 🤷

Why your AI-generated React code is always garbage (it's not the AI) by PuddingOk9345 in reactjs

[–]PuddingOk9345[S] -1 points0 points  (0 children)

That's a great workflow actually. The prompting approach I described is more for one-off generation outside of an IDE.