-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/isidore/Talks
- Loading branch information
Showing
4 changed files
with
47 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# TDD with ChatGPT | ||
## Talk Resources | ||
|
||
* [Slides](https://github.com/LearnWithLlew/TddWithChatGPT/blob/main/slides/TDD_with_ChatGPT.pptx) | ||
* [Code](https://github.com/LearnWithLlew/TddWithChatGPT/) | ||
|
||
* Chat GPT Prompting [Intro Talk] | ||
* [resources](https://github.com/isidore/Talks/blob/master/ChatGPTPrompting.md) | ||
* [video](https://www.youtube.com/live/O18bqBlD1Rw?si=0t_uGtfDdckZIiKE&t=925) | ||
|
||
|
||
### Videos | ||
* [2024-05-15 Meetup](https://www.youtube.com/watch?v=exD6CGWn-FQ) | ||
|
||
|
||
|
||
## Llewellyn's<!-- include: llewellyn.md --> | ||
|
||
* [Blog](https://llewellynfalco.blogspot.com/) | ||
* [ApprovalTests](https://github.com/approvals/) | ||
* [YouTube](https://www.youtube.com/user/isidoreus/videos) | ||
* [Twitch](https://www.twitch.tv/llewellynfalco) | ||
* [Learn With Llew](https://github.com/LearnWithLlew) | ||
|
||
I'm a Technical Agile Coach. You can [hire me](http://llewellynfalco.blogspot.com/p/hire-me.html) | ||
<!-- endInclude --> | ||
|
||
|
||
## Description | ||
"In my talk, 'TDD with ChatGPT,' I do a live coding demo where I write the tests and ChatGPT writes the code. We’ll see how to break problems into bite-sized pieces, prompt with tests, and iterate based on real feedback. This session aims to show a practical, middle-ground approach to working with AI, avoiding the extremes of 'AI is useless' or 'AI is magical'." | ||
|
||
### Learning Objectives: | ||
* Practical TDD | ||
* Effective Prompting | ||
* Iterative Feedback |