AndriusIsin / Coursework-Planner

Your coursework planner
0 stars 0 forks source link

[TECH ED] Prepare for live session #43

Open AndriusIsin opened 1 year ago

AndriusIsin commented 1 year ago

From Module-Node created by Dedekind561: CodeYourFuture/Module-Node#1

Link to the coursework

Node Week 1 playlist

Why are we doing this?

It is essential to start learning new concepts and ideas before Saturday's session. During the week, we expect you to get stuck and form questions about the new content so you can address misconceptions during Saturday's session. The prep work here will introduce you to the new concepts for the week.

Maximum time in hours (Tech has max 16 per week total)

3

How to get help

Share your blockers in your class channel https://syllabus.codeyourfuture.io/guides/asking-questions

AndriusIsin commented 1 year ago

A) a user interface is what you see and interact with when you use a computer program B) Interfaces promote code flexibility, modularity, and reusability. They enable loose coupling between components, simplify testing and maintenance, and provide a clear contract for communication between different parts of a software system. C) 1. Fs, http, path. 2. describe, it, expect 3. Authentication, search, playback4) Jest is not a web-based API because it is primarily a testing framework for JavaScript applications. Spotify API is a web-based API because it exposes a set of endpoints that can be accessed over the internet.