# Miércoles 2023/10/18 semana B
# Labs que veremos en clase
# Temas que veremos en clase
Veremos como hacer que nuestros Codespaces carguen ciertos scripts y aliases al arrancar.
- Personalizing your Codespaces
- The GitHub REST API
- GitHub Cli api command
- Iterables
- Name Collisions
- Generators
- Async-Await ≈ Generators + Promises
# Algunas Soluciones
- ULL-MII-SYTWS/async-await-solution (opens new window). Private repo
- ULL-MII-SYTWS/generators-solution (opens new window). Solution to Generators and Iterables (opens new window) lab. Public repo.
- ULL-MII-SYTWS/building-async-await-solution (opens new window). Private repo
# Referencias
- Dejamos aquí un enlace a los apuntes de "Introduction to the JS Event Loop"