Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Build a URL shortener, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:05:01
    Introduction and demo
  • Урок 2. 00:03:02
    Setting up Lumen
  • Урок 3. 00:04:22
    Testing setup
  • Урок 4. 00:06:11
    Shortcode generation
  • Урок 5. 00:20:15
    Migrations and model
  • Урок 6. 00:19:54
    Requesting a short link
  • Урок 7. 00:06:53
    Refactoring
  • Урок 8. 00:09:50
    URL middleware
  • Урок 9. 00:08:26
    Requesting short link details
  • Урок 10. 00:01:40
    Refactoring with caching
  • Урок 11. 00:09:42
    Link stats endpoint
  • Урок 12. 00:12:57
    Last requested and last used dates
  • Урок 13. 00:11:48
    CORS middleware
  • Урок 14. 00:04:16
    Sanity checking
  • Урок 15. 00:10:20
    Deploying the API
  • Урок 16. 00:06:28
    Fresh Vue.js project
  • Урок 17. 00:12:42
    Defining the structure and routes
  • Урок 18. 00:06:35
    Vuex setup
  • Урок 19. 00:09:21
    Base styles and container
  • Урок 20. 00:18:00
    Designing the URL form
  • Урок 21. 00:16:30
    Requesting a short link
  • Урок 22. 00:03:48
    A sprinkle of animation
  • Урок 23. 00:09:31
    Global flash messages
  • Урок 24. 00:04:15
    Copying the link to the clipboard
  • Урок 25. 00:06:57
    Designing the stats page
  • Урок 26. 00:11:51
    A working stats page
  • Урок 27. 00:00:58
    Quick 404 page design
  • Урок 28. 00:07:24
    Serving static build files
  • Урок 29. 00:03:24
    Deploying the client
  • Урок 30. 00:07:07
    Handling 301 redirects with Express