🔍
🔍
No Matching Studios Found
Try adjusting your filters or refining your search keywords.
🤖 Batch CLI Creation
To batch-create all 120 target repositories under your GitHub handle using the GitHub CLI, make sure you are authenticated (`gh auth login`) and execute this loop:
# Run in terminal:
curl -sSL https://raw.githubusercontent.com/Pradeeptalari14/portfolio/main/scratch/create-github-repos.js | node
☁️ Domain Architecture Flows
Select a category to view its SRE Cloud Architecture Flow diagram:
📊 Execution Pipeline Flow
graph TD
UI[1. Configure Studio UI] --> Comp[2. Compile Config]
Comp --> Repo[3. Push to Target Repo]
Repo --> CI[4. CI/CD Scans]
CI --> Deploy[5. Apply Config]