From 6a49ff639c9665963aa52980dcf2bbd638af538d Mon Sep 17 00:00:00 2001 From: Llewellyn Falco Date: Thu, 30 May 2024 12:09:49 +0200 Subject: [PATCH] indexes --- TddWithChatGpt.md | 4 +++- indexes/ai.md | 3 +++ indexes/tdd.md | 6 ++++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 indexes/ai.md create mode 100644 indexes/tdd.md diff --git a/TddWithChatGpt.md b/TddWithChatGpt.md index 8100246..0a830ce 100644 --- a/TddWithChatGpt.md +++ b/TddWithChatGpt.md @@ -12,7 +12,9 @@ ### Videos * [2024-05-15 Meetup](https://www.youtube.com/watch?v=exD6CGWn-FQ) - +## Related Talks +include: ai.md +include: tdd.md ## Llewellyn's diff --git a/indexes/ai.md b/indexes/ai.md new file mode 100644 index 0000000..f412e77 --- /dev/null +++ b/indexes/ai.md @@ -0,0 +1,3 @@ +### AI Talks +* [Tdd With ChatGPT](TddWithChatGpt.md) +* [ChatGPT Prompting](ChatGPTPrompting.md) \ No newline at end of file diff --git a/indexes/tdd.md b/indexes/tdd.md new file mode 100644 index 0000000..e190972 --- /dev/null +++ b/indexes/tdd.md @@ -0,0 +1,6 @@ +### TDD Talks +* [Tdd With ChatGPT](TddWithChatGpt.md) +* [Agile Technical Practices](AgileTechnicalPractices.md) +* [BDD vs Evil Programmer](BDDvsEvilProgrammer.md) +* [English to Code](EnglishToCode.md) +* [Fake it Till you Make it](FakeItTillYouMakeIt.md)