-
Notifications
You must be signed in to change notification settings - Fork 462
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: agregar referencias de material de apoyo para Java (#1674)
* Change environment configuration with reference * Add main class * Add FAQ documentation for Guess the Number project * Translate FAQ to Portuguese * Fix project slack channel reference Signed-off-by: Christian Valencia <[email protected]> * Update projects/05-guess-the-number/README.pt.md Co-authored-by: Ivy Feraco <[email protected]> * Agregar videos de apoyo Signed-off-by: Christian Valencia <[email protected]> * Agregar referencia al material de apoyo Signed-off-by: Christian Valencia <[email protected]> * Update FAQ links for IntelliJ and vscode * Fix formatting in FAQ-java.md * Update link to first test in IntelliJ * Delete FAQ from guess the Number Signed-off-by: Christian Valencia <[email protected]> * Update projects/05-guess-the-number/docs/FAQ-java.md Co-authored-by: Ivy Feraco <[email protected]> * Update projects/05-guess-the-number/docs/FAQ-java.md Co-authored-by: Ivy Feraco <[email protected]> * Guide description improvements Signed-off-by: Christian Valencia <[email protected]> * Update projects/05-guess-the-number/docs/README-java.pt.md --------- Signed-off-by: Christian Valencia <[email protected]> Co-authored-by: Ivy Feraco <[email protected]> Co-authored-by: Ivy Feraco <[email protected]>
- Loading branch information
1 parent
cdb7924
commit c9a8872
Showing
4 changed files
with
71 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,28 @@ | ||
# FAQ - Java (preguntas frecuentes) | ||
|
||
- ¿Cómo puedo instalar lo necesario para comensar? | ||
|
||
Puedes consultar la siguiente | ||
[Guía sobre Java setup](https://github.com/Laboratoria/java-setup) | ||
|
||
- ¿Cómo puedo aprender los conceptos básicos de POO? | ||
|
||
Puedes consultar la siguiente | ||
[Guía sobre Programación orienta a objectos](https://github.com/Laboratoria/java-oop) | ||
|
||
- ¿Cómo puedo crear una aplicación en Java? | ||
|
||
Puedes consultar el siguiente video en | ||
[IntelliJ](https://www.youtube.com/watch?v=VcvJBeYxVto) o [vscode](https://www.youtube.com/watch?v=cnQ9O9zX4ls) | ||
|
||
- Primeros pasos para crear el primer test | ||
|
||
Puedes consultar el siguiente video en | ||
[del primer test en IntelliJ](https://www.youtube.com/watch?v=8VtSNVwyHg4) | ||
o [del primer test en vscode](https://www.youtube.com/watch?v=8Jgw4Ne4Qqg) | ||
|
||
- Primeros pasos para crear el primer mock | ||
|
||
Puedes consultar el siguiente video en | ||
[del primer mock en IntelliJ](https://www.youtube.com/watch?v=xiMOETNNk3w) | ||
o [del primer mock en vscode](https://www.youtube.com/watch?v=YNJGfM_ztCo) |
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,30 @@ | ||
# FAQ - Java (Perguntas Frequentes) | ||
|
||
Lembrete: os vídeos estão em espanhol, mas a equipe do | ||
Laboratoria os traduziu para o português. Tudo o que você | ||
precisa fazer é ativar as legendas do YouTube. | ||
|
||
- Como posso instalar o necessário para começar? | ||
|
||
Você pode consultar o seguinte | ||
[Guia de configuração do Java](https://github.com/Laboratoria/java-oop/blob/main/README.pt.md) | ||
|
||
- Como posso aprender os conceitos básicos de POO (Programação Orientada a Objetos)? | ||
|
||
Você pode consultar o seguinte | ||
[Guia de programação orientada a objetos](https://github.com/Laboratoria/java-oop/blob/main/README.pt.md) | ||
|
||
- Como posso criar uma aplicação em Java? | ||
|
||
Você pode assistir ao seguinte vídeo no | ||
[IntelliJ](https://www.youtube.com/watch?v=VcvJBeYxVto) ou [vscode](https://www.youtube.com/watch?v=cnQ9O9zX4ls) | ||
|
||
- Primeiros passos para criar o primeiro teste | ||
|
||
Você pode assistir ao seguinte vídeo no | ||
[IntelliJ](https://www.youtube.com/watch?v=8Jgw4Ne4Qqg) ou [vscode](https://www.youtube.com/watch?v=8Jgw4Ne4Qqg) | ||
|
||
- Primeiros passos para criar o primeiro mock | ||
|
||
Você pode assistir ao seguinte vídeo no | ||
[IntelliJ](https://www.youtube.com/watch?v=xiMOETNNk3w) ou [vscode](https://www.youtube.com/watch?v=YNJGfM_ztCo) |
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