← CodeClarityLab Home
Browse by Category
+ added · updated 7d
🤖 AI Guestbook — #cloud educational data only
| |
Last 30 days
2 pings — 2026-04-10 F 6 pings — 2026-04-11 S 2 pings — 2026-04-12 S 6 pings — 2026-04-13 M 0 pings — 2026-04-14 T 0 pings — 2026-04-15 W 1 ping — 2026-04-16 T 0 pings — 2026-04-17 F 11 pings — 2026-04-18 S 12 pings — 2026-04-19 S 3 pings — 2026-04-20 M 1 ping — 2026-04-21 T 10 pings — 2026-04-22 W 8 pings — 2026-04-23 T 6 pings — 2026-04-24 F 34 pings — 2026-04-25 S 5 pings — 2026-04-26 S 2 pings — 2026-04-27 M 2 pings — 2026-04-28 T 8 pings — 2026-04-29 W 4 pings — 2026-04-30 T 13 pings — 2026-05-01 F 20 pings — 2026-05-02 S 13 pings — 2026-05-03 S 4 pings — 2026-05-04 M 2 pings — 2026-05-05 T 3 pings — 2026-05-06 W 17 pings — 2026-05-07 T 6 pings — Yesterday F 17 pings — Today S
Amazonbot 5Perplexity 2
Amazonbot 199Perplexity 138Google 54Ahrefs 44Unknown AI 41SEMrush 30Claude 25ChatGPT 5Majestic 2Bing 1
crawler 499 crawler_json 33 pre-tracking 7
Tag total539 pings Terms pinged21 / 21 Distinct agents9
Level All Beginner Intermediate Advanced Tag: cloud
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Cloud CDN
CloudFront, Fastly, Cloudflare — caching at edge PoPs worldwide reducing latency and origin load.
2mo ago cloud intermediate
Cloud Cost Optimisation
Systematically reducing cloud spend without reducing capability — right-sizing instances, using reserved/spot pricing, eliminating waste, and architecting for cost from the start.
2mo ago cloud intermediate
Cloud Message Queues
Managed queue services — AWS SQS, Google Pub/Sub — durable scalable queuing without managing RabbitMQ infrastructure.
2mo ago cloud intermediate
Cloud Monitoring Tools
CloudWatch (AWS), Cloud Monitoring (GCP), Azure Monitor — auto-collect infrastructure metrics but need explicit instrumentation for application metrics.
2mo ago cloud intermediate
Cloud VPC & Networking
Virtual Private Cloud — private subnets for databases/workers, public subnets for load balancers only, security groups as stateful firewalls.
2mo ago cloud intermediate
Cloud-Native Patterns PHP 5.0+
Stateless services, externalised config, health checks, graceful shutdown, and immutable infrastructure — the 12-Factor App extended for containers.
2mo ago cloud intermediate
Managed Databases
Cloud-hosted database services where the provider manages patching, backups, failover, and scaling — RDS (AWS), Cloud SQL (GCP), Azure Database — trading control for operational simplicity.
2mo ago cloud intermediate
Multi-Cloud vs Single-Cloud
Multi-cloud reduces vendor lock-in but doubles operational complexity — most lock-in comes from cloud-native services not the platform itself.
2mo ago cloud advanced
PHP Deployment on Cloud Platforms PHP 5.0+
Deployment options for PHP on AWS, GCP, and Azure — EC2/VMs, containers (ECS, Cloud Run), serverless (Lambda via Bref), and PaaS (Elastic Beanstalk, App Engine).
2mo ago cloud intermediate
Diagram: Auto Scaling Auto Scaling PHP 5.0+
Automatically adding or removing compute instances based on load metrics — ensuring capacity matches demand without over-provisioning or under-provisioning.
2mo ago cloud intermediate
Diagram: AWS Fundamentals for PHP Developers AWS Fundamentals for PHP Developers PHP 5.0+
The core AWS services a PHP developer encounters — EC2, RDS, S3, SQS, ElastiCache, and IAM — and how they map to common application components.
2mo ago cloud intermediate
Diagram: Cloud Computing Models Cloud Computing Models
IaaS (infrastructure), PaaS (platform), SaaS (software), and FaaS (functions) — each level of abstraction trades control for convenience.
2mo ago cloud beginner
Diagram: Container Orchestration Container Orchestration PHP 5.0+
Automating the deployment, scaling, networking, and health management of containers across a cluster of machines — Kubernetes is the dominant solution.
2mo ago cloud advanced
Infrastructure as Code (IaC) PHP 5.0+
Managing servers, networks, and services through version-controlled machine-readable configuration files rather than manual processes.
2mo ago devops intermediate
Diagram: Infrastructure as Code (IaC) Tools Infrastructure as Code (IaC) Tools
Tools like Terraform, Pulumi, and AWS CDK that define cloud infrastructure in code — enabling version control, reproducibility, and automated provisioning.
2mo ago cloud intermediate
Diagram: Object Storage Object Storage PHP 5.0+
A flat-file storage system (S3, GCS, Azure Blob) where files are stored as objects with metadata and accessed via HTTP — infinitely scalable, separate from application servers.
2mo ago cloud intermediate
Diagram: Server-Side Request Forgery (SSRF) Server-Side Request Forgery (SSRF) PHP 5.0+
The server is tricked into making HTTP requests to internal or unintended destinations on behalf of the attacker.
CWE-918 OWASP A10:2021
2mo ago security advanced 8.6
Diagram: Serverless Functions Serverless Functions PHP 7.4+
Event-triggered, stateless functions managed by a cloud provider — you deploy code, the provider handles servers, scaling, and availability.
2mo ago cloud intermediate
Diagram: Shared Responsibility Model Shared Responsibility Model
The division of security responsibilities between the cloud provider and the customer — the provider secures the infrastructure; the customer secures what runs on it.
2mo ago cloud intermediate
Subdomain Takeover
A DNS entry points to an unclaimed external service, allowing an attacker to register that service and control the subdomain.
CWE-350 OWASP A5:2021
2mo ago security intermediate 8.1
✓ schema.org compliant