Skip to content

Commit 8fa7fd7

Browse files
authored
Merge pull request #161 from jun216tee/main
Update README.md
2 parents 3efc2ad + eff6e47 commit 8fa7fd7

File tree

1 file changed

+5
-5
lines changed
  • 10-Challenging-GitHub-Copilot-with-SQL

1 file changed

+5
-5
lines changed

10-Challenging-GitHub-Copilot-with-SQL/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<a href="#learning-objectives">Learning Objectives</a>
88
</p>
99

10-
- **Who is this for**: Any tecnologist that is looking to advance basic techniques when working with GitHub Copilot. Software Engineers, Data Engineers, Data Scientists, and anyone working with challenging codebases or code projects.
11-
- **What you'll learn**: You'll use advanced GItHub Copilot techniques that are specifically useful when working with challenging problems. These techniques and patterns can be applied to difficult problems and when GitHub Copilot isn't providing the best answer.
10+
- **Who is this for**: Any technologist that is looking to advance basic techniques when working with GitHub Copilot. Software Engineers, Data Engineers, Data Scientists, and anyone working with challenging codebases or code projects.
11+
- **What you'll learn**: You'll use advanced GitHub Copilot techniques that are specifically useful when working with challenging problems. These techniques and patterns can be applied to difficult problems and when GitHub Copilot isn't providing the best answer.
1212
- **What you'll build**: A database with highly specific data with advanced queries that are unit tested for validation and correctness.
1313

1414
## Requirements
@@ -25,7 +25,7 @@ In this workshop, you will:
2525

2626
- Use advanced GitHub Copilot interaction techniques to deal with complex problems regarding SQL queries.
2727
- Iterate, validate, and refine answers to get better and more accurate suggestions
28-
- Apply generic concpets that can improve suggestions and select from different strategies that can yield better results.
28+
- Apply generic concepts that can improve suggestions and select from different strategies that can yield better results.
2929
- Get a clear understanding on poor prompting techniques, and how these can
3030
affect drastically the output from GitHub Copilot.
3131

@@ -110,7 +110,7 @@ For Copilot, ensure that your prompts are detailed, but concise. Tools often wor
110110
> Be specific with your tools, but also check results, as tools might not always fully understand context unless properly guided.
111111
112112
### 9. Seek Feedback and Collaboration
113-
When tackling a complex task, especially one that involves code or queries, collaboration and feedback are crucial. Don’t hesitate to ask peers or communities for insights or review.
113+
When tackling a complex task, especially one that involves code or queries, collaboration and feedback are crucial. Don’t hesitate to ask peers or communities for insights or reviews.
114114

115115
For example, when creating a complex SQL query, someone else might see potential issues or better optimization strategies that you might have missed.
116116

@@ -133,7 +133,7 @@ For AI model prompts: When asking for something complex (like generating code, t
133133
For design or content generation: Define the purpose, break down design elements, and provide examples or inspiration, then refine based on feedback.
134134

135135
Final Thoughts:
136-
Complex generation problems often involve a balance of clarity, decomposition, iteration, and validation. Whether it's a SQL query or any other task, keeping these concepts in mind will allow you to generate more accurate, efficient, and reliable results.
136+
Complex generation problems often involve a balance of clarity, decomposition, iteration, and validation. Whether it's an SQL query or any other task, keeping these concepts in mind will allow you to generate more accurate, efficient, and reliable results.
137137

138138

139139

0 commit comments

Comments
 (0)