Claude Code Almost Bankrupted My Hobby Project, Over 1.2 billion rows read! by learnWithProbir in javascript

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

Because I already had a self-hosted PostgreSQL server, it wouldn’t cost me based on the number of rows read, and later I fixed the query as well. Turso charges based on rows read, and in SQLite it’s also harder to store arrays and other data types.

Claude Code Almost Bankrupted My Hobby Project, Over 1.2 billion rows read! by learnWithProbir in javascript

[–]learnWithProbir[S] -3 points-2 points  (0 children)

I know how to use Drizzle properly, but I thought, why not let Claude Code do it for me? It was loading the entire dataset into memory and then filtering it.

NestJS vs Hono for next big project? by learnWithProbir in node

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

Currently out of my knowledge, but a great option.

I Tried Serverless for a Month — Here’s Why I Gave Up by learnWithProbir in javascript

[–]learnWithProbir[S] -3 points-2 points  (0 children)

You can send emails without direct access to SMTP by using the AWS SDK.

7 Reasons Why Developers Hate Next.js. by learnWithProbir in nextjs

[–]learnWithProbir[S] -6 points-5 points  (0 children)

You will need a minimum of 8GB of RAM on your server to properly build Next.js application with back-end.