|
1 | 1 | {
|
2 | 2 | "title": "Creative Coding AI Agent",
|
3 |
| - "description": "In this live episode of the Coding Train, I start workin on a VSC extension for a creative coding AI agent.", |
| 3 | + "description": "In this live episode of the Coding Train, I start working on a VSC extension for a creative coding AI agent.", |
4 | 4 | "videoId": "https://www.youtube.com/watch?v=-_ivRdVjjzA",
|
5 | 5 | "date": "2024-03-24",
|
6 | 6 | "languages": ["Javascript"],
|
|
22 | 22 | "codeExamples": [
|
23 | 23 | {
|
24 | 24 | "title": "Bizarro-Devin Github Repository",
|
25 |
| - "description": "My repository with the code for the p5-Gemini bot demo", |
| 25 | + "description": "My repository with the code for Bizarro-Devin", |
26 | 26 | "urls": { "other": "https://github.com/CodingTrain/Bizarro-Devin" }
|
27 | 27 | }
|
28 | 28 | ],
|
|
32 | 32 | "links": [
|
33 | 33 | {
|
34 | 34 | "icon": "π",
|
35 |
| - "title": "ShiffBot", |
36 |
| - "url": "https://shiffbot.withgoogle.com", |
37 |
| - "description": "Google website where you can learn about Shiffbot." |
| 35 | + "title": "The Nature of Code", |
| 36 | + "url": "https://nostarch.com/nature-code", |
| 37 | + "description": "Website where you can pre-order The Nature of Code." |
38 | 38 | },
|
39 | 39 | {
|
40 | 40 | "icon": "π",
|
41 |
| - "title": "Hello World Minimal Sample", |
42 |
| - "url": "https://github.com/microsoft/vscode-extension-samples/tree/main/helloworld-minimal-sample", |
43 |
| - "description": "This is a minimal version of the VSC Hello World Sample." |
| 41 | + "title": "ShiffBot", |
| 42 | + "url": "https://shiffbot.withgoogle.com", |
| 43 | + "description": "Google website where you can learn about Shiffbot." |
44 | 44 | },
|
45 | 45 | {
|
46 | 46 | "icon": "π",
|
47 | 47 | "title": "Your First Extension",
|
48 | 48 | "url": "https://code.visualstudio.com/api/get-started/your-first-extension",
|
49 | 49 | "description": "Tutorial about the fundamental concepts for building VSC extensions."
|
50 | 50 | },
|
| 51 | + { |
| 52 | + "icon": "π", |
| 53 | + "title": "Hello World Minimal Sample", |
| 54 | + "url": "https://github.com/microsoft/vscode-extension-samples/tree/main/helloworld-minimal-sample", |
| 55 | + "description": "This is a minimal version of the VSC Hello World Sample." |
| 56 | + }, |
51 | 57 | {
|
52 | 58 | "icon": "π",
|
53 | 59 | "title": "Stand up Maths",
|
|
0 commit comments