{"id":14977547,"url":"https://github.com/mariazevedo88/java-tutorials","last_synced_at":"2025-10-28T04:31:25.995Z","repository":{"id":71003305,"uuid":"306948639","full_name":"mariazevedo88/java-tutorials","owner":"mariazevedo88","description":"A public list of open-source tutorials written by me about Java and its frameworks","archived":false,"fork":false,"pushed_at":"2020-10-27T00:55:50.000Z","size":8,"stargazers_count":30,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-01T11:24:47.703Z","etag":null,"topics":["devops-tutorial","devops-tutorials","java-tutorial","java-tutorials","java11","medium","medium-article","medium-article-series","medium-articles","spring-boot","spring-framework","spring-mvc","spring-tutorial","spring-tutorials"],"latest_commit_sha":null,"homepage":"https://mari-azevedo.medium.com/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mariazevedo88.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-24T18:41:45.000Z","updated_at":"2024-08-28T16:36:01.000Z","dependencies_parsed_at":"2024-02-23T00:33:31.318Z","dependency_job_id":null,"html_url":"https://github.com/mariazevedo88/java-tutorials","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariazevedo88%2Fjava-tutorials","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariazevedo88%2Fjava-tutorials/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariazevedo88%2Fjava-tutorials/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariazevedo88%2Fjava-tutorials/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mariazevedo88","download_url":"https://codeload.github.com/mariazevedo88/java-tutorials/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238597386,"owners_count":19498396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["devops-tutorial","devops-tutorials","java-tutorial","java-tutorials","java11","medium","medium-article","medium-article-series","medium-articles","spring-boot","spring-framework","spring-mvc","spring-tutorial","spring-tutorials"],"created_at":"2024-09-24T13:55:51.555Z","updated_at":"2025-10-28T04:31:23.182Z","avatar_url":"https://github.com/mariazevedo88.png","language":null,"readme":"# java-tutorials\nA public list of open-source tutorials written by me about Java, DevOps (with Java) and its frameworks on Medium (https://mari-azevedo.medium.com/).\n\n## Java Tutorials \n\n| Language | Subject | Title | Link | Github Repo \n|--|--|--|--|--|\n| PT-BR | Best practices | Tem um tempinho para conversarmos sobre boas práticas de programação com Java? | [Article 📰](https://bit.ly/3mks67A) | [Code 👩‍💻](https://github.com/mariazevedo88/artigo-boas-praticas-medium) |\n| PT-BR | Unit Testing | Qualidade e JUnit: introduzindo automatização de testes unitários do seu software Java no dia-a-dia | [Article 📰](https://bit.ly/35KFWd5) | - |\n| PT-BR | S.O.L.I.D | Princípios S.O.L.I.D: o que são e porque projetos devem utilizá-los | [Article 📰](https://bit.ly/2HxSegp) | [Code 👩‍💻](https://github.com/mariazevedo88/artigo-solid-medium) |\n| EN | Best practices | Do you have time to talk about best coding practices with Java? | [Article 📰](https://bit.ly/35vNlfZ) | [Code 👩‍💻](https://github.com/mariazevedo88/artigo-boas-praticas-medium) |\n| EN | S.O.L.I.D | S.O.L.I.D principles: what are they and why projects should use them | [Article 📰](https://bit.ly/3omJR8j) | [Code 👩‍💻](https://github.com/mariazevedo88/artigo-solid-medium) |\n\n## Spring Tutorials\n\n| Language | Subject | Title | Article Link | Github Repo \n|--|--|--|--|--|\n| PT-BR | Spring Boot/Spring Framework | Construindo uma API RESTful com Java e Spring Framework — Parte 1 | [Article 📰](https://bit.ly/2G27S3e) | [Code 👩‍💻](https://github.com/mariazevedo88/financial-java-api) |\n| PT-BR | Spring Boot/Spring Framework | Construindo uma API RESTful com Java e Spring Framework — Parte 2 | [Article 📰](https://bit.ly/3kryWYH) | [Code 👩‍💻](https://github.com/mariazevedo88/financial-java-api) |\n| PT-BR | Spring Boot/Spring Framework | Construindo uma API RESTful com Java e Spring Framework — Parte 3 | [Article 📰](https://bit.ly/3mwuvMT) | [Code 👩‍💻](https://github.com/mariazevedo88/financial-java-api) |\n| PT-BR | Spring Boot/Spring Framework | Construindo uma API RESTful com Java e Spring Framework — Parte 4 | [Article 📰](https://bit.ly/3on56Xx) | [Code 👩‍💻](https://github.com/mariazevedo88/financial-java-api) |\n| PT-BR | Spring Boot | 15 boas práticas para desenvolvimento de aplicações com Spring Boot | [Article 📰](https://bit.ly/3juBhk2) | - |\n| EN | Spring Boot/Spring Framework | Building a RESTful API with Java and Spring Framework — Part 1 | [Article 📰](https://bit.ly/3e1BVVm) | [Code 👩‍💻](https://github.com/mariazevedo88/financial-java-api) |\n\n## DevOps Tutorials \n\n| Language | Subject | Title | Article Link | Github Repo \n|--|--|--|--|--|\n| PT-BR | Source code analysis | Existe avaliação e garantia de qualidade no seu código durante o desenvolvimento e depois do deploy? | [Article 📰](https://bit.ly/3mob8Fl) | - |\n| EN | Source code analysis | Is there evaluation and quality assurance in your code during development and after the deploy? | [Article 📰](https://bit.ly/3dR7zVm) | - |\n| PT-BR | Continuous Integration | Utilizando Travis CI como servidor de integração contínua em projetos open-source: um exemplo com a linguagem Java | [Article 📰](https://bit.ly/35wdgUJ) | - |\n\n## License\n\n[MIT](/license) \u0026copy; Mariana Azevedo\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariazevedo88%2Fjava-tutorials","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmariazevedo88%2Fjava-tutorials","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariazevedo88%2Fjava-tutorials/lists"}