{"id":26947255,"url":"https://github.com/r8vnhill/dibs","last_synced_at":"2026-05-08T13:37:37.505Z","repository":{"id":255724607,"uuid":"853165196","full_name":"r8vnhill/dibs","owner":"r8vnhill","description":"Curso sobre diseño e implementación de bibliotecas de software. Incluye sistemas de construcción, testing, OOP, genéricos, programación funcional y más, con Kotlin y Docusaurus.","archived":false,"fork":false,"pushed_at":"2025-07-13T19:13:59.000Z","size":4778,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-13T21:22:53.395Z","etag":null,"topics":["bdd","build-systems","clean-code","course","docusaurus","functional-programming","functors","generic-programming","gradle","kotlin","monads","oop","open-source","property-based-testing","software-design","software-engineering","software-libraries","static-analysis","teaching","testing"],"latest_commit_sha":null,"homepage":"https://dibs.pages.dev","language":"TypeScript","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/r8vnhill.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,"zenodo":null}},"created_at":"2024-09-06T05:46:33.000Z","updated_at":"2025-07-13T19:14:02.000Z","dependencies_parsed_at":"2024-10-16T22:04:20.564Z","dependency_job_id":"7434bf81-bc02-422f-a2ae-cb1a86095155","html_url":"https://github.com/r8vnhill/dibs","commit_stats":null,"previous_names":["r8vnhill/dibs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/r8vnhill/dibs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r8vnhill%2Fdibs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r8vnhill%2Fdibs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r8vnhill%2Fdibs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r8vnhill%2Fdibs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r8vnhill","download_url":"https://codeload.github.com/r8vnhill/dibs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r8vnhill%2Fdibs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32782955,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bdd","build-systems","clean-code","course","docusaurus","functional-programming","functors","generic-programming","gradle","kotlin","monads","oop","open-source","property-based-testing","software-design","software-engineering","software-libraries","static-analysis","teaching","testing"],"created_at":"2025-04-02T20:18:51.665Z","updated_at":"2026-05-08T13:37:37.470Z","avatar_url":"https://github.com/r8vnhill.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Diseño e Implementación de Bibliotecas de Software (DIBS)\n\nEste repositorio contiene el sitio web del curso **Diseño e Implementación de Bibliotecas de Software** (DIBS), desarrollado con [Docusaurus](https://docusaurus.io/). El curso está orientado a estudiantes de ciencias de la computación con conocimientos previos en programación orientada a objetos y cubre principios, herramientas y técnicas para diseñar e implementar bibliotecas de software robustas y reutilizables.\n\n## 📚 Temario\n\nEste curso tiene una duración sugerida de **15 semanas**, con una carga de trabajo de **10 horas semanales** (3 horas de cátedra + 7 horas de trabajo autónomo).\n\n### Contenidos del curso\n\n#### Unidad 1: Introducción (1.5 semanas)\n- Introducción a bibliotecas de software\n- Principios de código limpio y mantenible\n- Sintaxis de lenguaje de programación\n- Void-safety\n- Repaso de programación orientada a objetos\n\n#### Unidad 2: Build Systems (3 semanas)\n- Introducción a build systems\n- Manejo de dependencias\n- Automatización de tareas\n- Compilación y empaquetado de aplicaciones\n- Compilación y empaquetado de bibliotecas\n- Publicación de bibliotecas\n\n#### Unidad 3: Testing (3 semanas)\n- Behavior-driven development (BDD)\n- Data-driven testing (DDT)\n- Aserciones avanzadas\n- Property-based testing (PBT)\n- Generadores arbitrarios\n- Desarrollo de propiedades\n- Reducción de casos de prueba\n\n#### Unidad 4: Programación Genérica (1 semana)\n- Polimorfismo paramétrico\n- Varianza en sitio de declaración\n- Varianza en sitio de uso\n- Borrado de tipos\n- Reificación de tipos\n\n#### Unidad 5: Programación Orientada a Objetos (2 semanas)\n- Problema de la base débil\n- Métodos de extensión\n- Tipos anónimos\n- Sobrecarga de operadores\n- Variables y funciones estáticas\n- Herencia múltiple\n- Soluciones al problema del diamante\n\n#### Unidad 6: Programación Funcional (3.5 semanas)\n- Funciones puras y efectos secundarios\n- Funciones de alto orden\n- Funciones lambda\n- Tipos de datos algebraicos\n- Functores\n- Mónadas\n\n#### Unidad 7: Colecciones (1 semana)\n- Iterator pattern\n- Colecciones inmutables\n- Colecciones mutables\n- Operaciones sobre colecciones\n\n---\n\n## 🚀 Tecnologías utilizadas\n\n- [Docusaurus 2](https://docusaurus.io/)\n- [Markdown](https://www.markdownguide.org/)\n- [Mermaid](https://mermaid.js.org/) para diagramas\n\n## 📦 Instalación local\n\n```bash\nnpm install\nnpm run start\n```\n\n## 🌐 Sitio web\n\nPuedes acceder al sitio del curso en: [https://dibs.pages.dev](https://dibs.pages.dev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr8vnhill%2Fdibs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr8vnhill%2Fdibs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr8vnhill%2Fdibs/lists"}