Cloud Computing

IaaS, PaaS, SaaS, multicloud, and distributed systems at global scale.

  • 7 Subtopics
  • 10 Tracked terms
  • Last 30 days Feed window

Inside Cloud Computing

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in Cloud Computing

DEV Community
dev.to > bianca_szimanski > vpc-peering-conectando-redes-privadas-entre-contas-e-regioes-na-aws-2gei

VPC Peering: conectando redes privadas entre contas e regiões na AWS

4+ hour, 28+ min ago   (1344+ words) 1. Cenário de negócio Neste projeto, será implementado um VPC peering entre duas VPCs que... Tagged with aws, cloudcomputing, networking....

Medium
medium.com > @sayedebad.777 > aws-storage-explained-s3-ebs-efs-and-choosing-the-right-one-928d9a6b0c6e

AWS Storage Explained: S3, EBS, EFS, and Choosing the Right One

9+ hour, 51+ min ago   (1287+ words) Previous Article: AWS Networking Explained: VPCs, Subnets, Gateways, and How Traffic Actually Moves Introduction to Amazon S3 S3 stands …...

Medium
medium.com > @khamitkar17 > stop-port-forwarding-how-cloudflare-tunnel-revolutionizes-local-development-2a88b853d73c

Stop Port Forwarding: How Cloudflare Tunnel Revolutionizes Local Development

10+ hour, 20+ min ago   (27+ words) A beginner’s guide to sharing localhost securely without open ports or public IPs. When building web applications, every …...

Medium
medium.com > activated-thinker > why-are-social-media-apps-free-97db5b0c8e4f

Why Are Social Media Apps Free?

11+ hour, 36+ min ago   (22+ words) Companies make billions from them. Here's how your attention, data and behaviour fuel the two-sector market....

DEV Community
dev.to > devanshu_patil > self-hosting-taught-me-that-deployment-is-an-engineering-problem-29bb

Self-Hosting Taught Me That Deployment Is an Engineering Problem

17+ hour, 9+ min ago   (457+ words) I used to think of deployment as the final step after development. Working with my own VPS changed that perspective. When you deploy your own application, you become responsible for much more than the application code. You have to think…...

Medium
medium.com > @sayedebad.777 > aws-networking-explained-vpcs-subnets-gateways-and-how-traffic-actually-moves-a1eb885c466c

AWS Networking Explained: VPCs, Subnets, Gateways, and How Traffic Actually Moves

11+ hour, 30+ min ago   (1454+ words) Previous Article: AWS IAM Explained: Users, Roles, Policies, and Why Most Security Problems Start Here Networking …...

DEV Community
dev.to > ronak_sharma_913570f6e215 > how-zero-trust-networking-improves-cloud-security-1h9l

How Zero Trust Networking Improves Cloud Security

1+ day, 9+ min ago   (513+ words) My take, stated plainly: traditional network security assumed a trusted interior and an untrusted exterior, with a clear boundary between them. Cloud infrastructure doesn't really have that boundary in any meaningful sense anymore, and pretending it still does is exactly…...

DEV Community
dev.to > koda2026 > im-12-this-morning-i-fought-two-hosting-providers-my-app-survived-both-5bo6

I'm 12. This morning I fought two hosting providers. My app survived both.

1+ day, 2+ hour ago   (522+ words) It's Saturday, 8 AM. Day 1 of my KODA Online Fest. I wake up, grab my POCO C55, open Netlify to deploy v16… And I get this: Account credit usage exceeded - new deploys are blocked until credits are added Translation: you're out of build…...

DEV Community
dev.to > mordecainilsson7582 > customer-domains-and-dns-records-signed-urls-for-secure-asset-delivery-2nlg

Customer Domains and DNS Records: Signed URLs for Secure Asset Delivery

1+ day, 3+ hour ago   (396+ words) Short answer: point a customer subdomain at your asset host with a CNAME, then keep authorization in signed URLs. DNS decides where a request goes; it never decides who may make it. Treat onboarding as two separate flows. First, ask…...

DEV Community
dev.to > armando284 > authorized-web-audit-when-the-app-has-no-backend-you-audit-its-assumptions-102c

Authorized Web Audit: When the App Has No Backend, You Audit Its Assumptions

1+ day, 6+ hour ago   (304+ words) Field notes from an authorized audit of a small web store. The headline: there was no backend to attack, so the real findings were identifier manipulation (business logic) and clickjacking. Expected /api/products, /api/cart. They did not exist. The…...