Skip to content

Instantly share code, notes, and snippets.

View OuailT's full-sized avatar
:octocat:
Hej!

Ouail T OuailT

:octocat:
Hej!
  • Stockholm, Sweden
View GitHub Profile
@OuailT
OuailT / .md
Created March 30, 2026 13:24
Assessment 1: Fundamental HTTP, Node.js, and Express: solved

Task 1 (G)

Explain GET, POST, PUT, DELETE

1. GET

  • Used to get/fetch data from the server.
  • It should not change anything.

Example:
GET /posts → get all blog posts

@OuailT
OuailT / webdev_online_resources.md
Created June 2, 2020 21:38 — forked from bradtraversy/webdev_online_resources.md
Online Resources For Web Developers (No Downloading)