Install
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.
Related topics
Latest in Cloud Computing
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....
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 …...
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 …...
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....
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…...
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 …...
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…...
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…...
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…...
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…...