-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: ✨ add new session with IA (#360)
- Loading branch information
1 parent
1048a8e
commit 5a31f08
Showing
1 changed file
with
26 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Sesión ia | ||
|
||
## Ejercicios | ||
|
||
### Beginner | ||
|
||
- [**Transpose matrix**](../exercises/ia-transpose-matrix/README.md) | ||
|
||
### Intermediate | ||
|
||
- [**Living heart**](../exercises/ia-css-living-heart/README.md) | ||
|
||
### Advanced | ||
|
||
- [**ID Card**](../exercises/ia-id-card/README.md) | ||
- [**Minesweeper**](../exercises/ia-minesweeper/README.md) | ||
|
||
## Kahoot | ||
|
||
-[https://create.kahoot.it/share/session-ia/063bcdbe-45ad-4b4c-b2bc-772ed76c0391](https://create.kahoot.it/share/session-ia/063bcdbe-45ad-4b4c-b2bc-772ed76c0391) | ||
|
||
## Artículos de IA que puedes leer en tu tiempo libre | ||
|
||
- [Integrating ChatGPT into Software Development Workflow](https://www.linkedin.com/pulse/integrating-chatgpt-software-development-workflow-step-by-step/) | ||
- [How to use ChatGPT to write code](https://www.pluralsight.com/blog/software-development/how-use-chatgpt-programming-coding) | ||
- [Modelos de códice y Azure OpenAI Service](https://learn.microsoft.com/es-es/azure/cognitive-services/openai/how-to/work-with-code) |