Sistemas y Tecnologías Web: Servidor

Master de II. ULL. 1er cuatrimestre


Organization ULL-MII-SYTWS-2122   Classroom ULL-MII-SYTWS-2122   Campus Virtual SYTWS   Chat Chat   Profesor Casiano

Clase del Miércoles 03/11/2021 (Presencial, Semana B)

Exercises on Asynchronous JS

Generators are function executions that can be suspended and resumed at a later point. Generators are useful when carrying out concepts such as ‘lazy execution’. This basically means that by suspending execution and resuming at will, we are able to pull values only when we need to. This exercise ask you to read the corresponding chapter of the Javascript info book.

After reading the chapter, the next exercise shows how Async Await can be implemented using generators and promises

Notes about the Lab “GitHub Cli”

Some of you have already written a gh extension using Node.JS. Let’s have a look at these.

Instructions about the delivery:

Create a repo for your extension in a repo ULL-MII-SYTWS-2122/gh-my-extension-name inside the classroom organization ULL-MII-SYTWS-2122. Add that repo as a git submodule to the repo associated to this lab assignment. Just leave the link to the assignment and extensions repos in the campus virtual

Lab: GraphQL-Simple-Server

Continue studying the basics of express and GraphQL

See the hello graphQL example at https://github.com/crguezl/learning-graphql-with-gh/tree/main/graphql-beginner-series

References

Comment with GitHub Utterances