Skip to content
Permalink
master
Switch branches/tags

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?
Go to file
 
 
Cannot retrieve contributors at this time

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

Part 1: NodeJS

  1. Introduction to NodeJS
  2. Javascript Objects
  3. Asynchronous JavaScript
  4. Writing Robust Code
  5. Version Control
  6. Writing Robust Code
  7. Data Persistence

Part 2: APIs

  1. Understanding APIs
  2. Building APIs
  3. Acceptance Testing
  4. API Security
  5. Advanced API Design
  6. Docker