reading-notes

Reading Journal

Understanding Node.js and npm is crucial for web development as they provide tools and environments to build efficient and scalable applications using JavaScript. Pair programming promotes collaboration, improves problem-solving skills, and fast-tracks learning by working closely with peers on coding tasks, improving overall productivity and code quality.

Reading

An Introduction to Node.js on sitepoint.com

1. What is node.js?

2. In your own words, what is Chrome’s V8 JavaScript Engine?

3. What does it mean that node is a JavaScript runtime?

4. What is npm?

5. What version of node are you running on your machine?

6. What version of npm are you running on your machine?

7. What command would you type to install a library/package called ‘jshint’?

8. What is node used for?

6 Reasons for Pair Programming

9. What are the 6 reasons for pair programming?

10. In your experience, which of these reasons have you found most beneficial?

11. How does pair programming work?

Things I want to know more about.

I’d like to shadow a professional software developer someday. I’d like to just examine what they do, how a normal day looks, what types of problems do they run into, things like that would be fun to know.