{"id":20672661,"url":"https://github.com/bh-tec/dio-potecia-tech-ifood-java","last_synced_at":"2025-04-19T19:09:54.835Z","repository":{"id":111489659,"uuid":"543662881","full_name":"BH-Tec/Dio-Potecia-Tech-iFood-Java","owner":"BH-Tec","description":"Repositório criado para os desafios de códigos da Potência Tech powered by iFood - Java Beginners da DIO.","archived":false,"fork":false,"pushed_at":"2022-10-05T15:09:56.000Z","size":42,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-11-16T20:38:21.944Z","etag":null,"topics":["bootcamp","desafio-de-codigo","dio","ifood","java"],"latest_commit_sha":null,"homepage":"","language":"Java","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/BH-Tec.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":"2022-09-30T15:20:36.000Z","updated_at":"2024-08-08T04:16:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"73e4d1ab-b354-49c6-9825-ced7877e6f56","html_url":"https://github.com/BH-Tec/Dio-Potecia-Tech-iFood-Java","commit_stats":null,"previous_names":["bh-tec/dio-potecia-tech-ifood-java"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BH-Tec%2FDio-Potecia-Tech-iFood-Java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BH-Tec%2FDio-Potecia-Tech-iFood-Java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BH-Tec%2FDio-Potecia-Tech-iFood-Java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BH-Tec%2FDio-Potecia-Tech-iFood-Java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BH-Tec","download_url":"https://codeload.github.com/BH-Tec/Dio-Potecia-Tech-iFood-Java/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224970172,"owners_count":17400294,"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":["bootcamp","desafio-de-codigo","dio","ifood","java"],"created_at":"2024-11-16T20:38:25.608Z","updated_at":"2024-11-16T20:38:26.916Z","avatar_url":"https://github.com/BH-Tec.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  Potência Tech powered by iFood - Java Beginners\n\u003c/h1\u003e\n\n\u003ch2 align=\"center\"\u003e\n  \u003cimg src=\"./assets/potencia-tech.webp\" width=\"250px\"\u003e\n\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#-projeto\"\u003e🖥️ Projeto\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#-tecnologias\"\u003e🚀 Tecnologias\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#-license\"\u003e📝 License\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch2 align=\"center\"\u003e\n  \u003ca href=\"https://wakatime.com/badge/user/68660678-6b86-4b78-98df-f5f41a37e1bc/project/4ea4b070-5be6-4f70-b817-0a91f5df7279\"\u003e\u003cimg src=\"https://wakatime.com/badge/user/68660678-6b86-4b78-98df-f5f41a37e1bc/project/4ea4b070-5be6-4f70-b817-0a91f5df7279.svg\" alt=\"wakatime\"\u003e\u003c/a\u003e\n\u003c/h2\u003e\n\n## 💻 Projeto\n\nRepositório criado para os desafios de códigos da Potência Tech powered by iFood - Java Beginners da DIO.\n\n## 🚀 Tecnologias\n\nEsse projeto foi desenvolvido com as seguintes tecnologias:\n\n- Java\n\n## 📝 License\n\nEsse projeto está sob a licença MIT. Veja o arquivo [LICENSE](LICENSE) para mais detalhes.\n\n---\n\n## 📚 Lista dos Desafios\n\n### Dominando Algoritmos Básicos com Desafios de Código Java\n\n- Os números são iguais? [Ver aqui](./OsNumerosSaoIguais/OsNumerosSaoIguais.java)\n- Somando múltiplos [Ver aqui](./SomandoMultiplos/SomandoMultiplos.java)\n- Uma chamada recursiva [Ver aqui](./ChamadaRecursiva/ChamadaRecursiva.java)\n- FizzBuzz [Ver aqui](./FizzBuzz/FizzBuzz.java)\n- Busca Sequencial [Ver aqui](./BuscaSequencial/BuscaSequencial.java)\n\n### Dominando Algoritmos Intermediários com Desafios de Código Java\n\n- Checagem de palíndromo [Ver aqui](./ChecagemDePalindromos/ChecagemDePalindromos.java)\n- Validação de Parênteses [Ver aqui](./ValidacaoDeParenteses/ValidacaoDeParenteses.java)\n- Quadrados Perfeitos [Ver aqui](./QuadradosPerfeitos/ValidacaoDeParenteses.java)\n- Classificando Matrizes [Ver aqui](./ClassificandoMatrizes/Main.java)\n- Fatorial Desajeitado [Ver aqui](./FatorialDesajeitado/FatorialDesajeitado.java)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbh-tec%2Fdio-potecia-tech-ifood-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbh-tec%2Fdio-potecia-tech-ifood-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbh-tec%2Fdio-potecia-tech-ifood-java/lists"}