1. Урок 1. 00:06:36
    Introduction
  2. Урок 2. 00:03:10
    Why Full Stack
  3. Урок 3. 00:03:09
    Command Line Overview
  4. Урок 4. 00:04:22
    Command Line Practice
  5. Урок 5. 00:02:47
    Shells
  6. Урок 6. 00:03:20
    Understanding the Internet
  7. Урок 7. 00:07:10
    IP Addresses & Protocols
  8. Урок 8. 00:06:25
    Domain Name System
  9. Урок 9. 00:05:42
    Trace Routes Practice
  10. Урок 10. 00:02:02
    Packets
  11. Урок 11. 00:02:24
    Understanding Net Neutrality
  12. Урок 12. 00:03:47
    VIM Overview & Modes
  13. Урок 13. 00:04:03
    VIM Practice
  14. Урок 14. 00:02:12
    Server Exercise
  15. Урок 15. 00:05:24
    Server Solution
  16. Урок 16. 00:08:36
    Data Centers & the Cloud
  17. Урок 17. 00:04:35
    Virtual Private Server Setup
  18. Урок 18. 00:05:49
    Operating Systems
  19. Урок 19. 00:03:01
    SSH
  20. Урок 20. 00:06:57
    SSH Key Practice
  21. Урок 21. 00:05:30
    Connecting to the Server
  22. Урок 22. 00:05:58
    Buying a Domain Name
  23. Урок 23. 00:05:53
    Domain Setup
  24. Урок 24. 00:04:39
    Server Setup
  25. Урок 25. 00:08:09
    User Setup
  26. Урок 26. 00:04:09
    Setting User Permissions
  27. Урок 27. 00:06:46
    Disabling the Root User
  28. Урок 28. 00:06:28
    Nginx Overview
  29. Урок 29. 00:04:52
    Nginx Configuration
  30. Урок 30. 00:05:24
    Node.js Configuration
  31. Урок 31. 00:03:13
    Application Architecture
  32. Урок 32. 00:08:40
    Application Setup
  33. Урок 33. 00:06:55
    Proxy Passing Traffic
  34. Урок 34. 00:06:01
    Process Manager
  35. Урок 35. 00:13:53
    Version Control with git
  36. Урок 36. 00:04:35
    Server Setup Recap
  37. Урок 37. 00:07:16
    Standard Streams & Redirection
  38. Урок 38. 00:03:24
    Finding Files & Directories
  39. Урок 39. 00:02:03
    Bash History Tips
  40. Урок 40. 00:04:08
    Searching File Contents with grep & zgrep
  41. Урок 41. 00:01:49
    Nginx Redirect
  42. Урок 42. 00:02:01
    Nginx Subdomain
  43. Урок 43. 00:08:06
    Nginx File Compression
  44. Урок 44. 00:06:44
    Why Security
  45. Урок 45. 00:01:44
    Read Auth.log
  46. Урок 46. 00:07:33
    Security Checklist
  47. Урок 47. 00:03:48
    Unattended Upgrades
  48. Урок 48. 00:05:17
    Security Ethics
  49. Урок 49. 00:05:42
    Firewalls
  50. Урок 50. 00:03:21
    Ports
  51. Урок 51. 00:07:16
    Uncomplicated Firewall
  52. Урок 52. 00:04:14
    Permissions
  53. Урок 53. 00:04:50
    Upgrade Node.js
  54. Урок 54. 00:02:42
    Defining HTTP
  55. Урок 55. 00:11:59
    HTTP Headers & Cookies
  56. Урок 56. 00:05:19
    Custom Header & Status Code Exercise
  57. Урок 57. 00:02:03
    Custom Header & Status Code Solution
  58. Урок 58. 00:08:22
    HTTPS
  59. Урок 59. 00:13:13
    Adding HTTPS to NGINX
  60. Урок 60. 00:08:16
    HTTP/2
  61. Урок 61. 00:04:31
    HTTP/3
  62. Урок 62. 00:14:02
    Containers & Microservices
  63. Урок 63. 00:05:27
    Docker & Orchestration
  64. Урок 64. 00:09:45
    Load Balancers
  65. Урок 65. 00:01:21
    Deployment
  66. Урок 66. 00:03:01
    Files & Databases Overview
  67. Урок 67. 00:05:52
    Database Types
  68. Урок 68. 00:01:23
    Redis
  69. Урок 69. 00:01:18
    WebSockets
  70. Урок 70. 00:03:47
    Chat Bot: Exercise
  71. Урок 71. 00:04:50
    Chat Bot: Solution
  72. Урок 72. 00:00:55
    Wrapping Up