|
|
0
|
|
242.1 KB
|
|
|
1. Dockerizing our app.mp4
|
MP4
|
230.6 MB
|
|
|
1. Dockerizing our app.srt
|
SRT
|
15.7 KB
|
|
|
1. Introduction.mp4
|
MP4
|
17.8 MB
|
|
|
1. Introduction.srt
|
SRT
|
5.4 KB
|
|
|
1. Setting up our connection to DynamoDB.mp4
|
MP4
|
17.6 MB
|
|
|
1. Setting up our connection to DynamoDB.srt
|
SRT
|
4.6 KB
|
|
|
1
|
|
393.6 KB
|
|
|
1. Start reorganising files into more logical modules.mp4
|
MP4
|
18.3 MB
|
|
|
1. Start reorganising files into more logical modules.srt
|
SRT
|
3.4 KB
|
|
|
1. What is DynamoDB and Why use it.mp4
|
MP4
|
24.3 MB
|
|
|
1. What is DynamoDB and Why use it.srt
|
SRT
|
4.4 KB
|
|
|
1.1 Node01 - Learn to code a Node JS webapp and deploy it on AWS Fargate.pdf
|
PDF
|
515.4 KB
|
|
|
10. Inserting our first ToDo item by code.mp4
|
MP4
|
24.6 MB
|
|
|
10. Inserting our first ToDo item by code.srt
|
SRT
|
4 KB
|
|
|
11. Debugging our DynamoDB connection.mp4
|
MP4
|
19.3 MB
|
|
|
11. Debugging our DynamoDB connection.srt
|
SRT
|
4.7 KB
|
|
|
12. Introduction to JavaScript Promises.mp4
|
MP4
|
44.4 MB
|
|
|
12. Introduction to JavaScript Promises.srt
|
SRT
|
8.8 KB
|
|
|
13. What are HTTP Status codes.mp4
|
MP4
|
29.8 MB
|
|
|
13. What are HTTP Status codes.srt
|
SRT
|
7.5 KB
|
|
|
14. Finishing up our Create ToDo controller.mp4
|
MP4
|
28.4 MB
|
|
|
14. Finishing up our Create ToDo controller.srt
|
SRT
|
5.8 KB
|
|
|
15. Implementing our Get ToDo's controller.mp4
|
MP4
|
41.6 MB
|
|
|
15. Implementing our Get ToDo's controller.srt
|
SRT
|
8.6 KB
|
|
|
16. Installing Nodemon to automatically reset our development server for us.mp4
|
MP4
|
17.7 MB
|
|
|
16. Installing Nodemon to automatically reset our development server for us.srt
|
SRT
|
3.6 KB
|
|
|
17. Sending the ToDo's back in our responses.mp4
|
MP4
|
9.7 MB
|
|
|
17. Sending the ToDo's back in our responses.srt
|
SRT
|
1.8 KB
|
|
|
18. Filtering out completed ToDo's.mp4
|
MP4
|
20.8 MB
|
|
|
18. Filtering out completed ToDo's.srt
|
SRT
|
5 KB
|
|
|
19. Implementing the Update Todo Endpoint.mp4
|
MP4
|
33.9 MB
|
|
|
19. Implementing the Update Todo Endpoint.srt
|
SRT
|
7.4 KB
|
|
|
2. Installing NodeJS dependencies.mp4
|
MP4
|
5 MB
|
|
|
2. Installing NodeJS dependencies.srt
|
SRT
|
2.3 KB
|
|
|
2. Pushing to AWS Elastic Container Registry.mp4
|
MP4
|
54.4 MB
|
|
|
2. Pushing to AWS Elastic Container Registry.srt
|
SRT
|
3.3 KB
|
|
|
2. Separating our first controller.mp4
|
MP4
|
28.6 MB
|
|
|
2. Separating our first controller.srt
|
SRT
|
6.6 KB
|
|
|
2. Starting point source code.html
|
HTML
|
716.8 B
|
|
|
2. What are Environment Variables and why use them.mp4
|
MP4
|
5.5 MB
|
|
|
2
|
|
28.9 KB
|
|
|
2. What are Environment Variables and why use them.srt
|
SRT
|
1.8 KB
|
|
|
3
|
|
111.8 KB
|
|
|
20. What is AsyncAwait and why is it a good alternative to .then().catch().mp4
|
MP4
|
16.3 MB
|
|
|
20. What is AsyncAwait and why is it a good alternative to .then().catch().srt
|
SRT
|
3.6 KB
|
|
|
21. Finishing the Update ToDo code.mp4
|
MP4
|
10.7 MB
|
|
|
21. Finishing the Update ToDo code.srt
|
SRT
|
2 KB
|
|
|
22. A better way to organise the trycatch blocks.mp4
|
MP4
|
9.3 MB
|
|
|
22. A better way to organise the trycatch blocks.srt
|
SRT
|
2.2 KB
|
|
|
23. Const and Let variable scopes.mp4
|
MP4
|
18.4 MB
|
|
|
23. Const and Let variable scopes.srt
|
SRT
|
4.1 KB
|
|
|
24. Sending a success response.mp4
|
MP4
|
5.5 MB
|
|
|
24. Sending a success response.srt
|
SRT
|
716.8 B
|
|
|
25. Fixing the URL params in our router.mp4
|
MP4
|
3.1 MB
|
|
|
25. Fixing the URL params in our router.srt
|
SRT
|
614.4 B
|
|
|
26. Testing and DynamoDB outro.mp4
|
MP4
|
13 MB
|
|
|
26. Testing and DynamoDB outro.srt
|
SRT
|
3.6 KB
|
|
|
27. Adding Production Credentials to your app.html
|
HTML
|
921.6 B
|
|
|
3. Finishing the DynamoDB connection configuration.mp4
|
MP4
|
8.2 MB
|
|
|
3. Finishing the DynamoDB connection configuration.srt
|
SRT
|
2 KB
|
|
|
3. Reorganizing the rest of the controllers.mp4
|
MP4
|
28.2 MB
|
|
|
3. Reorganizing the rest of the controllers.srt
|
SRT
|
4.3 KB
|
|
|
3. Running DynamoDB on our local computer using Docker.mp4
|
MP4
|
2.6 MB
|
|
|
3. Running DynamoDB on our local computer using Docker.srt
|
SRT
|
1.1 KB
|
|
|
3. Setting up AWS Fargate.mp4
|
MP4
|
356.1 MB
|
|
|
3. Setting up AWS Fargate.srt
|
SRT
|
24.1 KB
|
|
|
4. Adding a Domain Name to our app.mp4
|
MP4
|
91.5 MB
|
|
|
4. Adding a Domain Name to our app.srt
|
SRT
|
6.2 KB
|
|
|
4. Installing a visual user interface to inspect the locally hosted DynamoDB.mp4
|
MP4
|
7.6 MB
|
|
|
4. Installing a visual user interface to inspect the locally hosted DynamoDB.srt
|
SRT
|
2.2 KB
|
|
|
4. Separate the Router logic too.mp4
|
MP4
|
31.5 MB
|
|
|
4. Separate the Router logic too.srt
|
SRT
|
7.3 KB
|
|
|
4. Writing a DynamoDB client.mp4
|
MP4
|
5.6 MB
|
|
|
4. Writing a DynamoDB client.srt
|
SRT
|
1 KB
|
|
|
4
|
|
71.4 KB
|
|
|
5. Conclusion on reorganising our project.mp4
|
MP4
|
5.1 MB
|
|
|
5. Conclusion on reorganising our project.srt
|
SRT
|
1.2 KB
|
|
|
5. Setting up auto-scaling - Intro.mp4
|
MP4
|
11.5 MB
|
|
|
5. Setting up auto-scaling - Intro.srt
|
SRT
|
3.4 KB
|
|
|
5. What is a DynamoDB DataMapper and why use it.mp4
|
MP4
|
12.1 MB
|
|
|
5. What is a DynamoDB DataMapper and why use it.srt
|
SRT
|
2.4 KB
|
|
|
5
|
|
362.4 KB
|
|
|
6. Auto Scaling - Target Tracking.mp4
|
MP4
|
19.7 MB
|
|
|
6
|
|
101.8 KB
|
|
|
6. Auto Scaling - Target Tracking.srt
|
SRT
|
5.8 KB
|
|
|
6. Creating a table to store our ToDo items.mp4
|
MP4
|
3.5 MB
|
|
|
6. Creating a table to store our ToDo items.srt
|
SRT
|
1.7 KB
|
|
|
7
|
|
475.7 KB
|
|
|
7. Auto Scaling - Step Scaling.mp4
|
MP4
|
22.4 MB
|
|
|
7. Auto Scaling - Step Scaling.srt
|
SRT
|
6.7 KB
|
|
|
7. What is an Index in DynamoDB.mp4
|
MP4
|
8.9 MB
|
|
|
7. What is an Index in DynamoDB.srt
|
SRT
|
3.8 KB
|
|
|
8. Manually inserting a ToDo item into our DynamoDB.mp4
|
MP4
|
2.7 MB
|
|
|
8. Manually inserting a ToDo item into our DynamoDB.srt
|
SRT
|
1.5 KB
|
|
|
TutsNode.com.txt
|
TXT
|
102.4 B
|
|
|
[TGx]Downloaded from torrentgalaxy.to .txt
|
TXT
|
614.4 B
|
|
|
8
|
|
477 KB
|
|
|
9
|
|
255 KB
|
|
|
9. Creating a ToDo item Model in code.mp4
|
MP4
|
32.5 MB
|
|
|
9. Creating a ToDo item Model in code.srt
|
SRT
|
7.8 KB
|
|
|
10
|
|
433.7 KB
|
|
|
11
|
|
67.5 KB
|
|
|
12
|
|
343.4 KB
|
|
|
13
|
|
408.8 KB
|
|
|
14
|
|
223.9 KB
|
|
|
15
|
|
74.5 KB
|
|
|
16
|
|
245.1 KB
|
|
|
17
|
|
284.3 KB
|
|
|
18
|
|
166.1 KB
|
|
|
19
|
|
69.4 KB
|
|
|
20
|
|
225.1 KB
|
|
|
21
|
|
196.8 KB
|
|
|
22
|
|
287.9 KB
|
|
|
23
|
|
450.9 KB
|
|
|
24
|
|
159.6 KB
|
|
|
25
|
|
487.7 KB
|
|
|
26
|
|
363.7 KB
|
|
|
27
|
|
504.7 KB
|
|
|
28
|
|
314.5 KB
|
|
|
29
|
|
323.4 KB
|
|
|
30
|
|
159.7 KB
|
|
|
31
|
|
52.4 KB
|
|
|
32
|
|
270.9 KB
|
|
|
33
|
|
457.5 KB
|
|
|
34
|
|
373.2 KB
|
|
|
35
|
|
481.2 KB
|
|
|
36
|
|
41.5 KB
|
|
|
37
|
|
387.2 KB
|
|
|
38
|
|
470.5 KB
|
|
|
39
|
|
493.1 KB
|
|
|
40
|
|
386.1 KB
|
|
|
41
|
|
355.4 KB
|
|
|
42
|
|
400 KB
|