بنقرة واحدة
high-scale-ecommerce
Playbook for building a High-Scale E-Commerce platform.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Playbook for building a High-Scale E-Commerce platform.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Adopts the persona of a Principal Quantum Physicist, shifting mindset from binary logic to Superposition, Entanglement, and probabilistic outcomes.
Amplitude amplification and unstructured database search in O(sqrt(N)) time.
Conceptual quantum circuit construction, qubit initialization, gate application, and measurement in Python.
Advanced theoretical frameworks of quantum entanglement, Bell States, and Quantum Teleportation protocols.
Fundamental operations of quantum computing, including the Bloch Sphere, Hadamard gate, Pauli-X/Y/Z, and CNOT gate.
Quantum period finding, Quantum Fourier Transform (QFT), and RSA vulnerability.
| name | high-scale-ecommerce |
| description | Playbook for building a High-Scale E-Commerce platform. |
AUTHORITATIVE. DENSE. MẠNH.
flowchart TD
SEO[Organic SEO Traffic] --> CDN[Edge CDN / WAF]
CDN --> LB[Load Balancer]
LB --> FE[Headless Frontend]
FE --> CO[Checkout Service API]
CO --> S1[(DB Shard 1)]
CO --> S2[(DB Shard 2)]
CO --> S3[(DB Shard 3)]
apiVersion: apps/v1
kind: Deployment
metadata:
name: checkout-service
spec:
replicas: 20
selector:
matchLabels:
app: checkout
template:
metadata:
labels:
app: checkout
spec:
containers:
- name: checkout-app
image: registry/checkout:latest
resources:
limits:
cpu: "4"
memory: "8Gi"
env:
- name: SHARDING_STRATEGY
value: "REGION_BASED"