|
1 | 1 | { |
2 | 2 | "articles": [ |
| 3 | + { |
| 4 | + "id": "e2b-claude-code-sandbox", |
| 5 | + "title": "E2B + Claude Code Sandbox: Secure Cloud Development Environment Guide", |
| 6 | + "description": "Complete guide to run Claude Code in isolated E2B cloud sandbox. Install components safely, execute prompts in secure environment, and develop without local system risks.", |
| 7 | + "url": "https://www.aitmpl.com/blog/e2b-claude-code-sandbox/", |
| 8 | + "image": "https://www.aitmpl.com/blog/assets/e2b-claude-code-sandbox-cover.png", |
| 9 | + "category": "Cloud Development", |
| 10 | + "publishDate": "2025-01-31", |
| 11 | + "readTime": "6 min read", |
| 12 | + "tags": ["E2B", "Cloud", "Sandbox", "Security", "Isolation"], |
| 13 | + "difficulty": "advanced", |
| 14 | + "featured": true, |
| 15 | + "order": 1 |
| 16 | + }, |
3 | 17 | { |
4 | 18 | "id": "supabase-integration", |
5 | 19 | "title": "Claude Code + Supabase Integration: Complete Guide with Agents, Commands and MCP", |
|
12 | 26 | "tags": ["Supabase", "Database", "Agents", "Commands", "MCP"], |
13 | 27 | "difficulty": "basic", |
14 | 28 | "featured": true, |
15 | | - "order": 1 |
| 29 | + "order": 2 |
16 | 30 | }, |
17 | 31 | { |
18 | 32 | "id": "git-flow-guide", |
|
25 | 39 | "readTime": "7 min read", |
26 | 40 | "tags": ["Git", "Workflow", "Version Control", "Automation"], |
27 | 41 | "difficulty": "intermediate", |
28 | | - "order": 2 |
| 42 | + "order": 3 |
29 | 43 | }, |
30 | 44 | { |
31 | 45 | "id": "google-cloud-vertex-ai", |
|
38 | 52 | "readTime": "8 min read", |
39 | 53 | "tags": ["Google Cloud", "Vertex AI", "Integration", "Cloud"], |
40 | 54 | "difficulty": "advanced", |
41 | | - "order": 3 |
| 55 | + "order": 4 |
42 | 56 | }, |
43 | 57 | { |
44 | 58 | "id": "automated-documentation", |
|
51 | 65 | "readTime": "6 min read", |
52 | 66 | "tags": ["Documentation", "Docusaurus", "Automation", "Agents"], |
53 | 67 | "difficulty": "advanced", |
54 | | - "order": 4 |
| 68 | + "order": 5 |
55 | 69 | }, |
56 | 70 | { |
57 | 71 | "id": "claude-code-templates-guide", |
|
65 | 79 | "tags": ["Getting Started", "Templates", "Installation", "Configuration"], |
66 | 80 | "difficulty": "basic", |
67 | 81 | "featured": true, |
68 | | - "order": 5 |
| 82 | + "order": 6 |
69 | 83 | }, |
70 | 84 | { |
71 | 85 | "id": "tunnel-vision-fix", |
|
78 | 92 | "readTime": "3 min read", |
79 | 93 | "tags": ["Hooks", "Automation", "Context", "Problem Solving"], |
80 | 94 | "difficulty": "basic", |
81 | | - "order": 6 |
| 95 | + "order": 7 |
82 | 96 | }, |
83 | 97 | { |
84 | 98 | "id": "telegram-integration", |
|
92 | 106 | "tags": ["Telegram", "Hooks", "Notifications", "Integration"], |
93 | 107 | "difficulty": "basic", |
94 | 108 | "featured": true, |
95 | | - "order": 7 |
| 109 | + "order": 8 |
96 | 110 | }, |
97 | 111 | { |
98 | 112 | "id": "vercel-statusline", |
|
105 | 119 | "readTime": "3 min read", |
106 | 120 | "tags": ["Vercel", "Statusline", "Deployment", "Monitoring"], |
107 | 121 | "difficulty": "basic", |
108 | | - "order": 8 |
| 122 | + "order": 9 |
| 123 | + }, |
| 124 | + { |
| 125 | + "id": "cloudflare-sandbox", |
| 126 | + "title": "Claude Code Agents with Cloudflare Sandbox for Isolated Environments", |
| 127 | + "description": "Learn how to run Claude Code agents in isolated Cloudflare Workers sandbox environments for secure and scalable development.", |
| 128 | + "url": "https://medium.com/@dan.avila7/claude-code-agents-with-cloudflare-sandbox-for-isolated-environments-f89b2668a06d", |
| 129 | + "image": "https://miro.medium.com/v2/resize:fit:640/format:webp/1*g9xeEVW_qaX8vfrFY8lxqg.png", |
| 130 | + "category": "Cloud Development", |
| 131 | + "publishDate": "2025-10-21", |
| 132 | + "readTime": "7 min read", |
| 133 | + "tags": ["Cloudflare", "Sandbox", "Agents", "Security", "Workers"], |
| 134 | + "difficulty": "advanced", |
| 135 | + "order": 10 |
109 | 136 | }, |
110 | 137 | { |
111 | 138 | "id": "prepare-codebase", |
|
118 | 145 | "readTime": "4 min read", |
119 | 146 | "tags": ["Best Practices", "Code Organization", "Optimization", "Setup"], |
120 | 147 | "difficulty": "advanced", |
121 | | - "order": 9 |
| 148 | + "order": 11 |
122 | 149 | } |
123 | 150 | ], |
124 | 151 | "metadata": { |
125 | | - "lastUpdated": "2025-02-03", |
126 | | - "totalArticles": 9, |
| 152 | + "lastUpdated": "2025-10-26", |
| 153 | + "totalArticles": 11, |
127 | 154 | "difficultyLevels": { |
128 | 155 | "basic": 5, |
129 | 156 | "intermediate": 1, |
130 | | - "advanced": 3 |
| 157 | + "advanced": 5 |
131 | 158 | } |
132 | 159 | } |
133 | 160 | } |
0 commit comments