-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
524 lines (524 loc) · 183 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
<!doctype html><html lang=en class=scroll-smooth><head><meta name=generator content="Hugo 0.139.4"><meta charset=UTF-8><meta name=viewport content="width=device-width,initial-scale=1"><title>Learn AI TV - Learn AI TV</title>
<link href=/css/main.css rel=stylesheet><link rel=icon type=image/png href=https://learnaitv.com/images/favicon.png><script src=https://unpkg.com/alpinejs defer></script><script>tailwind.config={theme:{extend:{colors:{primary:{50:"#f0f9ff",100:"#e0f2fe",200:"#bae6fd",300:"#7dd3fc",400:"#38bdf8",500:"#0ea5e9",600:"#0284c7",700:"#0369a1",800:"#075985",900:"#0c4a6e"}}}}}</script></head><body class="bg-gray-50 text-gray-900 min-h-screen flex flex-col"><header x-data="{ isOpen: false }" class="bg-white shadow relative"><nav class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"><div class="flex flex-col md:flex-row justify-between md:h-16"><div class="flex justify-between items-center h-16"><div class="flex-shrink-0 flex items-center"><a href=/ class="text-xl font-bold text-gray-900">Learn AI TV</a></div><div class="hidden md:ml-6 md:flex md:space-x-8"><a href=/ class="inline-flex items-center px-1 pt-1 text-sm font-medium text-gray-900 hover:text-primary-600">Home
</a><a href=/about/ class="inline-flex items-center px-1 pt-1 text-sm font-medium text-gray-900 hover:text-primary-600">About</a><div class="relative group"><button class="inline-flex items-center px-1 pt-1 text-sm font-medium text-gray-900 hover:text-primary-600">
Categories<svg class="ml-2 h-5 w-5" viewBox="0 0 20 20" fill="currentcolor"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414.0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414.0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"/></svg></button><div class="hidden group-hover:block absolute left-0 mt-0 w-64 bg-white rounded-lg shadow-lg border border-gray-200 z-50"><div class="py-2 max-h-96 overflow-y-auto"><a href=/categories/ai-agents class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">ai agents (36)
</a><a href=/categories/automation-workflows class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">automation & workflows (35)
</a><a href=/categories/content-generation-marketing class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">content generation & marketing (14)
</a><a href=/categories/development class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">development (45)
</a><a href=/categories/prompt-engineering class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">prompt engineering (7)
</a><a href=/categories/rag-knowledge-management class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">rag & knowledge management (22)</a><div class="my-2 border-t border-gray-200"></div><a href=/tags/11-labs/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">11 labs (2)
</a><a href=/tags/agent/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">agent (2)
</a><a href=/tags/agent-framework/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">agent framework (1)
</a><a href=/tags/agent-frameworks/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">agent frameworks (1)
</a><a href=/tags/agentic-ai/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">agentic ai (1)
</a><a href=/tags/agentic-applications/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">agentic applications (1)
</a><a href=/tags/agentql/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">agentql (1)
</a><a href=/tags/ai/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">ai (17)
</a><a href=/tags/ai-agent/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">ai agent (7)
</a><a href=/tags/ai-agents/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">ai agents (6)
</a><a href=/tags/ai-applications/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">ai applications (1)
</a><a href=/tags/ai-assistant/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">ai assistant (1)
</a><a href=/tags/ai-automation/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">ai automation (2)
</a><a href=/tags/ai-course-creation/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">ai course creation (1)
</a><a href=/tags/ai-dashboards/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">ai dashboards (1)
</a><a href=/tags/ai-systems/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">ai systems (1)
</a><a href=/tags/ai-tools/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">ai tools (1)
</a><a href=/tags/airshare/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">airshare (1)
</a><a href=/tags/airtable/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">airtable (3)
</a><a href=/tags/anthropic/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">anthropic (5)
</a><a href=/tags/anthropic-claude/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">anthropic claude (1)
</a><a href=/tags/api/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">api (6)
</a><a href=/tags/app-development/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">app development (1)
</a><a href=/tags/architecture/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">architecture (1)
</a><a href=/tags/article-generation/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">article generation (1)
</a><a href=/tags/autodev/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">autodev (1)
</a><a href=/tags/autogen/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">autogen (1)
</a><a href=/tags/automation/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">automation (24)
</a><a href=/tags/automation-workflow/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">automation workflow (1)
</a><a href=/tags/b-agent-framework/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">b agent framework (1)
</a><a href=/tags/b2b/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">b2b (1)
</a><a href=/tags/b2c/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">b2c (1)
</a><a href=/tags/benchmarking/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">benchmarking (1)
</a><a href=/tags/bleurt/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">bleurt (1)
</a><a href=/tags/blockchain/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">blockchain (1)
</a><a href=/tags/bolt.new/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">bolt.new (1)
</a><a href=/tags/browser-use/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">browser use (1)
</a><a href=/tags/bubble/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">bubble (1)
</a><a href=/tags/business/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">business (1)
</a><a href=/tags/chatbase/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">chatbase (1)
</a><a href=/tags/chatbot/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">chatbot (6)
</a><a href=/tags/chatbots/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">chatbots (2)
</a><a href=/tags/chatgpt/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">chatgpt (4)
</a><a href=/tags/chatling/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">chatling (1)
</a><a href=/tags/chibi/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">chibi (1)
</a><a href=/tags/chroma/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">chroma (1)
</a><a href=/tags/claude/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">claude (4)
</a><a href=/tags/cli/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">cli (1)
</a><a href=/tags/cloudstation/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">cloudstation (1)
</a><a href=/tags/codex/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">codex (1)
</a><a href=/tags/coding/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">coding (2)
</a><a href=/tags/compound-ai/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">compound ai (1)
</a><a href=/tags/contact-form/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">contact form (1)
</a><a href=/tags/content-creation/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">content creation (1)
</a><a href=/tags/content-strategy/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">content strategy (1)
</a><a href=/tags/context/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">context (1)
</a><a href=/tags/context-window/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">context window (1)
</a><a href=/tags/cost-optimization/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">cost optimization (1)
</a><a href=/tags/cost-effective/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">cost-effective (1)
</a><a href=/tags/credentials/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">credentials (1)
</a><a href=/tags/cursor/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">cursor (1)
</a><a href=/tags/customer-support/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">customer support (1)
</a><a href=/tags/data-extraction/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">data extraction (2)
</a><a href=/tags/debugging/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">debugging (1)
</a><a href=/tags/deep-learning/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">deep learning (1)
</a><a href=/tags/dependency-injection/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">dependency injection (1)
</a><a href=/tags/deployment/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">deployment (1)
</a><a href=/tags/dsp/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">dsp (1)
</a><a href=/tags/e-commerce/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">e-commerce (1)
</a><a href=/tags/elevenlabs/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">elevenlabs (1)
</a><a href=/tags/email/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">email (1)
</a><a href=/tags/email-marketing/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">email marketing (3)
</a><a href=/tags/emails/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">emails (1)
</a><a href=/tags/embedding/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">embedding (1)
</a><a href=/tags/embedding-models/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">embedding models (1)
</a><a href=/tags/embeddings/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">embeddings (2)
</a><a href=/tags/error-handling/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">error handling (1)
</a><a href=/tags/fine-tuning/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">fine-tuning (2)
</a><a href=/tags/flowise/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">flowise (3)
</a><a href=/tags/full-stack/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">full-stack (1)
</a><a href=/tags/full-stack-development/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">full-stack development (1)
</a><a href=/tags/function-calling/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">function calling (2)
</a><a href=/tags/future-of-work/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">future of work (1)
</a><a href=/tags/g-eval/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">g-eval (1)
</a><a href=/tags/game-development/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">game development (1)
</a><a href=/tags/gemini/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">gemini (2)
</a><a href=/tags/generative-ai/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">generative ai (5)
</a><a href=/tags/github/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">github (2)
</a><a href=/tags/gmail/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">gmail (5)
</a><a href=/tags/google-ai/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">google ai (1)
</a><a href=/tags/google-calendar/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">google calendar (1)
</a><a href=/tags/google-cloud/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">google cloud (1)
</a><a href=/tags/google-docs/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">google docs (1)
</a><a href=/tags/google-drive/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">google drive (5)
</a><a href=/tags/google-maps/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">google maps (1)
</a><a href=/tags/google-search-console/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">google search console (1)
</a><a href=/tags/google-sheets/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">google sheets (2)
</a><a href=/tags/gpt-4/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">gpt-4 (2)
</a><a href=/tags/graph-rag/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">graph rag (1)
</a><a href=/tags/grok/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">grok (2)
</a><a href=/tags/high-ticket-sales/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">high-ticket sales (1)
</a><a href=/tags/hugging-face/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">hugging face (2)
</a><a href=/tags/hybrid-rag/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">hybrid rag (2)
</a><a href=/tags/hyenah/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">hyenah (1)
</a><a href=/tags/ibm-research/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">ibm research (1)
</a><a href=/tags/integration/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">integration (1)
</a><a href=/tags/integrations/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">integrations (1)
</a><a href=/tags/integromat/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">integromat (3)
</a><a href=/tags/investment/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">investment (1)
</a><a href=/tags/javascript/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">javascript (1)
</a><a href=/tags/json-placeholder/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">json placeholder (1)
</a><a href=/tags/json-schema/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">json schema (1)
</a><a href=/tags/json-rpc/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">json-rpc (1)
</a><a href=/tags/knowledge-base/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">knowledge base (1)
</a><a href=/tags/knowledge-graph/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">knowledge graph (1)
</a><a href=/tags/knowledge-retrieval/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">knowledge retrieval (1)
</a><a href=/tags/landing-page/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">landing page (1)
</a><a href=/tags/langchain/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">langchain (6)
</a><a href=/tags/large-language-models/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">large language models (4)
</a><a href=/tags/lead-generation/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">lead generation (1)
</a><a href=/tags/learning-in-public/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">learning in public (1)
</a><a href=/tags/light-rag/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">light rag (3)
</a><a href=/tags/llama/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">llama (4)
</a><a href=/tags/llama-2/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">llama 2 (1)
</a><a href=/tags/llama-3.2/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">llama 3.2 (1)
</a><a href=/tags/llc/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">llc (1)
</a><a href=/tags/llm/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">llm (9)
</a><a href=/tags/llms/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">llms (7)
</a><a href=/tags/local-ai/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">local ai (1)
</a><a href=/tags/local-seo/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">local seo (1)
</a><a href=/tags/long-rag/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">long rag (1)
</a><a href=/tags/long-term-memory/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">long-term memory (2)
</a><a href=/tags/lora/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">lora (2)
</a><a href=/tags/lovable/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">lovable (1)
</a><a href=/tags/make/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">make (6)
</a><a href=/tags/make.com/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">make.com (3)
</a><a href=/tags/marketing/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">marketing (1)
</a><a href=/tags/mcp/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">mcp (2)
</a><a href=/tags/memor-rag/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">memor rag (1)
</a><a href=/tags/memory/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">memory (1)
</a><a href=/tags/meta/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">meta (2)
</a><a href=/tags/metadata/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">metadata (1)
</a><a href=/tags/mistral/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">mistral (1)
</a><a href=/tags/model/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">model (1)
</a><a href=/tags/model-context-protocol/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">model context protocol (2)
</a><a href=/tags/model-evaluation/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">model evaluation (2)
</a><a href=/tags/multimodal-rag/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">multimodal rag (1)
</a><a href=/tags/n8n/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">n8n (10)
</a><a href=/tags/naden/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">naden (1)
</a><a href=/tags/nadn/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">nadn (1)
</a><a href=/tags/neural-networks/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">neural networks (1)
</a><a href=/tags/next.js/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">next.js (3)
</a><a href=/tags/nlp/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">nlp (1)
</a><a href=/tags/no-code/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">no-code (7)
</a><a href=/tags/oauth/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">oauth (1)
</a><a href=/tags/ocr/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">ocr (2)
</a><a href=/tags/odoo/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">odoo (1)
</a><a href=/tags/olama/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">olama (1)
</a><a href=/tags/open-weather-map/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">open weather map (1)
</a><a href=/tags/open-web-ui/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">open web ui (1)
</a><a href=/tags/open-source/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">open-source (2)
</a><a href=/tags/openai/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">openai (33)
</a><a href=/tags/parameter-efficiency/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">parameter efficiency (1)
</a><a href=/tags/passive-income/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">passive income (1)
</a><a href=/tags/pentai/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">pentai (1)
</a><a href=/tags/personalization/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">personalization (3)
</a><a href=/tags/pinecone/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">pinecone (5)
</a><a href=/tags/playwright/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">playwright (1)
</a><a href=/tags/postgres/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">postgres (2)
</a><a href=/tags/postgresql/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">postgresql (1)
</a><a href=/tags/postman/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">postman (1)
</a><a href=/tags/production-grade-applications/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">production grade applications (1)
</a><a href=/tags/programmatic-seo/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">programmatic seo (1)
</a><a href=/tags/prompt-engineering/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">prompt engineering (13)
</a><a href=/tags/prompting/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">prompting (1)
</a><a href=/tags/puppeteer/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">puppeteer (1)
</a><a href=/tags/pydantic/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">pydantic (1)
</a><a href=/tags/pydantic-ai/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">pydantic ai (1)
</a><a href=/tags/python/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">python (5)
</a><a href=/tags/qlora/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">qlora (2)
</a><a href=/tags/question-answering/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">question answering (1)
</a><a href=/tags/rag/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">rag (15)
</a><a href=/tags/react/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">react (1)
</a><a href=/tags/regulation/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">regulation (1)
</a><a href=/tags/research-agent/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">research agent (1)
</a><a href=/tags/rest-api/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">rest api (1)
</a><a href=/tags/retrieval/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">retrieval (2)
</a><a href=/tags/safety/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">safety (1)
</a><a href=/tags/sales-strategy/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">sales strategy (1)
</a><a href=/tags/scalability/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">scalability (1)
</a><a href=/tags/scraping/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">scraping (1)
</a><a href=/tags/selenium/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">selenium (1)
</a><a href=/tags/self-attention/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">self-attention (1)
</a><a href=/tags/sentence-transformers/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">sentence transformers (1)
</a><a href=/tags/seo/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">seo (3)
</a><a href=/tags/slack/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">slack (1)
</a><a href=/tags/small-business/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">small business (1)
</a><a href=/tags/smart-contracts/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">smart contracts (1)
</a><a href=/tags/social-media/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">social media (2)
</a><a href=/tags/sql/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">sql (1)
</a><a href=/tags/strategy/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">strategy (6)
</a><a href=/tags/structured-output/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">structured output (2)
</a><a href=/tags/structured-outputs/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">structured outputs (1)
</a><a href=/tags/summarization/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">summarization (1)
</a><a href=/tags/supabase/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">supabase (1)
</a><a href=/tags/superbase/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">superbase (4)
</a><a href=/tags/tavali/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">tavali (1)
</a><a href=/tags/techstars/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">techstars (1)
</a><a href=/tags/telegram/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">telegram (3)
</a><a href=/tags/templates/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">templates (1)
</a><a href=/tags/text-splitting/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">text splitting (1)
</a><a href=/tags/tiktok/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">tiktok (1)
</a><a href=/tags/tips/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">tips (1)
</a><a href=/tags/tool-agents/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">tool agents (1)
</a><a href=/tags/tool-use/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">tool use (1)
</a><a href=/tags/tooling/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">tooling (1)
</a><a href=/tags/tools/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">tools (2)
</a><a href=/tags/traffic-generation/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">traffic generation (1)
</a><a href=/tags/transcript-generation/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">transcript generation (1)
</a><a href=/tags/tutorial/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">tutorial (1)
</a><a href=/tags/twilio/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">twilio (1)
</a><a href=/tags/typescript/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">typescript (1)
</a><a href=/tags/ui-design/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">ui design (1)
</a><a href=/tags/ui-testing/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">ui testing (1)
</a><a href=/tags/ultra-learning/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">ultra learning (1)
</a><a href=/tags/unsloth/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">unsloth (2)
</a><a href=/tags/upwork/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">upwork (1)
</a><a href=/tags/vector-database/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">vector database (4)
</a><a href=/tags/vector-databases/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">vector databases (2)
</a><a href=/tags/vector-store/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">vector store (1)
</a><a href=/tags/version-control/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">version control (1)
</a><a href=/tags/vertex-ai/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">vertex ai (1)
</a><a href=/tags/video-generation/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">video generation (1)
</a><a href=/tags/video-marketing/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">video marketing (1)
</a><a href=/tags/vision/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">vision (1)
</a><a href=/tags/voice-ai/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">voice ai (2)
</a><a href=/tags/voiceflow/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">voiceflow (1)
</a><a href=/tags/vz/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">vz (1)
</a><a href=/tags/web-application/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">web application (1)
</a><a href=/tags/web-development-tools/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">web development tools (1)
</a><a href=/tags/web-scraping/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">web scraping (7)
</a><a href=/tags/webhooks/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">webhooks (1)
</a><a href=/tags/website-cloning/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">website cloning (2)
</a><a href=/tags/website-development/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">website development (2)
</a><a href=/tags/whatsapp/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">whatsapp (1)
</a><a href=/tags/whatsapp-api/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">whatsapp api (1)
</a><a href=/tags/wikipedia/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">wikipedia (1)
</a><a href=/tags/windsurf/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">windsurf (1)
</a><a href=/tags/word-embeddings/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">word embeddings (1)
</a><a href=/tags/workflow/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">workflow (6)
</a><a href=/tags/workflow-automation/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">workflow automation (6)
</a><a href=/tags/workflows/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">workflows (3)
</a><a href=/tags/y-combinator/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">y combinator (1)
</a><a href=/tags/youtube/ class="block px-4 py-1.5 text-sm text-gray-700 hover:bg-gray-100 hover:text-primary-600">youtube (2)</a></div></div></div></div><div class="flex items-center md:hidden"><button @click="isOpen = !isOpen" type=button class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-primary-500" aria-controls=mobile-menu :aria-expanded=isOpen>
<span class=sr-only>Open main menu</span><svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentcolor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"/></svg></button></div></div><div class="block md:flex md:items-center md:justify-end md:ml-4 md:flex-grow md:max-w-2xl py-4 md:py-0"><div class="w-full relative"><div class=relative><input type=search class="w-full bg-gray-100 rounded-lg pl-10 pr-4 py-2 focus:outline-none focus:ring-2 focus:ring-primary-500 focus:bg-white" placeholder="Search courses..." id=searchInput autocomplete=off><div class="absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none"><svg class="h-5 w-5 text-gray-400" viewBox="0 0 20 20" fill="currentcolor"><path fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8zM2 8a6 6 0 1110.89 3.476l4.817 4.817a1 1 0 01-1.414 1.414l-4.816-4.816A6 6 0 012 8z" clip-rule="evenodd"/><path d="M6.25 6.25a.75.75.0 000 1.5h1.5a.75.75.0 000-1.5H6.25z"/></svg></div></div><div id=searchResults class="absolute w-full mt-1 bg-white rounded-lg shadow-lg border border-gray-200 divide-y divide-gray-200 hidden max-h-96 overflow-y-auto z-50"></div></div></div></div></nav><div x-show=isOpen class="fixed inset-0 bg-gray-800 bg-opacity-75 z-40" @click="isOpen = false" style=display:none></div><div x-show=isOpen class="fixed inset-y-0 left-0 w-64 bg-white shadow-lg z-50 transform transition-all duration-300 ease-in-out" x-transition:enter="transform transition ease-in-out duration-300" x-transition:enter-start=-translate-x-full x-transition:enter-end=translate-x-0 x-transition:leave="transform transition ease-in-out duration-300" x-transition:leave-start=translate-x-0 x-transition:leave-end=-translate-x-full style=display:none><div class="flex items-center justify-between p-4 border-b"><h2 class="text-lg font-semibold">Menu</h2><button @click="isOpen = false" class="p-2 rounded-md hover:bg-gray-100"><svg class="w-6 h-6" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18 18 6M6 6l12 12"/></svg></button></div><nav class="px-4 py-4"><a href=/ class="block py-2 text-gray-600 hover:text-gray-900">Home</a>
<a href=/about/ class="block py-2 text-gray-600 hover:text-gray-900">About</a></nav></div></header><script>document.addEventListener("DOMContentLoaded",function(){const t=document.getElementById("searchInput"),e=document.getElementById("searchResults");let n=[];fetch("/index.json").then(e=>e.json()).then(e=>{n=e}).catch(e=>console.error("Error loading search index:",e));function s(t){if(!t){e.classList.add("hidden");return}const s=n.filter(e=>e.title.toLowerCase().includes(t.toLowerCase())||e.description.toLowerCase().includes(t.toLowerCase()));o(s)}function o(t){t.length===0?e.innerHTML='<div class="p-4 text-sm text-gray-500">No results found</div>':e.innerHTML=t.map(e=>`
<a href="${e.permalink}" class="block p-4 hover:bg-gray-50">
<div class="font-medium text-gray-900">${e.title}</div>
<div class="text-sm text-gray-500">${e.description}</div>
</a>
`).join(""),e.classList.remove("hidden")}t.addEventListener("input",e=>{s(e.target.value.trim())}),document.addEventListener("click",n=>{!e.contains(n.target)&&n.target!==t&&e.classList.add("hidden")}),t.addEventListener("focus",()=>{t.value.trim()&&e.classList.remove("hidden")})})</script><main><div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8"><div class=mb-8><h1 class="text-4xl font-bold text-gray-900">Welcome to Learn AI TV</h1><p class="mt-2 text-xl text-gray-600">Discover our collection of high-quality courses in web development, programming, and data science.</p></div><div class="mb-8 flex flex-wrap gap-2"><button class="category-filter bg-primary-600 text-white px-4 py-2 rounded-lg text-sm font-medium transition-colors duration-200" onclick='filterCourses("all")' data-category=all>
All Courses
</button>
<button class="category-filter bg-gray-200 text-gray-700 px-4 py-2 rounded-lg text-sm font-medium transition-colors duration-200" onclick='filterCourses("Automation & Workflows")' data-category="Automation & Workflows">
Automation & Workflows
</button>
<button class="category-filter bg-gray-200 text-gray-700 px-4 py-2 rounded-lg text-sm font-medium transition-colors duration-200" onclick='filterCourses("AI Agents")' data-category="AI Agents">
AI Agents
</button>
<button class="category-filter bg-gray-200 text-gray-700 px-4 py-2 rounded-lg text-sm font-medium transition-colors duration-200" onclick='filterCourses("Development")' data-category=Development>
Development
</button>
<button class="category-filter bg-gray-200 text-gray-700 px-4 py-2 rounded-lg text-sm font-medium transition-colors duration-200" onclick='filterCourses("Prompt Engineering")' data-category="Prompt Engineering">
Prompt Engineering
</button>
<button class="category-filter bg-gray-200 text-gray-700 px-4 py-2 rounded-lg text-sm font-medium transition-colors duration-200" onclick='filterCourses("Content Generation & Marketing")' data-category="Content Generation & Marketing">
Content Generation & Marketing
</button>
<button class="category-filter bg-gray-200 text-gray-700 px-4 py-2 rounded-lg text-sm font-medium transition-colors duration-200" onclick='filterCourses("RAG & Knowledge Management")' data-category="RAG & Knowledge Management">
RAG & Knowledge Management</button></div><div id=course-grid class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="Automation & Workflows,AI Agents"><a href=/courses/this-ai-agent-extracts-text-from-images-in-n8n/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/skHe-qIRkM4/sddefault.jpg alt="Invoice Processing Agent with Telegram and Make (Integromat)" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Invoice Processing Agent with Telegram and Make (Integromat)</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">This video demonstrates an automated workflow using Telegram, Make (Integromat), OCR, Google Drive, and a custom agent to process invoices. It covers receiving invoices via Telegram, extracting data with OCR, storing the original invoice in Google Drive, and sending a summary back to the user.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
11 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
5 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="AI Agents,Automation & Workflows,Development"><a href=/courses/anthropic-agent-protocol/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=http://i3.ytimg.com/vi/8mU2OeOCIrE/hqdefault.jpg alt="Anthropic's Model Context Protocol: The Future of AI Tool Integration" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Anthropic's Model Context Protocol: The Future of AI Tool Integration</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Explore Anthropic's innovative Model Context Protocol (MCP), a groundbreaking approach for integrating external tools and data into AI workflows. Learn how this protocol paves the way for versatile AI agents and tool interoperability.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
15 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
9 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="Automation & Workflows"><a href=/courses/scrape-analyze-and-personalize-a-comprehensive-workflow/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=http://i3.ytimg.com/vi/8VICZS9tSVo/hqdefault.jpg alt="Scrape, Analyze, and Personalize: A Comprehensive Workflow" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Scrape, Analyze, and Personalize: A Comprehensive Workflow</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to scrape websites, analyze their data, and craft highly personalized emails using a powerful workflow.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
10 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
11 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="AI Agents,Automation & Workflows,Development"><a href=/courses/how-to-build-a-personal-assistant-ai-agent-in-n8n-step-by-step-no-code/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/ZP4fjVWKt2w/sddefault.jpg alt="Building a Personal Assistant with n8n" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Building a Personal Assistant with n8n</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to build a personal assistant workflow using n8n, integrating with Telegram, Google Sheets, Gmail, Google Calendar, web search, and text-to-speech.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
66 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
8 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="AI Agents,Development"><a href=/courses/i-watched-an-ai-agent-create-its-own-company---not-clickbait/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/JZTlp_DpnvA/sddefault.jpg alt="AI Agents: The Future of Business is Here!" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">AI Agents: The Future of Business is Here!</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Explore the groundbreaking advancements in AI agents and their potential to revolutionize how businesses are built and operated. Learn how AI agents are automating tasks, creating companies, and reshaping the future of work.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
12 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
5 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="AI Agents,Automation & Workflows,Prompt Engineering"><a href=/courses/n8n-tutorial-%238-integrate-ai-using-sequential-llm-chaining/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/NrtTbOEvub4/sddefault.jpg alt="AI Article Generator with n8n: Part 1 - Sequential LLM Chain" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">AI Article Generator with n8n: Part 1 - Sequential LLM Chain</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to create an AI article generator using n8n by integrating it as a sequential LLM chain. Discover powerful prompting techniques for better AI responses and compare it to using an AI agent.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
12 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
7 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Prompt Engineering</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="AI Agents,Automation & Workflows,Development"><a href=/courses/andrew-ng-explores-the-rise-of-ai-agents-and-agentic-reasoning--build-2024-keynote/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/KrRD7r7y7NY/sddefault.jpg alt="AI is the New Electricity: Generative AI Opportunities and Agentic Workflows" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">AI is the New Electricity: Generative AI Opportunities and Agentic Workflows</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Explore the biggest opportunities in AI, focusing on generative AI's impact on application development and the rise of agentic workflows.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
26 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
8 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="Automation & Workflows,Content Generation & Marketing,Development"><a href=/courses/scrape-summarize-and-email-build-this-workflow-in-minutes-no-code/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/8VICZS9tSVo/sddefault.jpg alt="Automate Personalized Emails with AI: Web Scraping & LLM" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Automate Personalized Emails with AI: Web Scraping & LLM</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to scrape websites, analyze data, and generate personalized emails using AI and a no-code workflow.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
9 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
9 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Content Generation & Marketing
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="Automation & Workflows,Development"><a href=/courses/how-to-scrape-any-website-in-9-minutes-seriously/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/-OqS2ol4VA8/sddefault.jpg alt="Automate Web Scraping with Make.com, Google Sheets & OpenAI" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Automate Web Scraping with Make.com, Google Sheets & OpenAI</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to build a fully automated web scraping system using Make.com, Google Sheets, and OpenAI to extract valuable data efficiently.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
14 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
12 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="AI Agents,Automation & Workflows,Content Generation & Marketing"><a href=/courses/i-made-myself-an-ai-clone-that-creates-talking-videos-for-me/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/iKgdqNCOlkc/sddefault.jpg alt="Automate Your Social Media with AI: Create a Self-Posting AI Clone!" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Automate Your Social Media with AI: Create a Self-Posting AI Clone!</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to build an AI clone that automatically posts fresh, relevant content to your social media daily, without lifting a finger. This video demonstrates a complete automation workflow using various AI tools.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
19 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
12 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Content Generation & Marketing</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="Automation & Workflows,Content Generation & Marketing,Development"><a href=/courses/n8n-youtube-scraping---thousands-of-shorts-and-videos-in-seconds/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/dW49t_X1Zpk/sddefault.jpg alt="Automate YouTube Video Creation with n8n" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Automate YouTube Video Creation with n8n</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to automate the creation of YouTube videos using n8n, scraping YouTube data, generating transcripts with OpenAI, and managing content with Airtable.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
17 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
7 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Content Generation & Marketing
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="Automation & Workflows"><a href=/courses/is-this-the-future-of-ui-testing-puppeteer-+-claude-ais-mcp-/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/G6hedWv7vsE/sddefault.jpg alt="Automating UI Testing with AI and the Model Context Protocol (mCP)" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Automating UI Testing with AI and the Model Context Protocol (mCP)</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to automate UI testing using AI and the Model Context Protocol (mCP), bridging the gap between AI and local data for efficient testing.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
17 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
7 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="AI Agents,Development"><a href=/courses/bee-agent-framework-build-ai-agents-fast-/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/AsYQVlBC6Mo/sddefault.jpg alt="B Agent Framework: Build Scalable Agentic Applications" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">B Agent Framework: Build Scalable Agentic Applications</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">A complete tutorial on building performant and scalable agentic solutions using the B Agent framework, from a simple chatbot to an advanced AI agent with custom tools and Next.js integration.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
27 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
8 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="AI Agents,Automation & Workflows,Content Generation & Marketing,Development"><a href=/courses/this-is-how-i-scrape-99-websites-via-llm/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/7kbQnLN2y_I/sddefault.jpg alt="Best Practices for Building AI-Powered Web Scrapers in 2024" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Best Practices for Building AI-Powered Web Scrapers in 2024</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to build efficient and cost-effective web scrapers using large language models and agentic systems. This video covers scraping simple and complex websites, handling various web interactions, and automating workflows.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
22 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
8 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Content Generation & Marketing
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="Automation & Workflows,RAG & Knowledge Management"><a href=/courses/build-a-free-ai-chatbot-with-llama-3.2--flowiseai-no-code/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/lJOZiRoZNJw/sddefault.jpg alt="Build a Free Local RAG Chatbot with Llama 3.2 and Flowise" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Build a Free Local RAG Chatbot with Llama 3.2 and Flowise</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to create a local RAG chatbot using the Llama 3.2 model and the Flowise platform. This chatbot can access and understand your personal knowledge base.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
11 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
7 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">RAG & Knowledge Management</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="Development,RAG & Knowledge Management"><a href=/courses/supabase-postgres-vector-db-crash-course/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/cyPZsbO5i5U/sddefault.jpg alt="Build a Full Stack Email Autoresponder with a Superbase Vector Store" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Build a Full Stack Email Autoresponder with a Superbase Vector Store</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn to build a full-stack email autoresponder application using Superbase, Next.js, and OpenAI embeddings for efficient data retrieval and question answering.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
67 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
7 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">RAG & Knowledge Management</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="RAG & Knowledge Management"><a href=/courses/llama-ocr-+-multimodal-rag-+-local-llm-python-project-easy-ai-chat-for-your-docs/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/A8D7YjaU0zE/sddefault.jpg alt="Build a Local Chatbot with Llama OCR, Multimodal RAG, and a Local LLM" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Build a Local Chatbot with Llama OCR, Multimodal RAG, and a Local LLM</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn to create a powerful, local chatbot using Llama OCR for visual data, multimodal RAG for efficient retrieval, and a local LLM for intelligent responses. This tutorial demonstrates building a chatbot for business or personal use.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
10 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
9 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">RAG & Knowledge Management</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="AI Agents,Development"><a href=/courses/build-a-personal-ai-agent-on-whatsapp-with-n8n-images-+-audio/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/UXn4y0aOzOs/sddefault.jpg alt="Build a Personal AI Agent with WhatsApp Integration" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Build a Personal AI Agent with WhatsApp Integration</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to build a personal AI agent that integrates with the WhatsApp API for audio, text, and image messaging.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
57 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
6 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="RAG & Knowledge Management,AI Agents,Development"><a href=/courses/build-this-super-simple-rag-ai-agent-in-10-minutes-free-template/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/wIb5dERpB2M/sddefault.jpg alt="Build a Simple RAG AI Agent in 10 Minutes" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Build a Simple RAG AI Agent in 10 Minutes</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to build a simple RAG AI agent that can access your Google Drive data and answer your questions using free templates and tools.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
16 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
7 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">RAG & Knowledge Management
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="AI Agents,Development,Automation & Workflows"><a href=/courses/create-a-profitable-ai-saas-without-coding--fast--easy/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/ksZgIhx_YAs/sddefault.jpg alt="Build AI Apps with No Code! My Story & 3 Examples" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Build AI Apps with No Code! My Story & 3 Examples</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to create AI-powered applications with no code using Bubble and Flowise. Discover real-world examples and build your own app!</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
8 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
4 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="Automation & Workflows,RAG & Knowledge Management"><a href=/courses/step-by-step-tutorial-create-a-rag-chatbot-with-n8n-ai-agents-in-minutes/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/UeFi5oV9UpY/sddefault.jpg alt="Build an AI Chatbot with N8N and Google Drive" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Build an AI Chatbot with N8N and Google Drive</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to build an AI-powered chatbot that answers questions using documents from your Google Drive, integrated with a website using N8N.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
22 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
8 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">RAG & Knowledge Management</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="Automation & Workflows,Development"><a href=/courses/build-an-ai-store-assistant-in-30-minutes-no-code-/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/PBLb3a1iUZ8/sddefault.jpg alt="Build an E-commerce Chatbot with Chatling (No-Code)" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Build an E-commerce Chatbot with Chatling (No-Code)</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn to build a powerful e-commerce chatbot without writing any code using Chatling's no-code platform. This chatbot will handle product inquiries, order tracking, returns, and more.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
31 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
11 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="Automation & Workflows,Development"><a href=/courses/how-to-build-unlimited-apps-with-bolt.new-/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/QQw47XzcKRQ/sddefault.jpg alt="Build and Deploy a Landing Page with No Code using AutoDev" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Build and Deploy a Landing Page with No Code using AutoDev</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to create and deploy a fully functional landing page with a contact form using AutoDev, a no-code platform.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
16 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
10 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="Automation & Workflows,Development"><a href=/courses/build-million-dollar-ai-products-with-bolt.new...-secret-method/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/vpKbhxL9lnY/sddefault.jpg alt="Build No-Code AI Dashboards with Bolt.new" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Build No-Code AI Dashboards with Bolt.new</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to quickly build custom AI dashboards and automate workflows using Bolt.new, a no-code platform. Integrate with Make.com and Claude for enhanced functionality.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
16 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
8 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="Content Generation & Marketing,RAG & Knowledge Management"><a href=/courses/build-profitable-programmatic-seo-websites-with-ai/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/QQw47XzcKRQ/sddefault.jpg alt="Build PROFITABLE Programmatic SEO Websites With AI" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Build PROFITABLE Programmatic SEO Websites With AI</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to leverage AI to create profitable programmatic SEO websites that generate passive income.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
25 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
5 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Content Generation & Marketing
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">RAG & Knowledge Management</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="AI Agents"><a href=/courses/build-your-first-ai-agent-as-a-total-beginner-no-code--n8n-beginners-tutorial/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/Vb8TMr9mLis/sddefault.jpg alt="Build Your First AI Agent - Beginner Tutorial" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Build Your First AI Agent - Beginner Tutorial</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">A beginner-friendly tutorial demonstrating how to build a basic AI agent using Langchain, incorporating a model, memory, and tools like Wikipedia and Gmail.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
16 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
7 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="AI Agents,Automation & Workflows,Content Generation & Marketing,Development,RAG & Knowledge Management"><a href=/courses/build-your-own-rag-ai-voice-agent-with-n8n--complete-step-by-step-tutorial/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/NB7hMj7pfrA/sddefault.jpg alt="Build Your Own Voice AI Assistant with n8n" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Build Your Own Voice AI Assistant with n8n</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to build a personalized voice AI assistant for your website using n8n, a free open-source automation tool. This tutorial covers integrating Google Drive, Pinecone Vector Database, and OpenAI to handle voice queries and generate responses.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
19 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
10 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Content Generation & Marketing
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">RAG & Knowledge Management</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="Development,AI Agents"><a href=/courses/lovable.dev-+-supabase-full-stack-app-in-only-5-messages-better-than-bolt/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/eVuyIWnyKSM/sddefault.jpg alt="Building a Full-Stack Web App with Lovable & Superbase in Under 5 Messages" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Building a Full-Stack Web App with Lovable & Superbase in Under 5 Messages</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">This video demonstrates building a full-stack web application using Lovable and Superbase, focusing on efficiency and ease of use.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
25 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
7 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="AI Agents,Automation & Workflows,RAG & Knowledge Management"><a href=/courses/build-an-ai-research-assistant-with-elevenlabs-ai-voice-agents--make.com/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/XwXpy5npWaE/sddefault.jpg alt="Building a Voice AI Research Agent with 11 Labs and Make" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Building a Voice AI Research Agent with 11 Labs and Make</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to build a voice AI research agent using 11 Labs voice AI agents and Make.com automation. This tutorial demonstrates setting up the agent, integrating with GPT-4, and utilizing a web hook for research retrieval.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
17 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
7 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">RAG & Knowledge Management</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="AI Agents"><a href=/courses/unlock-ai-agent-real-power-long-term-memory--self-improving/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/7LWTZqksmSg/sddefault.jpg alt="Building AI Agents with Long-Term Memory" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Building AI Agents with Long-Term Memory</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Explore techniques for building AI agents capable of learning from past interactions and retaining user preferences using long-term memory.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
22 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
7 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories=Development><a href=/courses/anthropic-mcp-with-ollama-no-claude-watch-this/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/9mciRwpcLNY/sddefault.jpg alt="Building Your Own Native Model Context Protocol Application" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Building Your Own Native Model Context Protocol Application</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to build a native Model Context Protocol application that connects to LLMs hosted on various platforms like Llama and OpenAI.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
29 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
8 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories=Development><a href=/courses/how-to-use-ai-to-create-unique-courses-based-on-your-expertise-fast/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/xOSsWH6yB0w/sddefault.jpg alt="Creating Courses with Modular Actions in Chibi" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Creating Courses with Modular Actions in Chibi</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to efficiently create unique courses using modular actions in Chibi, incorporating your own expertise alongside AI capabilities.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
20 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
8 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="AI Agents,Automation & Workflows,Development"><a href=/courses/how-to-use-cursor-agent-for-beginners/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/2gBcO3ht0ws/sddefault.jpg alt="Cursor AI Agent: Build a Full-Stack Web App from Scratch!" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Cursor AI Agent: Build a Full-Stack Web App from Scratch!</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to use the Cursor AI agent to build a full-stack web app combining Voiceflow and Twilio, even with no prior AI agent experience.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
32 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
13 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="RAG & Knowledge Management"><a href=/courses/hybrid-rag-+-fine-tuning-your-own-dataset-python-project-easy-ai-chat-for-your-docs/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/Uq-1gLJxrBc/sddefault.jpg alt="Fine-tuning Large Language Models with Parameter-Efficient Methods and Hybrid RAG" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Fine-tuning Large Language Models with Parameter-Efficient Methods and Hybrid RAG</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">A comprehensive guide to fine-tuning LLMs using parameter-efficient techniques like LoRA and QLoRA, and integrating them with Hybrid RAG for improved performance.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
27 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
7 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">RAG & Knowledge Management</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="RAG & Knowledge Management"><a href=/courses/hybrid-rag-+-fine-tuning-your-own-dataset-python-project-easy-ai-chat-for-your-docs-1/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/Uq-1gLJxrBc/sddefault.jpg alt="Fine-tuning Large Language Models with UNSLOth: A Comprehensive Guide" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Fine-tuning Large Language Models with UNSLOth: A Comprehensive Guide</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to fine-tune large language models using UNSLOth, a parameter-efficient method, and improve model performance with hybrid RAG techniques.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
27 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
9 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">RAG & Knowledge Management</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="Automation & Workflows,Content Generation & Marketing,Development,RAG & Knowledge Management"><a href=/courses/add-flowise-to-anything-flowise-api-crash-course/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/9R5zo3IVkqU/default.jpg alt="Flowise APIs: Integrate Chat Flows into Custom Applications" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Flowise APIs: Integrate Chat Flows into Custom Applications</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to integrate Flowise chat flows into custom applications and platforms using their API endpoints. This video covers using Postman to test the APIs, overriding values, RAG chat flows, and handling conversation chains.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
40 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
6 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Content Generation & Marketing
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">RAG & Knowledge Management</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories=Development><a href=/courses/she-makes-6-figures-per-project-with-ai--founder-interview/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/mapbeJh5g98/sddefault.jpg alt="Head Start: How We Use AI to Build $6-Figure Projects with 4 Employees" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Head Start: How We Use AI to Build $6-Figure Projects with 4 Employees</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Nicole, founder and CEO of Head Start, shares how she uses Claude projects to run her entire business and scale her team from 3 to 14 employees in 7 months, all while charging six-figure project minimums.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
43 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
8 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="Content Generation & Marketing"><a href=/courses/how-i-made-20392-in-3-days-on-skool.../ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/j8TMBo6H9ns/sddefault.jpg alt="How I Made $20,000 in a Few Days Selling High-Ticket Offers" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">How I Made $20,000 in a Few Days Selling High-Ticket Offers</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to generate significant income by selling high-ticket offers, leveraging a short pulse strategy, and focusing on lead generation and customer relationships. This video shares practical strategies and a successful case study.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
20 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
10 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Content Generation & Marketing</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="RAG & Knowledge Management"><a href=/courses/feed-your-own-documents-to-a-local-large-language-model/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/fFgyOucIFuk/sddefault.jpg alt="How to Add Your Own Knowledge Files and Documents to a Large Language Model" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">How to Add Your Own Knowledge Files and Documents to a Large Language Model</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to add your own knowledge files and documents to large language models (LLMs), both locally and online. We'll explore different methods like retraining, RAG, and context window uploading.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
18 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
11 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">RAG & Knowledge Management</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="RAG & Knowledge Management"><a href=/courses/lightrag-a-more-efficient-solution-than-graphrag-for-rag-systems/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/oageL-1I0GE/sddefault.jpg alt="Light RAG: Simple and Fast Retrieval Augmented Generation" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Light RAG: Simple and Fast Retrieval Augmented Generation</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">A comprehensive guide to Light RAG, a new retrieval augmented generation method for efficient and cost-effective document querying.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
19 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
8 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">RAG & Knowledge Management</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="Development,Prompt Engineering"><a href=/courses/ollama-structured-outputs-in-5-minutes/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/KXQU3mJTvuw/sddefault.jpg alt="Llama 2 Structured Outputs: Enhanced Reliability and Consistency" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Llama 2 Structured Outputs: Enhanced Reliability and Consistency</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how Llama 2's structured outputs enhance reliability and consistency in generating responses with specific formats and schemas. Explore examples using Python and JavaScript, along with data extraction from text and images.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
5 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
5 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Prompt Engineering</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="RAG & Knowledge Management"><a href=/courses/lightrag--longrag-explained-cutting-edge-rag-techniques-in-ai/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/VGvsWCrpxy4/sddefault.jpg alt="Long and Light RAG: Enhancing LLMs with Scientific Literature" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Long and Light RAG: Enhancing LLMs with Scientific Literature</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">A deep dive into Long RAG and Light RAG, two state-of-the-art frameworks that enhance LLMs by integrating external knowledge during response generation.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
17 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
5 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">RAG & Knowledge Management</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="RAG & Knowledge Management"><a href=/courses/i-want-rag-to-remember-everything-about-my-private-knowledge-locally---heres-how./ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/Nr3XWcGzeSg/sddefault.jpg alt="Memorizing RAG: Next-Generation Retrieval Augmented Generation" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Memorizing RAG: Next-Generation Retrieval Augmented Generation</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn about Memor RAG, a next-generation retrieval augmented generation framework that uses long-term memory for enhanced knowledge processing and complex task handling.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
8 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
8 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">RAG & Knowledge Management</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="Development,Prompt Engineering"><a href=/courses/cracking-the-enigma-of-ollama-templates/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/anEdBxXtLs4/sddefault.jpg alt="Olama Templates: How to Build and Understand Them" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Olama Templates: How to Build and Understand Them</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">A deep dive into Olama templates, covering their structure, functionality, and how to build new ones, starting from simple to complex examples.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
7 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
7 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Prompt Engineering</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="RAG & Knowledge Management"><a href=/courses/open-webui-rag-knowledge-sentence-transformers-embeddings-models-re-ranking-models/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/5Lpd2o1TM7A/sddefault.jpg alt="Open Web UI Update: Knowledge Bases & Embedding Models" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Open Web UI Update: Knowledge Bases & Embedding Models</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Exploring the new features in Open Web UI, focusing on knowledge base management and embedding model configuration for improved search.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
16 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
6 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">RAG & Knowledge Management</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="Automation & Workflows,Development,Prompt Engineering,RAG & Knowledge Management"><a href=/courses/this-openai-o1-pro-coding-workflow-is-insane.../ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/RLs-XUjmAfc/sddefault.jpg alt="OpenAI's Codex Workflow for Rapid App Development" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">OpenAI's Codex Workflow for Rapid App Development</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Master a streamlined workflow using OpenAI's Codex (Pro mode) for lightning-fast application development. Learn to leverage powerful prompts and tools for efficient code generation and integration.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
16 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
13 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Prompt Engineering
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">RAG & Knowledge Management</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="AI Agents,Development,Prompt Engineering"><a href=/courses/how-to-build-ai-agents-with-pydanticai-python-tutorial/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/zcYtSckecD8/sddefault.jpg alt="PentAI Agent Framework Tutorial" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">PentAI Agent Framework Tutorial</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">A comprehensive guide to building robust applications with the PentAI agent framework, covering core concepts, structured outputs, dependency injection, and tool integration.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
33 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
7 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Prompt Engineering</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="Development,RAG & Knowledge Management"><a href=/courses/browser-use-+--lightrag-agent-that-can-scrape-99-websites-with-llm/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/ehMdktyQgEk/sddefault.jpg alt="Powerful Chatbot with Browser Use, Light RAG, and Local LLMs" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Powerful Chatbot with Browser Use, Light RAG, and Local LLMs</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">A quick tutorial demonstrating how to create a powerful chatbot using Browser Use, Light RAG, and a local large language model (LLM) for web scraping and data querying.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
12 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
8 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">RAG & Knowledge Management</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="AI Agents"><a href=/courses/pydantic-ai---the-new-agent-builder-on-the-block/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/UnH7S5044GA/sddefault.jpg alt="Pydantic AI: A New LLM Library" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Pydantic AI: A New LLM Library</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">An overview of Pydantic AI, a new LLM library built on top of Pydantic, focusing on its features, ease of use, and comparison with other frameworks like LangChain.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
21 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
7 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="AI Agents,Development"><a href=/courses/maybe-you-can-build-production-grade-ai-agents/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/hoIy26Rlk5s/sddefault.jpg alt="Pydantic AI: A Python Agent Framework for Generative AI" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Pydantic AI: A Python Agent Framework for Generative AI</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">An overview of Pydantic AI, a new Python agent framework built on top of the popular Pydantic library, designed for building production-grade applications with generative AI.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
11 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
6 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="Automation & Workflows,Content Generation & Marketing"><a href=/courses/turn-1000s-of-make.com-operations-into-1-airtable-automation/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/x-x5trLgcBc/sddefault.jpg alt="Save Thousands on Make.com: Airtable Automation Strategies" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Save Thousands on Make.com: Airtable Automation Strategies</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to build cost-effective automations using Airtable to significantly reduce your Make.com subscription expenses. This video demonstrates three different approaches to processing data, comparing the efficiency and cost-effectiveness of each method.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
17 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
9 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Content Generation & Marketing</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="Content Generation & Marketing"><a href=/courses/this-ai-made-me-10k-in-one-month/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/czjtDtUHhwM/sddefault.jpg alt="The Backwards AI Method: Generate $10,000+/Month with 10 Minutes of Work" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">The Backwards AI Method: Generate $10,000+/Month with 10 Minutes of Work</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Discover the counterintuitive AI method that's quietly generating over $10,000 per month. Learn why traditional AI content is dead and how to replace it with a surprising 10-minute method.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
16 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
6 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Content Generation & Marketing</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="Development,Content Generation & Marketing,AI Agents"><a href=/courses/no-one-is-talking-about-this-ai-seo-opportunity-chatgpt-o1/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/WlkZjZsuyf0/sddefault.jpg alt="Traffic Magnet Websites: AI-Powered SEO Strategy" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Traffic Magnet Websites: AI-Powered SEO Strategy</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to create AI-powered websites that generate significant traffic for your clients or your own business, using a powerful prompt engineering strategy.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
19 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
7 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Content Generation & Marketing
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="Development,AI Agents"><a href=/courses/i-just-built-my-first-neural-network-heres-my-framework-for-learning-in-public/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/dZhIQwUP2Vo/sddefault.jpg alt="Ultra Learning Deep Learning: My First Milestone" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Ultra Learning Deep Learning: My First Milestone</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">A personal journey of ultra learning deep learning, focusing on building a neural network from scratch and sharing the learning process publicly.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
13 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
5 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="AI Agents,Prompt Engineering"><a href=/courses/12000-dimensions-of-meaning-how-i-finally-understood-llm-attention/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/WWs_X6RZqow/sddefault.jpg alt="Understanding Language Models: A High-Dimensional Perspective" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Understanding Language Models: A High-Dimensional Perspective</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">This video explains how large language models represent words in high-dimensional space and use context to update their meaning through self-attention.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
5 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
4 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Prompt Engineering</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories=Development><a href=/courses/clone-any-website-instantly-new-v0-updates-you-need-to-see./ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/gNgxnECvLWM/sddefault.jpg alt="VZ's Exciting New Website Cloning Feature and Updates!" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">VZ's Exciting New Website Cloning Feature and Updates!</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn about VZ's latest updates, including the URL to clone feature, built-in console logging, version control, and UI element selection for easier website customization.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
6 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
6 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories=Development><a href=/courses/how-to-use-windsurf-editor-for-beginners/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/ZEqSuggBKo8/sddefault.jpg alt="Windsurf AI: Build a Game in Minutes!" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Windsurf AI: Build a Game in Minutes!</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn to use Windsurf AI to quickly build a game similar to Chrome's offline dinosaur game. This tutorial covers setup, coding, and deployment.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
10 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
7 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="Development,Automation & Workflows"><a href=/courses/understanding-apis-in-n8n-as-a-beginner/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/ju9xk_QX990/sddefault.jpg alt="APIs Explained for Beginners: Simplifying Web Interactions" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">APIs Explained for Beginners: Simplifying Web Interactions</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn about APIs (Application Programming Interfaces) and how they power internet interactions. This video provides simple explanations, real-world examples, and practical demonstrations using Naden.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
16 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
5 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="RAG & Knowledge Management,Automation & Workflows,Development"><a href=/courses/the-best-rag-system-on-youtube-steal-this/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/Kvf-Pr1LRe4/sddefault.jpg alt="Building a RAG System with n8n, Superbase, and Postgres" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Building a RAG System with n8n, Superbase, and Postgres</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">This video demonstrates building a robust RAG system using n8n, Superbase, and Postgres for efficient knowledge management. It covers setting up workflows to monitor a Google Drive folder for new files and updates, automatically processing and embedding them into a vector database with metadata.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
18 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
6 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">RAG & Knowledge Management
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="Automation & Workflows,Development"><a href=/courses/5-n8n-tips-you-need-to-know/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/Ctr89Q2Nei8/sddefault.jpg alt="5 Tips Everyone Needs to Know When Using Make (Integromat)" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">5 Tips Everyone Needs to Know When Using Make (Integromat)</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Five essential tips for automating workflows and building AI agents using Make (Integromat), including error handling, agent communication, error workflows, variable referencing, and node referencing.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
16 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
6 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="AI Agents,RAG & Knowledge Management,Development"><a href=/courses/step-by-step-rag-ai-agents-got-even-better/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/wEXrbtqNIqI/sddefault.jpg alt="Building a RAG AI Agent with Postgres and Supabase" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Building a RAG AI Agent with Postgres and Supabase</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to build a Retrieval Augmented Generation (RAG) AI agent using Postgres and Supabase for a more production-ready system. This video provides a step-by-step guide, including setting up the database, vector store, and automating workflows for seamless data updates.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
34 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
6 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">RAG & Knowledge Management
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="Automation & Workflows,Development"><a href=/courses/step-by-step-scrape-unlimited-emails-for-free-with-n8n/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/NzMNuuS5JbI/sddefault.jpg alt="Scraping 1000+ Emails for FREE with n8n 📧" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Scraping 1000+ Emails for FREE with n8n 📧</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to scrape over 1000 emails for free using n8n workflows. This tutorial demonstrates a practical example of scraping business emails from Google Maps based on specific search queries.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
28 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
5 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="AI Agents,Development"><a href=/courses/i-got-offered-120000-for-my-ai-startup-i-made-it-in-3-days/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/TSqBhkXVmqg/sddefault.jpg alt="Building a Viral WhatsApp Chatbot & Getting a $120,000 Investment Offer" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Building a Viral WhatsApp Chatbot & Getting a $120,000 Investment Offer</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">This video details the journey of building a viral AI-powered WhatsApp chatbot, attracting millions of views on TikTok, and receiving a $120,000 investment offer.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
10 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
3 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="AI Agents,Automation & Workflows"><a href=/courses/building-ai-agents-ai-app-tools-and-guardrails-explained-gmail-draft-agent-part-2/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/lkudvrC3AOU/sddefault.jpg alt="Building AI Agents Part 2: App Tools" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Building AI Agents Part 2: App Tools</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to set up app AI tools for your AI agents, add guard rails, and build a Gmail draft writing assistant.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
17 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
6 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="Development,Automation & Workflows"><a href=/courses/set-up-google-credentials-in-n8n-in-5-minutes-2024/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/3Ai1EPznlAc/sddefault.jpg alt="How to Set Up Google Credentials in Under 5 Minutes" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">How to Set Up Google Credentials in Under 5 Minutes</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to connect to any Google app by setting up your Google credentials quickly and easily. This tutorial provides a step-by-step guide to configuring OAuth, enabling APIs, and accessing your Google Drive, Gmail, Docs, and more.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
04:44</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
5 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="AI Agents,Automation & Workflows"><a href=/courses/how-i-built-an-ai-agent-to-automate-my-emails-in-n8n-step-by-step-no-code/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/KIJHRq_Tg6o/sddefault.jpg alt="AI Agent Inbox Automation for Customer Support" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">AI Agent Inbox Automation for Customer Support</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to automate your inbox using an AI agent that handles customer support emails, leveraging internal policies and FAQs to craft accurate drafts.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
22 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
6 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="AI Agents,Automation & Workflows"><a href=/courses/how-to-build-an-ai-slack-assistant-in-5-minutes-chatbase/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/krHTtaud0CU/sddefault.jpg alt="Building a No-Code AI Assistant for Slack with Chatbase" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Building a No-Code AI Assistant for Slack with Chatbase</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to build a custom AI assistant within your Slack channel using Chatbase, without writing any code. This tutorial covers setting up data sources, connecting to Slack, and testing the assistant.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
04 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
3 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="Development,AI Agents"><a href=/courses/clone-any-website-using-ai---just-paste-the-link/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/lYaR2PTuLWE/sddefault.jpg alt="Cloning Websites with AI: B.new vs. Visero" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Cloning Websites with AI: B.new vs. Visero</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Testing the capabilities of AI tools to clone websites using just their URLs. Comparing B.new and Visero's performance in replicating website UI and functionality.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
10 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
6 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="Development,AI Agents"><a href=/courses/introduction-to-llama-stack/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/mhs9aRH_7uI/sddefault.jpg alt="Llama Stack: Streamlining the Development of Generative AI Apps" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Llama Stack: Streamlining the Development of Generative AI Apps</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how Llama Stack simplifies the development of generative AI applications by providing a turnkey solution for managing complex components and standardizing interfaces.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
01 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
3 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="AI Agents,RAG & Knowledge Management,Development"><a href=/courses/vector-database-optimization-with-n8n-metadata-text-splitting--embeddings/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/VBw5PEV-zKw/sddefault.jpg alt="Optimizing Knowledge Base for AI Agents with Pinecone and NADN" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Optimizing Knowledge Base for AI Agents with Pinecone and NADN</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to optimize your vector database knowledge base for AI agents using Pinecone and NADN. This tutorial covers essential concepts like metadata, embeddings, and text splitting to ensure accurate and efficient agent searches.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
18 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
8 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">RAG & Knowledge Management
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="AI Agents,Development"><a href=/courses/intro-to-ai-agents/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/ZZ2QUCePgYw/sddefault.jpg alt="🤔 What is an AI Agent?" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">🤔 What is an AI Agent?</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Explore the concept of AI agents, their diverse applications, and how to build your own.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
06 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
3 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="AI Agents,Content Generation & Marketing,Automation & Workflows"><a href=/courses/build-this-multi-ai-agent-system-for-research-and-content-creation-in-n8n/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/u2Tuu02r7QI/sddefault.jpg alt="Content Creation Agent - Auto-generate LinkedIn, X, and Blog Posts" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Content Creation Agent - Auto-generate LinkedIn, X, and Blog Posts</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Build an AI agent workflow to automate content creation for LinkedIn, X (formerly Twitter), and blog posts based on input campaign information.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
11 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
5 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Content Generation & Marketing
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="AI Agents,Development"><a href=/courses/web-scraping-has-never-been-easier----use-google-gemini-2.0/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/8oD7juOSEN0/sddefault.jpg alt="Real-Time AI Interaction: Web Scraping and More with Gemini 2.0" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Real-Time AI Interaction: Web Scraping and More with Gemini 2.0</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Discover the power of Gemini 2.0's real-time interaction for web scraping, data extraction, and more. This video demonstrates practical use cases and explores the potential of this game-changing AI model.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
11 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
5 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Development</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="Content Generation & Marketing,Prompt Engineering"><a href=/courses/stanford-webinar---large-language-models-get-the-hype-but-compound-systems-are-the-future-of-ai/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/vRTcE19M-KE/sddefault.jpg alt="From LLMs to Compound AI Systems: A Shift in Perspective" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">From LLMs to Compound AI Systems: A Shift in Perspective</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">This video explores the shift from focusing on individual large language models (LLMs) to understanding AI as compound systems. It emphasizes the importance of prompt engineering, sampling methods, and tool access in building effective and safe AI solutions.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
58 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
7 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Content Generation & Marketing
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Prompt Engineering</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="Automation & Workflows,AI Agents,RAG & Knowledge Management"><a href=/courses/steal-this-ai-client-intelligence-system...-wow/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/XE2JWDQZfi0/sddefault.jpg alt="AI Client System: Personalized Emails & Communications" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">AI Client System: Personalized Emails & Communications</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to build an AI system that creates unique, dynamic emails and communications for each customer, based on their individual data.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
51 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
14 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">AI Agents
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">RAG & Knowledge Management</span></div></div></a></div><div class="course-card regular transform hover:scale-105 transition-all duration-200 h-full" data-categories="Automation & Workflows,Content Generation & Marketing"><a href=/courses/fully-automate-your-videos-with-ai-heygen-make.com--airtable/ class="block bg-white rounded-lg shadow-md overflow-hidden h-full flex flex-col"><div class="aspect-w-16 aspect-h-9"><img src=https://i.ytimg.com/vi/iV4spTCitao/sddefault.jpg alt="Automating AI Generated Videos" class="object-cover w-full h-full"></div><div class="p-6 flex-grow flex flex-col"><h2 class="text-xl font-semibold text-gray-900 mb-2 line-clamp-2 h-[3.5rem]">Automating AI Generated Videos</h2><p class="text-gray-600 mb-4 line-clamp-3 flex-grow">Learn how to automate AI-generated videos using Airtable and Make.com for creating customized avatars.</p><div class="flex items-center gap-4 mb-4 text-sm text-gray-600"><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3A9 9 0 113 12a9 9 0 0118 0z"/></svg>
28 minutes</div><div class="flex items-center"><svg class="w-4 h-4 mr-1" fill="none" stroke="currentcolor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7A2 2 0 005 7v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/></svg>
6 lessons</div></div><div class="flex flex-wrap gap-2 mt-auto"><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Automation & Workflows
</span><span class="bg-primary-100 text-primary-800 px-3 py-1 rounded-full text-sm font-medium">Content Generation & Marketing</span></div></div></a></div></div></div><script>function filterCourses(e){const t=document.querySelectorAll(".course-card"),n=document.querySelectorAll(".category-filter");n.forEach(t=>{t.dataset.category===e?(t.classList.remove("bg-gray-200","text-gray-700"),t.classList.add("bg-primary-600","text-white")):(t.classList.remove("bg-primary-600","text-white"),t.classList.add("bg-gray-200","text-gray-700"))}),t.forEach(t=>{const n=t.dataset.categories.split(",");e==="all"||n.includes(e)?t.style.display="":t.style.display="none"})}filterCourses("all")</script></main><footer class="bg-gray-100 mt-auto"><div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12"><div class="grid grid-cols-1 md:grid-cols-3 gap-8"><div><h5 class="text-lg font-semibold text-gray-900 mb-4">About Us</h5><p class=text-gray-600>A modern learning platform providing high-quality courses in web development, programming, and data science.</p></div><div><h5 class="text-lg font-semibold text-gray-900 mb-4">Quick Links</h5><ul class=space-y-2><li><a href=/ class="text-gray-600 hover:text-primary-600">Home</a></li><li><a href=/ class="text-gray-600 hover:text-primary-600">Courses</a></li><li><a href=/about class="text-gray-600 hover:text-primary-600">About</a></li></ul></div><div><h5 class="text-lg font-semibold text-gray-900 mb-4">Stay Updated</h5><p class="text-gray-600 mb-4">Subscribe to get notified about new courses and learning resources.</p><form class=space-y-3><div><input type=email placeholder="Enter your email" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:ring-2 focus:ring-primary-500 focus:border-primary-500"></div><button type=submit class="w-full bg-primary-600 text-white px-4 py-2 rounded-md hover:bg-primary-700 transition duration-150">
Subscribe</button></form></div></div><div class="mt-8 pt-8 border-t border-gray-200"><p class="text-center text-gray-500">© 2024 Learn AI TV. All rights reserved.</p></div></div></footer><script src=https://learnaitv.com/js/main.js defer></script><script src=/js/search.js></script></body></html>