Skip to content

Instantly share code, notes, and snippets.

@jw56578
Last active June 26, 2019 16:44
Show Gist options
  • Save jw56578/3654cbdd1bf573af9aac750e8731f320 to your computer and use it in GitHub Desktop.
Save jw56578/3654cbdd1bf573af9aac750e8731f320 to your computer and use it in GitHub Desktop.
ACA 311 Day 2 Notes

Anouncements

Code Challenge

  • Log into repl.it with github. Fork repl.it. Solve. Submit link to rocket chat
  • FizzBuzz
  • leftPad

Review

Objective

  • Understand what nodejs actually is
  • Be able to use the module system
  • Be able to seperate web development from nodejs development
  • Code the most commonly used node feature: user input & filesystem

Lesson

Homework

Presentation

  • Pitch your app to the class. What’s the problem? How does this app solve it? What do you envision for its future? Followed by a class Q&A.
  • What is multi-threading? Why and How to you use it?

Blog

  • How do you organize your code?
  • Can you describe your workflow when you create a web page or web app?
  • You can’t work out how to solve a coding problem, where do you find the answer?
  • What problems have you solved that didn’t involve you coding?
  • Talk about your preferred development environment. (What IDE or text editor they enjoy, and why?)
  • How are you keeping up with the latest developments in web development?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment