Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (27 loc) · 1.44 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.44 KB

Async workshop

Asynchronous programming in Node

Initial set up

  • Get source
git clone [email protected]:bbc/async-workshop.git
  • Ensure Node 8 is installed.

Workshop

This is a self paced workshop which allows developers to enhance asynchronous programming knowledge by solving coding challenges and refactoring applications/libraries.

This is not a tutorial or lecture based workshop. However, the workshop will provide references to any required resources.

Instructions

* Read the questions carefully. 
* Some exercises have tests but not all. Typically you don't need to worry about the tests unless instructed.  
* DO NOT change the tests. Report any issues.
* DO NOT cheat the tests (pointless) i.e return hardcoded values to make them pass. 
* Use referenced resources for assistance.
* Answer the questions in order
* Work individually unless instructed (there is a pairing exercise)

Resources

Have you read the instructions?

If so start workshop