{"id":20411303,"url":"https://github.com/davorpa/hab-homeworks","last_synced_at":"2026-05-09T08:06:07.858Z","repository":{"id":151265202,"uuid":"304679272","full_name":"davorpa/hab-homeworks","owner":"davorpa","description":"Hack A Boss Bootcamp - Module Homeworks","archived":false,"fork":false,"pushed_at":"2020-10-28T16:12:50.000Z","size":2538,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-15T13:12:13.921Z","etag":null,"topics":["bootcamp","classnotes","css","css3","es6-javascript","exercises","exercism","hack-a-boss","hackaboss","homeworks","html","html5","javascript"],"latest_commit_sha":null,"homepage":"https://davorpa.github.io/hab-homeworks","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davorpa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-16T16:18:18.000Z","updated_at":"2022-01-13T05:51:57.000Z","dependencies_parsed_at":"2023-04-19T18:16:52.735Z","dependency_job_id":null,"html_url":"https://github.com/davorpa/hab-homeworks","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/davorpa%2Fhab-homeworks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davorpa%2Fhab-homeworks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davorpa%2Fhab-homeworks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davorpa%2Fhab-homeworks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davorpa","download_url":"https://codeload.github.com/davorpa/hab-homeworks/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241955045,"owners_count":20048406,"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","classnotes","css","css3","es6-javascript","exercises","exercism","hack-a-boss","hackaboss","homeworks","html","html5","javascript"],"created_at":"2024-11-15T05:52:09.645Z","updated_at":"2026-05-09T08:06:02.815Z","avatar_url":"https://github.com/davorpa.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hab-homeworks\n\nThis project _(Module Homeworks)_ holds the coding exercises 🧑‍💻 planed by teachers 🧑‍🏫 at [Hack A Boss bootcamp](https://hackaboss.dev/bootcamp-programacion-remoto).\n\nAlso some miniprojects and classnotes 🏫 📖📝 to increase skills related with that planning.\n\nWe are hackers 🧑‍🎓🧑‍💻🧞, we are bossers 🕴️, we are remoters 🌐⛓️.\n\nMade with ❤️‍🔥 from 🇪🇸.\n\n## Status\n\n|    Section     |    SKILL        |          |\n|:--------------:|----------------:|:--------:|\n| [Class notes][sec1.0]           ||    🚧    |\n|                | HTML            |    🚧    |\n|                | CSS3            |    🚧    |\n|                | JAVASCRIPT ES6  |    🚧    |\n| [Exercises][sec2.0]             ||    🚧    |\n|                | HTML            |    🚧    |\n|                | CSS3            |    🚧    |\n|                | JAVASCRIPT ES6  |    🚧    |\n\n[sec1.0]: ./classnotes \"Ir a la sección\"\n[sec2.0]: ./exercises  \"Ir a la sección\"\n\n*Legend:*\n- 🔜 : Comming soon.\n- 🚧 : WIP. Work in progress.\n- 🏁 : Finished.\n\n\n## Requirements\n\n**Git**. https://git-scm.com\n\n```bash\nsudo apt install git\n```\n\n**NodeJS 12.x**. https://nodejs.org\n\n1. se puede instalar globalmente mediante:\n```bash\nsudo apt install nodejs\n```\n2. o a través de sus paquetes de NodeSource:\n  https://github.com/nodesource/distributions\n```bash\n# Instalamos el software previo\nsudo apt install curl\n\n# Descargamos el paquete, cargandolo en la sesion bash\nsudo curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -\n\n# y lo instalamos tomando la caché bash como fuente\nsudo apt install -y nodejs\n```\n3. también mediante su gestor de versiones **nvm** el cual nos permite una mayor flexibilidad.\n  https://github.com/nvm-sh/nvm\n  - Tener varias versiones instaladas a la vez e ir cambiando entre ellas según requisitos.\n  - Es útil sobre todo si andamos desarrollando varios proyectos con código legacy.\n  - No necesitar permisos de superusuario (root), porque su estructura de ficheros se guarda en nuestro `$HOME`.\n\n\n**Visual Studio Code**. https://code.visualstudio.com/\n\n1. se puede instalar desde la [tienda de Snaps](https://snapcraft.io/code) de Ubuntu\n2. como paquete Snap desde la terminal:\n```bash\nsudo snap install --classic code\n```\n3. como paquete `.deb` utilizando `apt`:\n```bash\n# Instalamos el software previo\nsudo apt update\nsudo apt install software-properties-common apt-transport-https wget\n\n# Descargamos e instalamos los certificados con los que estan firmados los paquetes de Microsoft\nwget -q https://packages.microsoft.com/keys/microsoft.asc -O- | sudo apt-key add -\n\n# Agregamos el repositorio\nsudo add-apt-repository \"deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main\"\n\n# Lanzamos la instalación\nsudo apt install code\n```\n\n\n## VS Code extensions\n\nEs útil instalar:\n\n- [EditorConfig for VS Code](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig): Permite a través de un fichero `.editorconfig` gestionar el formateo básico de nuestros ficheros a partir de reglas: charset, espacios en blanco, tamaño y tipo de indentado...\n- [Bracket Pair Colorizer 2](https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer-2): Ayuda visualmente al desarrollador con un mejor resaltado, entre otras cosas, de sintaxis en cuanto a parentesis, llaves y corchetes.\n- [indent-rainbow](https://marketplace.visualstudio.com/items?itemName=oderwat.indent-rainbow): Da color a tus niveles de indentación para una mejor lectura visualmente hablando.\n\n\n## How to contribute\n\nFor information ℹ️ on adding any content, please see first the [CONTRIBUTING file](CONTRIBUTING.md).\n\n\n## License\n\nThe content of this project itself and the underlying source code used to format and display that content is licensed under the [The GNU Affero General Public License Version 3](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavorpa%2Fhab-homeworks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavorpa%2Fhab-homeworks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavorpa%2Fhab-homeworks/lists"}