DevRadar

Cloud

Auto-aggregated global tech articles · 43 posts

Cloud

Where should i host ?

I completed my website all using codex 😅 Its just to show products without any payment processing or anything so its ok to be vibecoded. I need to know which service should i use to host the site. Aswell as buy the domain. I submitted by /u/Ysmsthejoker [link] [留言]

Reddit r/webdev
Cloud

NETO: Chat P2P local para equipos dev sin nube y con cifrado E2E

¿Tu equipo comparte credenciales por Slack? ¿Discuten arquitectura en herramientas que almacenan todo en servidores de terceros? Existe una alternativa que no depende de ninguna nube: NETO. ¿Qué es NETO? NETO es un chat peer-to-peer diseñado para equipos de desarrollo que trabajan en la

DEV Community
Cloud

Is Anyone Actually Reading Your Abuse Reports?

Somewhere on a hosting provider's /24, a scanner is working through port 22. It fails on one address, moves to the next in the block, fails again, and keeps walking. Every server it touches that has fail2ban configured with an automated reporting action fires off an abuse report. By evening, the ope

Dev.to (EN Zone)
Cloud

Migrating Petabyte-Scale Parquet to Iceberg Without Dropping a Single Row

Roughly 70% of companies that migrate their data lakes to Iceberg end up with "zombie" datasets: half-migrated, out-of-sync, and consuming double the storage costs. They treat the migration like a switch-flip, and that is exactly how you cause a P0 incident. Why I chose this topic: I’ve been burne

Dev.to (EN Zone)
Cloud

Putting GitHub Actions runners on your private network with NetBird

Sooner or later a CI job needs to reach something that is not on the public internet. A staging database, an internal container registry, a deploy target sitting behind a firewall, an integration test suite that talks to a service you have no intention of exposing. The usual answers are not great.

Dev.to (EN Zone)
Cloud

.NET Native AOT: Parte 2 — JIT, R2R e AOT em Benchmarks

Introdução Não existe um vencedor universal na comparação entre .NET Native AOT, JIT e ReadyToRun. Cada modelo de publicação otimiza uma parte diferente do sistema: Native AOT elimina o JIT em execução e reduz muito o tempo até a primeira resposta; ReadyToRun antecipa parte da compilação sem aband

Dev.to (EN Zone)
Cloud

ArgoCD SSO with AWS IAM Identity Center (via Dex SAML)

A short, reproducible guide to wiring ArgoCD login to AWS Identity Center using ArgoCD's bundled Dex as a SAML service provider. Works whether IdC's identity source is its own directory or an external IdP (e.g. Google), with a couple of non-obvious gotchas that will cost you hours if you miss them (

DEV Community
Cloud

Self-Hosted Email Aggregation Server

I've been looking for a good email client for managing multiple accounts and across multiple devices, but it seems like most options are paid and require storing your credentials on the 3rd party's server. That's when I thought self-hosting it might be a good option, but I was having a pretty hard t

Reddit r/selfhosted
Cloud

DNS Adblocking: Tailscale+ NextDNS/AdGuard Home/PiHole or Technitium?

I just discovered that I can selfhost DNS adblocking solutions and use them through Tailscale. What is the best out of those 4 options if my use case is mainly just adblocking during active Tailscale connections on my phone and MacBook? submitted by /u/New_Yorker1234 [link] [留言]

Reddit r/selfhosted
Cloud

Successful Migration from Proxmox

I previously made a post a while ago about wanting to leave Proxmox for my own version of Arch using packages such as Cockpit, Podman, and other tools. Though I decided to use Debian 13 instead for this task. I only had a very basic Proxmox setup at first and did not really like the way I had config

Reddit r/selfhosted