1. Урок 1. 00:03:44
    Course Overview
  2. Урок 2. 00:04:15
    Install node and npm on Mac
  3. Урок 3. 00:04:44
    Install node and npm on PC
  4. Урок 4. 00:06:06
    Pre-Express
  5. Урок 5. 00:18:11
    How the Internet Works - TCP and UDP
  6. Урок 6. 00:14:13
    What is an HTTP request and how does it work?
  7. Урок 7. 00:05:23
    Course Housekeeping - How I do Nodejs
  8. Урок 8. 00:15:23
    Node/HTTP servers 101
  9. Урок 9. 00:21:26
    Serving up routes and static files in plain Node (no fun...)
  10. Урок 10. 00:09:19
    What is Express and why should I care?
  11. Урок 11. 00:11:30
    Enter Express... the basics
  12. Урок 12. 00:14:42
    Basic Routing in Express
  13. Урок 13. 00:16:07
    Serving Static Files in Express
  14. Урок 14. 00:16:16
    Middleware. (It's all Express really is.)
  15. Урок 15. 00:17:07
    Putting on your Express helmet, and other awesome Express middleware
  16. Урок 16. 00:09:45
    Responding with JSON
  17. Урок 17. 00:19:11
    STOP - Time for a Review
  18. Урок 18. 00:16:11
    Chose your weapon - API or server side rendering
  19. Урок 19. 00:19:15
    Wiring up Express with a view engine
  20. Урок 20. 00:16:08
    Rendering in Express (with EJS) - Part1 of 2
  21. Урок 21. 00:19:12
    Rendering in Express (with EJS) - Part2 of 2
  22. Урок 22. 00:09:07
    Rendering Engine Option 2. Handlebars
  23. Урок 23. 00:10:48
    Rendering Engine Option 3: Pug/Jade
  24. Урок 24. 00:28:40
    Getting data from the request object - forms and cookies
  25. Урок 25. 00:12:55
    Getting data from the query string
  26. Урок 26. 00:17:26
    Getting data from params (URL wildcards) - req.params and req.param()
  27. Урок 27. 00:15:21
    Sending files, and headers already sent!
  28. Урок 28. 00:17:53
    The Router
  29. Урок 29. 00:14:20
    The Express Generator
  30. Урок 30. 00:04:58
    STOP - Checklist Update and Short Review
  31. Урок 31. 00:28:57
    Don't fear the HTTP headers!!
  32. Урок 32. 00:04:30
    Project Overview
  33. Урок 33. 00:09:36
    Project Setup
  34. Урок 34. 00:12:49
    Adding the request module
  35. Урок 35. 00:10:23
    Putting the data in the template
  36. Урок 36. 00:20:55
    Adding the single-movie view
  37. Урок 37. 00:17:11
    Adding the search feature
  38. Урок 38. 00:06:27
    Project Overview and Setup
  39. Урок 39. 00:07:40
    Project structure and routes
  40. Урок 40. 00:15:07
    First route and middleware
  41. Урок 41. 00:17:17
    Movie Routes and some header work
  42. Урок 42. 00:20:24
    Movie Routes and some header work - Continued
  43. Урок 43. 00:13:27
    Search Routes with router.use()
  44. Урок 44. 00:05:04
    Intro to Passport
  45. Урок 45. 00:11:14
    Overview of OAuth 2.0
  46. Урок 46. 00:18:04
    Passport and the github Strategy
  47. Урок 47. 00:19:13
    Passport and the Github Strategy - part 2
  48. Урок 48. 00:02:46
    Intro
  49. Урок 49. 00:09:45
    Basics of the PostGres module w/Express
  50. Урок 50. 00:08:20
    Structuring your DB calls (w/pg)
  51. Урок 51. 00:10:21
    The MongoDB module
  52. Урок 52. 00:10:57
    The MySQL module
  53. Урок 53. 00:21:48
    Express view to Express Route
  54. Урок 54. 00:17:30
    React to Express
  55. Урок 55. 00:23:42
    Express to S3