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

Latest commit

 

History

History
28 lines (15 loc) · 908 Bytes

index.md

File metadata and controls

28 lines (15 loc) · 908 Bytes

⚠️ Ensure you've reviewed the README ⚠️

Fundamentals

This section is a refresher on the basics of callbacks and promises. It will also introduce async functions and the await operator.

See Fundamentals

Patterns - Implementing asynchronous patterns

This section involves writing an async utility library called asyncify. The functions that need be implementated are based on common usecases. e.g .map, reduce.

See async patterns

Refactoring

⚠️ This is a pairing exercise ⚠️

In this section you'll refactor existing bbc libraries. There is a potential for open source contributions.

See refactoring

Review

Finally, this section is concerned with knowledge sharing and how async/await/promises should be used within your team.

See review