{"id":22169557,"url":"https://github.com/levmn/intro-java","last_synced_at":"2025-03-24T17:22:53.458Z","repository":{"id":131212000,"uuid":"437556982","full_name":"levmn/intro-java","owner":"levmn","description":"🚀 exercícios de prática à linguagem java no eclipse. referente ao bloco 1 do bootcamp da @generationbrasil.","archived":false,"fork":false,"pushed_at":"2022-03-21T14:56:19.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T22:17:47.107Z","etag":null,"topics":["eclipse","java"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/levmn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-12-12T13:44:32.000Z","updated_at":"2022-04-04T11:05:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"d5b03a4b-c773-4b76-aaed-71496bddf25b","html_url":"https://github.com/levmn/intro-java","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/levmn%2Fintro-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levmn%2Fintro-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levmn%2Fintro-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levmn%2Fintro-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/levmn","download_url":"https://codeload.github.com/levmn/intro-java/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245315818,"owners_count":20595319,"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":["eclipse","java"],"created_at":"2024-12-02T06:33:28.542Z","updated_at":"2025-03-24T17:22:53.431Z","avatar_url":"https://github.com/levmn.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch2 align=\"center\"\u003e🚀 Introdução à linguagem Java (Bloco 1 - Generation Brasil)\u003c/h2\u003e\n\u003cp\u003eRepositório referente ao primeiro bloco do bootcamp da \u003ca href=\"https://brazil.generation.org\"\u003eGeneration Brasil\u003c/a\u003e, com exercícios de prática à linguagem Java e lógica de programação no Eclipse.\u003c/p\u003e\n\u003cp\u003eClicando nas \u003cb\u003e\u003ci\u003eListas\u003c/i\u003e\u003c/b\u003e você será redirecionade aos exercícios que foram propostos durante o bloco, e em \u003cb\u003e\u003ci\u003eResoluções\u003c/i\u003e\u003c/b\u003e você será redirecionade para o repositório específico onde estão as resoluções feitas por mim.\u003c/p\u003e\n\n## 🔧 Tecnologias e aprendizado\n* Java;\n* Eclipse;\n* Lógica de programação.\n\n## 📁 Listas dos exercícios\n* \u003ca href=\"https://docs.google.com/document/d/1BMvwYO5TCCsB_w10H544eG1nKsPFmGvk/edit?usp=sharing\u0026ouid=113078803043115536805\u0026rtpof=true\u0026sd=true\"\u003e\u003cb\u003eLista 01\u003c/b\u003e\u003c/a\u003e - Programação sequencial (\u003ca href=\"https://github.com/levmn/intro_java/tree/main/ex_sequenciais\"\u003eResoluções\u003c/a\u003e);\n* \u003ca href=\"https://docs.google.com/document/d/1f81QMU92DzS-4wSZWRcEQT0uICKYREnF/edit?usp=sharing\u0026ouid=113078803043115536805\u0026rtpof=true\u0026sd=true\"\u003e\u003cb\u003eLista 02\u003c/b\u003e\u003c/a\u003e - Laços condicionais (\u003ca href=\"https://github.com/levmn/intro_java/tree/main/ex_lacoscondicionais\"\u003eResoluções\u003c/a\u003e);\n* \u003ca href=\"https://docs.google.com/document/d/1MbHB24c0AofaSRII3WN_NiD-vZ4UXESq/edit?usp=sharing\u0026ouid=113078803043115536805\u0026rtpof=true\u0026sd=true\"\u003e\u003cb\u003eLista 03\u003c/b\u003e\u003c/a\u003e - Laços de repetição (\u003ca href=\"https://github.com/levmn/intro_java/tree/main/ex_repeticao\"\u003eResoluções\u003c/a\u003e);\n* \u003ca href=\"https://docs.google.com/document/d/1uuwHIjDPwtaZN-e_lSkPRKNro9og66Bx/edit?usp=sharing\u0026ouid=113078803043115536805\u0026rtpof=true\u0026sd=true\"\u003e\u003cb\u003eLista 04\u003c/b\u003e\u003c/a\u003e - Arrays (\u003ca href=\"https://github.com/levmn/intro_java/tree/main/ex_arrays\"\u003eResoluções\u003c/a\u003e);\n* \u003ca href=\"https://docs.google.com/document/d/1OVQyHpdUFgls7q0xU8MkLLBHTy6QUXk0/edit?usp=sharing\u0026ouid=113078803043115536805\u0026rtpof=true\u0026sd=true\"\u003e\u003cb\u003eLista 05\u003c/b\u003e\u003c/a\u003e - Programação Orientada a Objetos (\u003ca href=\"https://github.com/levmn/intro_java/tree/main/ex_poo\"\u003eResoluções\u003c/a\u003e);\n* \u003ca href=\"https://docs.google.com/document/d/1XRV4HZ4JI5SfNMrVm1-YvAlIYZ_1PJfz/edit?usp=sharing\u0026ouid=113078803043115536805\u0026rtpof=true\u0026sd=true\"\u003e\u003cb\u003eLista 06\u003c/b\u003e\u003c/a\u003e - Herança/Polimorfismo (\u003ca href=\"https://github.com/levmn/intro_java/tree/main/ex_poo1\"\u003eResoluções\u003c/a\u003e);\n* \u003ca href=\"https://docs.google.com/document/d/1XRV4HZ4JI5SfNMrVm1-YvAlIYZ_1PJfz/edit?usp=sharing\u0026ouid=113078803043115536805\u0026rtpof=true\u0026sd=true\"\u003e\u003cb\u003eLista 07\u003c/b\u003e\u003c/a\u003e - Collections/List (\u003ca href=\"https://github.com/levmn/intro_java/tree/main/ex_collections\"\u003eResoluções\u003c/a\u003e);\n* \u003ca href=\"https://docs.google.com/document/d/1XRV4HZ4JI5SfNMrVm1-YvAlIYZ_1PJfz/edit?usp=sharing\u0026ouid=113078803043115536805\u0026rtpof=true\u0026sd=true\"\u003e\u003cb\u003eLista 08\u003c/b\u003e\u003c/a\u003e - Herança/Polimorfismo (\u003ca href=\"https://github.com/levmn/intro_java/tree/main/ex_poo2\"\u003eResoluções\u003c/a\u003e).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevmn%2Fintro-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flevmn%2Fintro-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevmn%2Fintro-java/lists"}