- Install Xcode (Avaliable on the Mac App Store)
- Install Xcode Command Line Tools (Preferences > Downloads)
- Install depot_tools
- git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
- sudo nano ~/.bash_profile
 
- Add export PATH=/path/to/depot_tools:"$PATH"(it's important that depot_tools comes first here)
- Error code 404 - Resource not found
- Inbuilt python demo Web server:
- python3 -m http.server 8000
 
- Error Codes - w3.org
- A server is just a program that accepts connections from other programs on the network
- A web address is also called a URI for Uniform Resource Identifier
- The term URL - Uniform Resource Locator. A URL is a URI for a resource on the network
- URI- is a name for a resource
- explorea graph
- Graph = (V,E)
Note: V = Set of vertices / E = Set of edges
- Middleware is some code you can put between the framework receiving a request, and theframework generating a response**
- The best feature of middlewareis thatit's composable in a chain. You can use multiple independent third-party middleware in a single project.
- Redux provides a third-party extension pointbetween dispatching an action, and the moment it reaches the reducer
- How to dispatchaction and fixmonkey patching
FWIW: I didn't produce the content presented here (the outline from Edmond Lau's book). I've just copy-pasted it from somewhere over the Internet, but I cannot remember what exactly the original source is. I was also not able to find the author's name, so I cannot give him/her the proper credits.
- By Edmond Lau
- Highly Recommended 👍
- http://www.theeffectiveengineer.com/
NewerOlder