|
|
24. Course Resource Part 2.html
|
HTML
|
5.7 KB
|
|
|
25. Overview.en_US.srt
|
SRT
|
4.4 KB
|
|
|
25. Overview.mp4
|
MP4
|
21.2 MB
|
|
|
26. Creating A Virtual Environment.en_US.srt
|
SRT
|
6.7 KB
|
|
|
26. Creating A Virtual Environment.mp4
|
MP4
|
17.5 MB
|
|
|
27. Our First Dependencies.en_US.srt
|
SRT
|
3.5 KB
|
|
|
27. Our First Dependencies.mp4
|
MP4
|
15.9 MB
|
|
|
28. Application Directory Structure.en_US.srt
|
SRT
|
5.4 KB
|
|
|
28. Application Directory Structure.mp4
|
MP4
|
10.7 MB
|
|
|
29. API Hello World.en_US.srt
|
SRT
|
6.1 KB
|
|
|
29. API Hello World.mp4
|
MP4
|
15.8 MB
|
|
|
30. Defining Our First Poll Model.en_US.srt
|
SRT
|
6.8 KB
|
|
|
30. Defining Our First Poll Model.mp4
|
MP4
|
27 MB
|
|
|
31. Polls Create With Placeholders.en_US.srt
|
SRT
|
4.7 KB
|
|
|
31. Polls Create With Placeholders.mp4
|
MP4
|
19.6 MB
|
|
|
32. Polls In The Request Body.en_US.srt
|
SRT
|
7.6 KB
|
|
|
32. Polls In The Request Body.mp4
|
MP4
|
29.6 MB
|
|
|
33. Defining The Choice Data Model.en_US.srt
|
SRT
|
3.1 KB
|
|
|
33. Defining The Choice Data Model.mp4
|
MP4
|
14 MB
|
|
|
34. Splitting Into Read And Write Models.en_US.srt
|
SRT
|
5.9 KB
|
|
|
34. Splitting Into Read And Write Models.mp4
|
MP4
|
20 MB
|
|
|
35. Poll vs PollCreate.en_US.srt
|
SRT
|
8.8 KB
|
|
|
35. Poll vs PollCreate.mp4
|
MP4
|
68.9 MB
|
|
|
36. Polls Should Have Between 2 and 5 Choices.en_US.srt
|
SRT
|
3.1 KB
|
|
|
36. Polls Should Have Between 2 and 5 Choices.mp4
|
MP4
|
21.8 MB
|
|
|
37. poll_create With Incrementing Choice Labels.en_US.srt
|
SRT
|
12.5 KB
|
|
|
37. poll_create With Incrementing Choice Labels.mp4
|
MP4
|
118.2 MB
|
|
|
38. Creating Polls Through The API.en_US.srt
|
SRT
|
7 KB
|
|
|
38. Creating Polls Through The API.mp4
|
MP4
|
48.7 MB
|
|
|
39. Refactoring To HTTPExceptions.en_US.srt
|
SRT
|
7.4 KB
|
|
|
39. Refactoring To HTTPExceptions.mp4
|
MP4
|
23 MB
|
|
|
40. Conceptual Introduction To Redis Our Key-Value Store.en_US.srt
|
SRT
|
5.1 KB
|
|
|
40. Conceptual Introduction To Redis Our Key-Value Store.mp4
|
MP4
|
14.7 MB
|
|
|
41. Setting Up A Redis Instance.en_US.srt
|
SRT
|
4.9 KB
|
|
|
41. Setting Up A Redis Instance.mp4
|
MP4
|
20.3 MB
|
|
|
42. Connecting, Saving, And Retrieving Data From Redis.en_US.srt
|
SRT
|
9.2 KB
|
|
|
42. Connecting, Saving, And Retrieving Data From Redis.mp4
|
MP4
|
62.3 MB
|
|
|
43. Refactoring Connection Parameters To Environment Variables.en_US.srt
|
SRT
|
7.3 KB
|
|
|
43. Refactoring Connection Parameters To Environment Variables.mp4
|
MP4
|
70.4 MB
|
|
|
44. Defining utils.py.en_US.srt
|
SRT
|
4.4 KB
|
|
|
44. Defining utils.py.mp4
|
MP4
|
21.3 MB
|
|
|
45. Integrating save_poll With POST polls create.en_US.srt
|
SRT
|
2.6 KB
|
|
|
45. Integrating save_poll With POST polls create.mp4
|
MP4
|
10.9 MB
|
|
|
46. Defining And Integrating GET Poll.en_US.srt
|
SRT
|
6.8 KB
|
|
|
46. Defining And Integrating GET Poll.mp4
|
MP4
|
66.1 MB
|
|
|
47. Modular Re-organization With API Routers.en_US.srt
|
SRT
|
8.7 KB
|
|
|
47. Modular Re-organization With API Routers.mp4
|
MP4
|
73.2 MB
|
|
|
48. Application Metadata.en_US.srt
|
SRT
|
3.1 KB
|
|
|
48. Application Metadata.mp4
|
MP4
|
19.4 MB
|
|
|
49. Faster Iteration With Visual HTTP Clients.en_US.srt
|
SRT
|
11.6 KB
|
|
|
49. Faster Iteration With Visual HTTP Clients.mp4
|
MP4
|
90.1 MB
|
|
|
50. Voting Pydantic Data Models.en_US.srt
|
SRT
|
8.7 KB
|
|
|
50. Voting Pydantic Data Models.mp4
|
MP4
|
63.4 MB
|
|
|
51. The Votes API Router.en_US.srt
|
SRT
|
8.8 KB
|
|
|
51. The Votes API Router.mp4
|
MP4
|
70 MB
|
|
|
52. Get Choice ID From Label.en_US.srt
|
SRT
|
4.7 KB
|
|
|
52. Get Choice ID From Label.mp4
|
MP4
|
21.8 MB
|
|
|
53. Creating And Returning Vote Instances.en_US.srt
|
SRT
|
10.7 KB
|
|
|
53. Creating And Returning Vote Instances.mp4
|
MP4
|
99.9 MB
|
|
|
54. Storing And Retrieving Votes In Redis Hashsets.en_US.srt
|
SRT
|
8.5 KB
|
|
|
54. Storing And Retrieving Votes In Redis Hashsets.mp4
|
MP4
|
55.5 MB
|
|
|
55. Integrating Vote Saving With The Routes.en_US.srt
|
SRT
|
2.3 KB
|
|
|
55. Integrating Vote Saving With The Routes.mp4
|
MP4
|
25.2 MB
|
|
|
56. Double Voting Should Not Be Allowed.en_US.srt
|
SRT
|
4.6 KB
|
|
|
56. Double Voting Should Not Be Allowed.mp4
|
MP4
|
33.9 MB
|
|
|
57. Voting On Expired Polls Should Not Be Allowed.en_US.srt
|
SRT
|
8.5 KB
|
|
|
57. Voting On Expired Polls Should Not Be Allowed.mp4
|
MP4
|
77.5 MB
|
|
|
58. Other Voting Validations.en_US.srt
|
SRT
|
4.4 KB
|
|
|
58. Other Voting Validations.mp4
|
MP4
|
48.5 MB
|
|
|
59. Optimizing Get get_choice_id_by_label().en_US.srt
|
SRT
|
4.5 KB
|
|
|
59. Optimizing Get get_choice_id_by_label().mp4
|
MP4
|
46.7 MB
|
|
|
60. Dependency Injecting Common Validations.en_US.srt
|
SRT
|
9.6 KB
|
|
|
60. Dependency Injecting Common Validations.mp4
|
MP4
|
121.4 MB
|
|
|
61. Get All Polls.en_US.srt
|
SRT
|
8.3 KB
|
|
|
61. Get All Polls.mp4
|
MP4
|
76.7 MB
|
|
|
62. Batching Requests With .mget().en_US.srt
|
SRT
|
3.9 KB
|
|
|
62. Batching Requests With .mget().mp4
|
MP4
|
39.5 MB
|
|
|
63. Parameterizing Get Polls For Poll Status.en_US.srt
|
SRT
|
8.6 KB
|
|
|
63. Parameterizing Get Polls For Poll Status.mp4
|
MP4
|
33 MB
|
|
|
64. Tracking Vote Counts With Hash Increment By.en_US.srt
|
SRT
|
4.8 KB
|
|
|
64. Tracking Vote Counts With Hash Increment By.mp4
|
MP4
|
31.7 MB
|
|
|
65. Displaying Vote Tallies.en_US.srt
|
SRT
|
7.4 KB
|
|
|
65. Displaying Vote Tallies.mp4
|
MP4
|
60.6 MB
|
|
|
66. Defining The Poll Results Pydantic Data Models.en_US.srt
|
SRT
|
4 KB
|
|
|
66. Defining The Poll Results Pydantic Data Models.mp4
|
MP4
|
18.5 MB
|
|
|
67. Returning PollResults.en_US.srt
|
SRT
|
9.1 KB
|
|
|
67. Returning PollResults.mp4
|
MP4
|
35.9 MB
|
|
|
68. Deleting Poll Data.en_US.srt
|
SRT
|
11 KB
|
|
|
68. Deleting Poll Data.mp4
|
MP4
|
96.7 MB
|
|
|
69. Extra Custom Exception Handlers.en_US.srt
|
SRT
|
8 KB
|
|
|
69. Extra Custom Exception Handlers.mp4
|
MP4
|
68.8 MB
|
|
|
70. Deployment Checklist.en_US.srt
|
SRT
|
6.1 KB
|
|
|
70. Deployment Checklist.mp4
|
MP4
|
32.9 MB
|
|
|
71. Requirements.txt And Build Configuration.en_US.srt
|
SRT
|
5.9 KB
|
|
|
71. Requirements.txt And Build Configuration.mp4
|
MP4
|
37.8 MB
|
|
|
72. Git Repository And .gitignore.en_US.srt
|
SRT
|
9.2 KB
|
|
|
72. Git Repository And .gitignore.mp4
|
MP4
|
40.3 MB
|
|
|
73. Pushing To GitHub.en_US.srt
|
SRT
|
2 KB
|
|
|
73. Pushing To GitHub.mp4
|
MP4
|
10.1 MB
|
|
|
74. Deployment.en_US.srt
|
SRT
|
5.7 KB
|
|
|
74. Deployment.mp4
|
MP4
|
53.7 MB
|
|
|
the-polls-api-main
|