Random Notes
-Stack of our dev environment: - Client: localhost:8080 - Makes HTTP requests - API_url points toward server - Server: NodeJS, Express
- Makes queries to DB
TechTown
Bailey's Tap Room
Node.js Architecture
node someFile.js
will start the event loop process in synchronous-land
Resources:
Why Enzyme?
location: https://cs50.harvard.edu/2018/fall/weeks/2/
Steps to compiling a program
preprocessing
compiling
Elodie Rafalimanana https://tinyurl.com/ydez8v94
The Problem
Persisting Objects with Serialization
ObjectOutputStream
performs serializing / ObjectInputStream
perofrms deserializing