Why Github?

Git commands

Which is better, MacOS or windows?

But neither is actually better!

List of tools

Installations was hard the first time since it was the beginning (it was hard)

More git commands

Notes on frontend and backend

CRUD - create, read, update, delete

Create: Make new entries to database Read: Get info from database Update: Overwrite data from database Delete: Remove data

Films API: LIst of fillms someone watched

Includes youtube trailer, episode, etc.

Create: Makes films Read: Returns films UPdate: New episodes Delete: Deletes films

Note: CRUD was integrated into frontend

Example was given for home alone in API

Scripts

ConverttoEmbedUrl function To embed a Youtube Video in HTML, you need an embed link. String manipulation is used to change the usual URL to the embed URL.

CRUD - name, year, language, etc.

Delete has 2 options

Update

Cleaning (garbage checking)

Fetching (from 3rd party API)