Удален по просьбе правообладателя
  • Урок 1. 00:15:01
    Introduction
  • Урок 2. 00:06:49
    What is a Full Stack Engineer
  • Урок 3. 00:06:49
    Command Line Exercise
  • Урок 4. 00:07:06
    Command Line Solution
  • Урок 5. 00:04:45
    VIM Exercise
  • Урок 6. 00:05:43
    VIM Solution
  • Урок 7. 00:02:44
    Shell Exercise
  • Урок 8. 00:03:40
    Shell Solution
  • Урок 9. 00:03:51
    Servers
  • Урок 10. 00:17:13
    Create a Simple Node.js Server
  • Урок 11. 00:06:51
    Server Management
  • Урок 12. 00:06:22
    Buying a VPS
  • Урок 13. 00:06:08
    Operating Systems
  • Урок 14. 00:14:12
    Security & Hashing
  • Урок 15. 00:12:27
    Hashing with Salt
  • Урок 16. 00:13:07
    Setup SSH Keys for Login
  • Урок 17. 00:09:51
    SSH Key Recap
  • Урок 18. 00:12:14
    How the Internet Works
  • Урок 19. 00:08:34
    Network Tools Exercise
  • Урок 20. 00:08:22
    Internet & Networking Terminology
  • Урок 21. 00:13:31
    DNS & URLs
  • Урок 22. 00:18:09
    Buying a Domain Name
  • Урок 23. 00:05:17
    Update & Restart Server
  • Урок 24. 00:10:02
    Create a User
  • Урок 25. 00:09:30
    File Permissions
  • Урок 26. 00:11:08
    Setup Nginx Web Server
  • Урок 27. 00:11:19
    Setup Proxy Pass
  • Урок 28. 00:13:35
    Virtual Server & PM2
  • Урок 29. 00:03:35
    Git Exercise
  • Урок 30. 00:12:30
    Version Control & Git
  • Урок 31. 00:04:22
    Security
  • Урок 32. 00:05:35
    View Open Ports with nmap
  • Урок 33. 00:06:18
    Firewall & ufw
  • Урок 34. 00:05:04
    Permissions & chmod
  • Урок 35. 00:02:28
    Unattended Upgrades
  • Урок 36. 00:06:16
    Continuous Integration & Deployment
  • Урок 37. 00:18:12
    Cron for CI
  • Урок 38. 00:05:43
    Logging, Streams, & Redirection
  • Урок 39. 00:07:09
    find & grep
  • Урок 40. 00:05:21
    Nginx Redirection & Gzip
  • Урок 41. 00:07:28
    Subdomains
  • Урок 42. 00:12:51
    Websockets Overview
  • Урок 43. 00:10:49
    Using Websockets with Express
  • Урок 44. 00:13:44
    Creating a Websocket Connection
  • Урок 45. 00:09:01
    Databases Overview
  • Урок 46. 00:24:57
    SQLite
  • Урок 47. 00:08:17
    HTTPS Overview
  • Урок 48. 00:10:24
    Implementing HTTPS with Certbot
  • Урок 49. 00:05:23
    Supporting HTTP/2
  • Урок 50. 00:07:02
    Containers
  • Урок 51. 00:17:58
    Creating a Docker Container
  • Урок 52. 00:05:05
    Orchestration & Load Balancing
  • Урок 53. 00:06:28
    Adding a Load Balancer
  • Урок 54. 00:06:36
    Wrapping Up