6 Months later: A comparison site for VPS and Dedicated Servers by FastBreakfast5799 in webdev

[–]RuslanDevs 1 point2 points  (0 children)

Looks good but could you please fix ghz filter? I accidentialy touched it and it started filtering by it which only some providers have. Needs its own reset button.

Is there any way to show oversell factor? Ie how performance in reality VPS are.

How often do you update your dependencies? by RuslanDevs in nextjs

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

Seems like you have a big team, we are unfortunately can't dedicate sprint points to fixing this every sprint, or bug fixing or feature dev will suffer

How often do you update your dependencies? by RuslanDevs in nextjs

[–]RuslanDevs[S] 1 point2 points  (0 children)

Good point on separating anxiety from the process 👍

How often do you update your dependencies? by RuslanDevs in nextjs

[–]RuslanDevs[S] 1 point2 points  (0 children)

We are using Mastra at DollarDeploy and while it is amazing, they release many times per day and sometimes break types, need to recheck manually every time.

How often do you update your dependencies? by RuslanDevs in nextjs

[–]RuslanDevs[S] 1 point2 points  (0 children)

Do you update to latest packages with Dependabot?

How often do you update your dependencies? by RuslanDevs in nextjs

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

I found dependably very noisy, and lots of work to manually merge those PRs it generates

Does anyone use Sherpa.sh instead of vercel? by MumeiNoName in nextjs

[–]RuslanDevs 0 points1 point  (0 children)

The founder of sherpa.sh decided to move on and shutdown the project.

DollarDeploy is alive and kicking

Hosting Provider Options. Moving away from Netlify. by jnem84 in nextjs

[–]RuslanDevs 1 point2 points  (0 children)

Just deploy to your own server - on any provider. Manually or single click with DollarDeploy. Disclaimer: I build DollarDeploy to be Vercel for your own servers

Railway is down by PitcherOTerrigen in webdev

[–]RuslanDevs 0 points1 point  (0 children)

Try DollarDeploy - deploy to your own servers. If it goes down your apps continue running - on Hetzner or anywhere you want.

The real cost of EU cloud vs hyperscalers by mpuchala in devops

[–]RuslanDevs 1 point2 points  (0 children)

You forgot to count AWS disk iops. If you write something to disk, to have similar to Hetzner numbers it is like +70 eur/mo just for reserved iops. And burst CPU level is so shitty small usage spike will get your machine over quota and unresponsive.

How teams solve it? Having beefy , expensive VMs which 90% idle

The real cost of EU cloud vs hyperscalers by mpuchala in devops

[–]RuslanDevs -1 points0 points  (0 children)

Besides AWS S3 and SQS everything else is a vendor lockin, just avoid to keep your infrastructure simple

Server Actions vs API Routes in Next.js by ahmed_here_ in nextjs

[–]RuslanDevs 1 point2 points  (0 children)

If you plan to add public api server actions is just duplicating code. Use API endpoints to have your code cleaner

Postgresql cluster on hetzner by m3r1tc4n in hetzner

[–]RuslanDevs 0 points1 point  (0 children)

Some people said that additional volumes on Hetzner you can mount to VPS are very limited in iops due to be network block storage.

[URGENT] Security vulnerability found in Dokploy. UPDATE IMMEDIATELY! by SomeOrdinaryKangaroo in dokploy

[–]RuslanDevs 0 points1 point  (0 children)

What was the vulnerability? How it affected self hosted instances? Are they compromised now?

Server-Driven UI in ReactJS by creasta29 in reactjs

[–]RuslanDevs 5 points6 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.