Skip to content

Commit 725ffae

Browse files
author
Mariana Azevedo
authored
Update README.md
1 parent 4517d92 commit 725ffae

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,30 @@
11
# java-tutorials
2-
A public list of open-source tutorials written by me about Java and its frameworks
2+
A public list of open-source tutorials written by me about Java, DevOps (with Java) and its frameworks on Medium (https://mari-azevedo.medium.com/).
3+
4+
## Java Tutorials
5+
6+
| Language | Subject | Title | Article Link | Github Repo
7+
|--|--|--|--|--|
8+
| PT-BR | Best practices | Tem um tempinho para conversarmos sobre boas práticas de programação com Java? | https://bit.ly/3mks67A | https://github.com/mariazevedo88/artigo-boas-praticas-medium |
9+
| PT-BR | Unit Testing | Qualidade e JUnit: introduzindo automatização de testes unitários do seu software Java no dia-a-dia | https://bit.ly/35KFWd5 | - |
10+
| PT-BR | S.O.L.I.D | Princípios S.O.L.I.D: o que são e porque projetos devem utilizá-los | https://bit.ly/2HxSegp | https://github.com/mariazevedo88/artigo-solid-medium |
11+
| EN | Best practices | Do you have time to talk about best coding practices with Java? | https://bit.ly/35vNlfZ | https://github.com/mariazevedo88/artigo-boas-praticas-medium |
12+
| EN | S.O.L.I.D | S.O.L.I.D principles: what are they and why projects should use them | https://bit.ly/3omJR8j | https://github.com/mariazevedo88/artigo-solid-medium |
13+
14+
## Spring Tutorials
15+
16+
| Language | Subject | Title | Article Link | Github Repo
17+
|--|--|--|--|--|
18+
| PT-BR | Spring Boot/Spring Framework | Construindo uma API RESTful com Java e Spring Framework — Parte 1 | https://bit.ly/2G27S3e | https://github.com/mariazevedo88/financial-java-api |
19+
| PT-BR | Spring Boot/Spring Framework | Construindo uma API RESTful com Java e Spring Framework — Parte 2 | https://bit.ly/3kryWYH | https://github.com/mariazevedo88/financial-java-api |
20+
| PT-BR | Spring Boot/Spring Framework | Construindo uma API RESTful com Java e Spring Framework — Parte 3 | https://bit.ly/3mwuvMT | https://github.com/mariazevedo88/financial-java-api |
21+
| PT-BR | Spring Boot/Spring Framework | Construindo uma API RESTful com Java e Spring Framework — Parte 4 | https://bit.ly/3on56Xx | https://github.com/mariazevedo88/financial-java-api |
22+
| PT-BR | Spring Boot | 15 boas práticas para desenvolvimento de aplicações com Spring Boot | https://bit.ly/3juBhk2 | - |
23+
24+
## DevOps Tutorials
25+
26+
| Language | Subject | Title | Article Link | Github Repo
27+
|--|--|--|--|--|
28+
| PT-BR | Source code analysis | Existe avaliação e garantia de qualidade no seu código durante o desenvolvimento e depois do deploy? | https://bit.ly/3mob8Fl | - |
29+
| EN | Source code analysis | Is there evaluation and quality assurance in your code during development and after the deploy? | https://bit.ly/3dR7zVm | - |
30+
| PT-BR | Continuous Integration | Utilizando Travis CI como servidor de integração contínua em projetos open-source: um exemplo com a linguagem Java | https://bit.ly/35wdgUJ | - |

0 commit comments

Comments
 (0)