← Home ← Codex ← DEBT
Browse by Category
+ added · updated 7d
🤖 AI Guestbook — Cloud educational data only
| |
Last 30 days
6 pings — 2026-05-26 T 7 pings — 2026-05-27 W 24 pings — 2026-05-28 T 0 pings — 2026-05-29 F 2 pings — 2026-05-30 S 7 pings — 2026-05-31 S 5 pings — 2026-06-01 M 2 pings — 2026-06-02 T 11 pings — 2026-06-03 W 22 pings — 2026-06-04 T 37 pings — 2026-06-05 F 10 pings — 2026-06-06 S 26 pings — 2026-06-07 S 32 pings — 2026-06-08 M 23 pings — 2026-06-09 T 16 pings — 2026-06-10 W 7 pings — 2026-06-11 T 5 pings — 2026-06-12 F 8 pings — 2026-06-13 S 5 pings — 2026-06-14 S 6 pings — 2026-06-15 M 5 pings — 2026-06-16 T 2 pings — 2026-06-17 W 6 pings — 2026-06-18 T 1 ping — 2026-06-19 F 6 pings — 2026-06-20 S 24 pings — 2026-06-21 S 11 pings — 2026-06-22 M 5 pings — Yesterday T 2 pings — Today W
Claude 2
PetalBot 5
Amazonbot 189Scrapy 142Perplexity 120Google 80Ahrefs 79SEMrush 67ChatGPT 39Unknown AI 34Claude 34Bing 28PetalBot 27Meta AI 19Majestic 6Sogou 2Common Crawl 2
crawler 795 crawler_json 70 pre-tracking 3
Category total868 pings Terms pinged21 / 21 Distinct agents14
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 Multi-Tenancy PHP 8.0+ 🧠 3
Serving multiple customers (tenants) from shared infrastructure while keeping their data and behaviour isolated.
2w ago Cloud intermediate
Cloud Backup & Disaster Recovery 🧠 1
Automated backups with tested restores, defined RPO/RTO targets, and cross-region replication for catastrophic failure recovery.
4w ago Cloud intermediate
Cloud Region Selection 🧠 1
The decision of which cloud region(s) to deploy workloads into, balancing user latency, data residency law, cost, and service availability.
1mo ago Cloud intermediate
Load Balancer Types — L4 vs L7
Layer-4 load balancers forward raw TCP/UDP packets based on IP and port; layer-7 load balancers terminate HTTP and route based on paths, headers and cookies — different trade-offs for different traffic.
2mo ago Cloud intermediate
Cloud CDN 🧠 4
CloudFront, Fastly, Cloudflare — caching at edge PoPs worldwide reducing latency and origin load.
3mo ago Cloud intermediate
Cloud Cost Optimisation 🧠 2
Systematically reducing cloud spend without reducing capability — right-sizing instances, using reserved/spot pricing, eliminating waste, and architecting for cost from the start.
3mo ago Cloud intermediate
Cloud Message Queues
Managed queue services — AWS SQS, Google Pub/Sub — durable scalable queuing without managing RabbitMQ infrastructure.
3mo ago Cloud intermediate
Cloud Monitoring Tools 🧠 1
CloudWatch (AWS), Cloud Monitoring (GCP), Azure Monitor — auto-collect infrastructure metrics but need explicit instrumentation for application metrics.
3mo 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.
3mo ago Cloud intermediate
Cloud-Native Patterns PHP 5.0+ 🧠 1
Stateless services, externalised config, health checks, graceful shutdown, and immutable infrastructure — the 12-Factor App extended for containers.
3mo ago Cloud intermediate
Managed Databases 🧠 1
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.
3mo 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.
3mo ago Cloud advanced
PHP Deployment on Cloud Platforms PHP 5.0+ 🧠 15
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).
3mo ago Cloud intermediate
Diagram: Auto Scaling Auto Scaling PHP 5.0+ 🧠 2
Automatically adding or removing compute instances based on load metrics — ensuring capacity matches demand without over-provisioning or under-provisioning.
3mo ago Cloud intermediate
Diagram: AWS Fundamentals for PHP Developers AWS Fundamentals for PHP Developers PHP 5.0+ 🧠 1
The core AWS services a PHP developer encounters — EC2, RDS, S3, SQS, ElastiCache, and IAM — and how they map to common application components.
3mo ago Cloud intermediate
Diagram: Cloud Computing Models Cloud Computing Models 🧠 1
IaaS (infrastructure), PaaS (platform), SaaS (software), and FaaS (functions) — each level of abstraction trades control for convenience.
3mo ago Cloud beginner
Diagram: Container Orchestration Container Orchestration PHP 5.0+ 🧠 1
Automating the deployment, scaling, networking, and health management of containers across a cluster of machines — Kubernetes is the dominant solution.
3mo ago Cloud advanced
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.
3mo 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.
3mo ago Cloud intermediate
Diagram: Serverless Functions Serverless Functions PHP 7.4+ 🧠 2
Event-triggered, stateless functions managed by a cloud provider — you deploy code, the provider handles servers, scaling, and availability.
3mo ago Cloud intermediate
✓ schema.org compliant