一键导入
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"