FileMood

Download Twilio - Make a complete Call Centre in React and Node

Twilio Make complete Call Centre in React and Node

Name

Twilio - Make a complete Call Centre in React and Node

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

2.5 GB

Total Files

121

Last Seen

2025-07-18 23:37

Hash

0BB05EE5FFE3B9D79AE41F916E1793C77EB22216

/.../5. Verification, Authentication using Twilio/

1. Sending the code to Twilio verify.mp4

128.2 MB

1. Sending the code to Twilio verify.srt

8.0 KB

/

TutsNode.com.txt

0.1 KB

[TGx]Downloaded from torrentgalaxy.to .txt

0.6 KB

/1. Twilio Introduction/

1. Before we signup to Twilio.html

2.2 KB

2. Creating a Twilio Account.mp4

23.4 MB

2. Creating a Twilio Account.srt

2.6 KB

3. Getting a phone number and creating all the necessary tokens.mp4

60.5 MB

3. Getting a phone number and creating all the necessary tokens.srt

7.0 KB

/2. Twilio Verify/

1. Creating a Twilio Verify Service.mp4

12.3 MB

1. Creating a Twilio Verify Service.srt

1.7 KB

/.../3. Node server with Express/

1. Starting our express server.mp4

26.1 MB

1. Starting our express server.srt

4.2 KB

2. Creating the endpoint to receive the mobile number and the verification code.mp4

20.5 MB

2. Creating the endpoint to receive the mobile number and the verification code.srt

3.2 KB

3. Creating a Twilio Class.mp4

40.2 MB

3. Creating a Twilio Class.srt

4.5 KB

4. Send Verification with Twilio.mp4

62.8 MB

4. Send Verification with Twilio.srt

6.8 KB

5. Verifying the code with Twilio.mp4

52.3 MB

5. Verifying the code with Twilio.srt

4.1 KB

/.../4. React Login with SMS/

1. Creating our react App.mp4

24.7 MB

1. Creating our react App.srt

4.0 KB

2. Creating our login form.mp4

75.1 MB

2. Creating our login form.srt

8.5 KB

3. Keep state using Immet and use-immet.mp4

58.9 MB

3. Keep state using Immet and use-immet.srt

5.9 KB

4. Preparing axios to send our request.mp4

29.8 MB

4. Preparing axios to send our request.srt

3.8 KB

5. Request the verification code from Twilio.mp4

57.4 MB

5. Request the verification code from Twilio.srt

5.2 KB

6. Add an input for the verification code.mp4

72.2 MB

6. Add an input for the verification code.srt

5.1 KB

/.../6. Realtime UI updates using SocketIo/

1. Initializing sockets on the backend.mp4

45.8 MB

1. Initializing sockets on the backend.srt

4.1 KB

2. Initializing a socket connection with the frontend.mp4

54.3 MB

2. Initializing a socket connection with the frontend.srt

3.8 KB

3. Understanding sockets and refactoring.mp4

27.8 MB

3. Understanding sockets and refactoring.srt

3.5 KB

/.../7. Authorization using JWT (JSON Web Token)/

1. Creating and verifying a JWT token.mp4

28.8 MB

1. Creating and verifying a JWT token.srt

4.0 KB

2. Creating the JWT token.mp4

51.5 MB

2. Creating the JWT token.srt

6.4 KB

3. Receiving the JWT on the frontend.mp4

35.9 MB

3. Receiving the JWT on the frontend.srt

4.3 KB

4. Creating a custom hook to help with local Storage.mp4

51.8 MB

4. Creating a custom hook to help with local Storage.srt

6.4 KB

5. Storing the JWT token in Local Storage.mp4

10.7 MB

5. Storing the JWT token in Local Storage.srt

1.1 KB

/.../8. React Call Centre/

1. Stop displaying the login page when we have a valid token.mp4

14.5 MB

1. Stop displaying the login page when we have a valid token.srt

1.8 KB

2. Creating our Call Center screen starting with the navbar.mp4

46.1 MB

2. Creating our Call Center screen starting with the navbar.srt

5.6 KB

3. Creating the call progress bar.mp4

33.9 MB

3. Creating the call progress bar.srt

4.6 KB

/.../9. Local tunnel, my localhost globally accessible/

1. Understanding local tunnel and how it will help us.mp4

30.1 MB

1. Understanding local tunnel and how it will help us.srt

3.8 KB

/.../10. Change Twilio phone number/

1. Setup Twilio and changing phone number.mp4

77.6 MB

1. Setup Twilio and changing phone number.srt

8.2 KB

/.../11. Twilio Webhooks/

1. Handling Twilio Webhook calls.mp4

41.4 MB

1. Handling Twilio Webhook calls.srt

4.1 KB

2. Having Twilio to say Thank you for you when someone calls.mp4

52.8 MB

2. Having Twilio to say Thank you for you when someone calls.srt

4.7 KB

3. Emitting a Socket IO event to the frontend when receive a new call.mp4

61.4 MB

3. Emitting a Socket IO event to the frontend when receive a new call.srt

5.3 KB

4. Display new call on the browser as it comes in.mp4

23.0 MB

4. Display new call on the browser as it comes in.srt

2.8 KB

5. Displaying the progress call with the caller information.mp4

31.0 MB

5. Displaying the progress call with the caller information.srt

3.7 KB

/.../12. Redirecting calls to a queue/

1. Redirecting the call and add it to a queue.mp4

72.6 MB

1. Redirecting the call and add it to a queue.srt

7.2 KB

2. Updating the call status to enqueued.mp4

52.1 MB

2. Updating the call status to enqueued.srt

5.2 KB

3. Removing personal information from the call.mp4

50.8 MB

3. Removing personal information from the call.srt

5.1 KB

4. Updating the call status bar.mp4

58.5 MB

4. Updating the call status bar.srt

5.7 KB

/.../13. Making our application more secure/

1. Finding security risks on our application.mp4

28.5 MB

1. Finding security risks on our application.srt

3.3 KB

2. Creating a endpoint to validate the token.mp4

31.5 MB

2. Creating a endpoint to validate the token.srt

2.7 KB

3. Validating the JWT token with the backend.mp4

59.7 MB

3. Validating the JWT token with the backend.srt

6.5 KB

4. Passing the token using SocketIo connection.mp4

39.0 MB

4. Passing the token using SocketIo connection.srt

4.8 KB

5. Setting the socket with the token as its value changes.mp4

36.1 MB

5. Setting the socket with the token as its value changes.srt

3.3 KB

6. Validating our token on the backend using a socket middleware.mp4

85.5 MB

6. Validating our token on the backend using a socket middleware.srt

7.2 KB

/.../14. Receiving calls on the browser using Twilio Client/

1. Installing and setting up Twilio client.mp4

59.7 MB

1. Installing and setting up Twilio client.srt

6.4 KB

2. We use use State we should import use State.mp4

5.0 MB

2. We use use State we should import use State.srt

0.8 KB

3. Setting up Twilio to make outgoing calls.mp4

17.1 MB

3. Setting up Twilio to make outgoing calls.srt

2.1 KB

/.../15. Voice Grant Access/

1. Creating the Twilio token to grant access to voice.mp4

43.9 MB

1. Creating the Twilio token to grant access to voice.srt

5.6 KB

2. Passing the Twilio token to the frontend.mp4

69.8 MB

2. Passing the Twilio token to the frontend.srt

5.9 KB

3. Creating our socket connection with Twilio servers.mp4

20.3 MB

3. Creating our socket connection with Twilio servers.srt

1.9 KB

/.../16. Answering a Call on the Browser/

1. Sending the selected call to be answered to the backend.mp4

37.7 MB

1. Sending the selected call to be answered to the backend.srt

2.9 KB

2. Redirecting the call to a different URL.mp4

35.2 MB

2. Redirecting the call to a different URL.srt

4.3 KB

3. Connecting the call to the Browser.mp4

38.6 MB

3. Connecting the call to the Browser.srt

4.4 KB

4. Fixing the duplicate calls on the screen.mp4

28.8 MB

4. Fixing the duplicate calls on the screen.srt

3.6 KB

/.../17. And still more to come/

1. Wow, are you already here.html

0.9 KB

/18. Appendix 1/

1. Installing VSCode modules.mp4

86.1 MB

1. Installing VSCode modules.srt

9.4 KB

2. Installing VSCode modules.mp4

14.6 MB

2. Installing VSCode modules.srt

2.4 KB

3. Emmet and speed up coding.mp4

29.0 MB

3. Emmet and speed up coding.srt

3.7 KB

4. Add extension tools for chrome.mp4

22.9 MB

4. Add extension tools for chrome.srt

2.0 KB

5. Installing Docker Extension.mp4

5.7 MB

5. Installing Docker Extension.srt

1.2 KB

/.../19. Bonus Section - Including Black Friday Deals/

1. Bonus - Because the learning can never stop.html

3.1 KB

 

Total files 121


Copyright © 2025 FileMood.com