Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
TEACHING-MATERIALS-2/README.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
25 lines (18 sloc)
1.09 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Web API Development | |
This material covers the design of RESTful APIs and the use of NodeJS to build, test and deploy them. The material is split into two sections. The first covers the programming skills and knowledge you need to be able to understand and write scripts using NodeJS whilst the second part covers the design, development and deployment of the APIs themselves. | |
[Introduction](00%20Introduction.md) | |
## Part 1: NodeJS | |
1. [Introduction to NodeJS](01%20Intro%20to%20NodeJS.md) | |
2. [Javascript Objects](02%20JavaScript%20Objects.md) | |
3. [Asynchronous JavaScript](03%20Asynchronous%20JavaScript.md) | |
4. [Writing Robust Code](04%20Writing%20Robust%20Code.md) | |
5. [Version Control](05%20Version%20Control.md) | |
6. [Writing Robust Code](06%20Unit%20RTesting.md) | |
6. [Data Persistence](07%20Data%20Persistence.md) | |
## Part 2: APIs | |
1. [Understanding APIs](08%20Understanding%20APIs.md) | |
2. [Building APIs](09%20Building%20APIs.md) | |
3. [Acceptance Testing](10%20Acceptance%20Testing.md) | |
4. [API Security](11%20API%20Security.md) | |
5. [Advanced API Design](12%20Advanced%20API%20Design.md) | |
6. [Docker](13%20Docker.md) |