Skip to the content.

Readings: Express

  1. What’s the difference between PUT and PATCH?
    • The main difference between the PUT and PATCH method is that the PUT method uses the request URI to supply a modified version of the requested resource which replaces the original version of the resource, whereas the PATCH method supplies a set of instructions to modify the resource.
  2. Provide links to 3 services or tools that allow you to “mock” an API for development like json-server
  3. Compare and contrast Swagger and APIDoc.js Which HTTP status codes should be sent with each type of (un)successful API call?

Status codes for HTTP response

SOAP and REST

Differences:

Why we Use TDD:

CD and CI

ontinuous integration(CI) is a coding philosophy and set of practices that drive development teams to implement small changes and check in code to version control repositories frequently. Because most modern applications require developing code in different platforms and tools, the team needs a mechanism to integrate and validate its changes.


Ibarhem Al-omari

GitHub

LinkedIn

Email: ibrahem.omari96@gmail.com