Project/progress updates!
Node Ecosystem
1) Node is a runtime built with Chrome’s V8 JavaScript engine, which essentially means a place for code to run using the V8 engine. Node is a program that a user can use to execute JavaScript code on their computer.
2) Refer to above.
3) Node allows developers to write JavaScript code that runs directly in a computer process itself instead of in a browser. It can be used to write server-side applications with access to the operating system, file system, and everything else required to build fully-functional applications.
Additional Questions
1) I’m looking forward to scaling our application with AWS.
2) My goal is to be proficient with Continuous Integration and Deployment. It seems like a industry standard practice to have down pat.