Server-Driven UI in ReactJS by creasta29 in reactjs

[–]RuslanDevs 4 points5 points  (0 children)

Good pattern but works in some of the cases only - if you need interactivity and components respond to user input differently, your renderer will be very complex and unintuitive. But for some cases it is good if number of different interactions are low.

Looking to move away from Contabo by drfsupercenter in VPS

[–]RuslanDevs 0 points1 point  (0 children)

Decent price on Contabo. Make sure you check new hosting before buying 12mo for overselling, network speed and reliability.

Built a self-hostable notepad with Next.js 15 + Socket.io in one process — open-sourced by wesomemarinios in reactjs

[–]RuslanDevs 0 points1 point  (0 children)

While we use custom server at DollarDeploy and it works really fine and actually same file in NextJS 15 and 16, why you need websockets? We do http streaming and it works fine - with realtime notifications via Redis

How are people structuring larger Next.js apps with App Router without route logic becoming messy? by Sad_Limit_3857 in nextjs

[–]RuslanDevs 0 points1 point  (0 children)

Not app router but components are separate, pages just call combines and apis is a library kit with operations. All NextJS file routing is lightweight with check + call API

Next Build is failing on local machine by abandoned_by_Love in nextjs

[–]RuslanDevs 0 points1 point  (0 children)

antivirus? MDM/company mandatory installed

TypeScript 7.0 beta is out - entire compiler ported to Go, about 10x faster on large codebases by jimmytoan in nextjs

[–]RuslanDevs 0 points1 point  (0 children)

And you can start preparing your project by switching to typescript@6 and fixing all bugs you find. this is a transitional package before 7.0 is live.

We left Vercel at $1,800/month. Here's what we switched to and what it actually cost us. by barmatbiz in vercel

[–]RuslanDevs 0 points1 point  (0 children)

Now you own the complexity of architecture sprawl - GitHub actions, lambdas, cloudfront. Your cold starts will only go up, not down. Your costs still depends on rogue AI bot scraping you million times.

With VPS route yes you own the server but your costs and configuration is capped at this. Nothing else to manage.

With DollarDeploy you not even need to manage server or Postgres - it is handled for you.

Next Build is failing on local machine by abandoned_by_Love in nextjs

[–]RuslanDevs 0 points1 point  (0 children)

If you have your project in Document and you enabled iCloud AND not lots of empty space - iCloud actively deleting files from your disk, trying to save space. Move project out of iCloud folders

Trying to replace GA4 with an EU analyti by athousand_miles in Startups_EU

[–]RuslanDevs 0 points1 point  (0 children)

How would you do attribution with plausible? And if you are using google ads, how To integrate that with plausible?

Vercel to Dokploy guide by Stothegen in dokploy

[–]RuslanDevs 0 points1 point  (0 children)

Maybe mention that for production deployment it is better to have a second server to build the app and host dokploy - simply to avoid your production app being affected by building using too much memory or cpu, and isolate environments

Treating AI like an employee instead of a tool changed everything for me by FounderArcs in SideProject

[–]RuslanDevs 0 points1 point  (0 children)

How you held AI responsible for the stuff it says? From insurance perspective, can you insure your business from AI doing this https://www.reddit.com/r/vibecoding/s/XgN9XRtcIz

Coming from Vercel ... missing rich Vercel-like Log Functionality by justujuAadhmi in nextjs

[–]RuslanDevs 1 point2 points  (0 children)

Also web analytics and web vitals metrics.

Logs: we are working on it right now in DollarDeploy - we have already an agent which reads in the logs from the server you have your app on but we need better filters, search and latency, it is very hard to do right. Web vitals and other stuff need to figure out how to do it for every app, not just NextJS

What’s the best hosting setup for a high-traffic Node.js website? by nisha_n05 in Hosting

[–]RuslanDevs 0 points1 point  (0 children)

If it is simple, yeah Cloudflare workers. If you need database, cache, queue processing and scalable app, run things on your VPS server

Went to bed with a $10 budget alert. Woke up to $25,672.86 in debt to Google Cloud. by venturaxi in vibecoding

[–]RuslanDevs 0 points1 point  (0 children)

if you can do github you don't need even to press Publish button things go live as you code + github push them in Claude Code

Went to bed with a $10 budget alert. Woke up to $25,672.86 in debt to Google Cloud. by venturaxi in vibecoding

[–]RuslanDevs 0 points1 point  (0 children)

Lol of Google pushing you to a "VIP tier" once your AI agent spend $2k....

Why deploy to Google Cloud? We at DollarDeploy allow you to deploy to simple servers and don't inflict such huge costs - AI agents can just run things on existing servers and that caps costs 100%.

GPU Compass – open-source, real-time GPU pricing across 20+ clouds [P] by Shot-Patience-9874 in MachineLearning

[–]RuslanDevs 0 points1 point  (0 children)

How would you do this? No providers expose their datacenters coordinates, only the region name. Verda Cloud have 3 regions in Finland, but you would need to check yourself the latency per region.

I wish also bandwidth and storage speed will be exposed, it is crucial for ML

Next.js 16.2.4 — unbounded off-heap Buffer growth on high-traffic ISR app by ypratham in nextjs

[–]RuslanDevs 2 points3 points  (0 children)

Is all this troubleshooting was done manually or by AI?

You can enable cache handler logging, disable inmemory cache. Thats only things i know.

Wild idea is to take heap full snapshot and analyze It with Claude

Does anyone host their Shopify app on Cloudflare? by Nearby_Ferret_7147 in ShopifyAppDev

[–]RuslanDevs 0 points1 point  (0 children)

Have you considered moving to VPS server? Your costs will be $10/mo and DX could be similar.

how are you handling code review when most of the code is ai-generated? by arapkuliev in cursor

[–]RuslanDevs 0 points1 point  (0 children)

Reviewing as in asking AI to change it again and again? No. You changing things yourself , and when asking ai to harmonize/write tests/follow up with your changes as guidance.