Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save kellatirupathi/b8ab1d86875917e7ff5a6cdf70f75653 to your computer and use it in GitHub Desktop.

Select an option

Save kellatirupathi/b8ab1d86875917e7ff5a6cdf70f75653 to your computer and use it in GitHub Desktop.
Transcript for transcript_1CWRFeO9E8YX2xeWsspkpKWqFRUJWAbRP_1_766_181fab149276_3.txt
[00:00:01] Okay, what was that?
[00:00:05] Maron stack sir, Maron full stack.
[00:00:08] Maron full stack course and what have you learned there?
[00:00:12] Can you give a brief on that?
[00:00:14] Yes sir, in that course I learned HTML, CSS, JavaScript, React.js, Python and SQL and I also built projects like Nextwatch sir.
[00:00:25] Okay, can you show me a demo of Nextwatch?
[00:00:29] Yes sir.
[00:01:19] This is my project is called next watch, which is video streaming and web application similar to YouTube and here users can browse videos on the home page.
[00:01:31] This is the search feature.
[00:01:33] This is the search feature.
[00:01:37] Where users can search for video.
[00:01:39] Sir?
[00:01:40] Have you developed it yourself or you took some predefined template?
[00:01:47] Sir, predefined template, sir, but I...
[00:01:53] And it is like...
[00:01:59] Sir, some of the...
[00:02:04] When the...
[00:02:09] So template is my own capability.
[00:02:12] My own such in.
[00:02:13] Template can, how can it be your own capability?
[00:02:16] I think this template was given by NextWave and then you wrote it on.
[00:02:24] I had some project idea design.
[00:02:29] But I implemented the application myself, including building the React components, handling API integration.
[00:02:39] What type of APIs did you integrate?
[00:02:42] Did you integrate the Google APIs or which APIs did you integrate?
[00:02:51] Sir, I integrated a REST API, sir, provided in the project environment.
[00:02:57] Okay, REST API is coming from whom?
[00:03:00] Sir?
[00:03:02] Rest API is coming from whom?
[00:03:05] Sorry, the information of the application, like the APIs provided.
[00:03:11] Who is giving that information?
[00:03:13] Is it Nextwave?
[00:03:14] Is it Google?
[00:03:15] Is it YouTube?
[00:03:17] Is it some other service?
[00:03:18] That's what I'm trying to ask you.
[00:03:22] Sir, like Google.
[00:03:24] From Google.
[00:03:26] So how did you connect with Google?
[00:03:29] What type of like auth did you use there?
[00:03:36] Yes, sir.
[00:03:39] So I used REST APIs, data, the API returns for the JSON data, sir, which I used in the React application to display videos like trending, gaming, and such videos.
[00:03:50] You didn't understand my question, Mankanta.
[00:03:53] Sir, tell me.
[00:03:55] For connecting with Google, which authentication did you use?
[00:04:00] How did you authenticate that?
[00:04:04] Was it OAT?
[00:04:05] Was it JWT?
[00:04:06] Was it normal handshake?
[00:04:10] What it was?
[00:04:10] How did you use that?
[00:04:13] In this project, the authentication was handled by JWT authentication, sir, provided the project.
[00:04:22] How did you do that?
[00:04:22] How did you implement that in your application?
[00:04:32] How did you implement that in your application?
[00:04:35] In NextWatch, sir.
[00:04:38] Correct.
[00:04:38] In NextWatch, how did you implement that?
[00:04:42] Yeah, sorry.
[00:04:42] In next watch, the authentication handled by JSON web login.
[00:04:47] In the backend of the middleware, how did you integrate the JWT?
[00:04:50] Can you show me that?
[00:04:53] Yeah, sir.
[00:04:58] Sir, back end is...
[00:05:01] Sir, in this API returns a JWT token authorization.
[00:05:05] Come on here, Manikant.
[00:05:06] I'm asking you something.
[00:05:07] You're just telling only the same thing.
[00:05:16] I know how the application works.
[00:05:19] I've seen it a couple of times at NextWave.
[00:05:23] That's why I'm asking you.
[00:05:27] How does the API work at your end?
[00:05:30] What all parameters did you use?
[00:05:33] How did you use that?
[00:05:34] How did the handshake happen?
[00:05:35] You have to tell me that.
[00:05:38] Yes, sir.
[00:05:39] At my end, I integrated the API in React application using fetch request.
[00:05:44] After the login.
[00:05:45] Can you show me that request in the postman or from your code?
[00:05:50] How it ran?
[00:07:43] Are you showing me that?
[00:07:44] Yes, sir.
[00:07:50] Sir, this is the...
[00:07:52] Share the screen.
[00:07:54] Yes, sir.
[00:09:17] Can you run this locally and show me?
[00:09:22] You should be having the code, right?
[00:09:25] Yes, sir.
[00:09:25] On which you might be running it.
[00:09:27] Can you run it locally and show me?
[00:09:31] Sir, it requires installing the dependencies using npm install.
[00:09:37] Using?
[00:09:37] Currently, I don't have setup ready.
[00:09:41] This is an application you developed, right?
[00:09:44] Yes.
[00:09:45] Then you should be having that complete setup, right?
[00:09:48] Because without developing on the local, how can you push it to the server?
[00:10:02] Sir, I developed the project in my local environment, but I use Node.js and NPM install dependencies to run the server.
[00:10:11] Definitely NPM and Node.js would be required because if you have to run a React or a Next.js, you need to do that.
[00:10:21] I'm very well aware of it.
[00:10:23] But if you have really done this, you would have a local setup on your system.
[00:10:28] That's what I'm asking you.
[00:10:31] And this is quite recent itself.
[00:10:33] I don't see like this is like a couple of years back.
[00:10:36] Correct?
[00:10:37] Yes, sir.
[00:10:39] Then you should be having the setup, right?
[00:10:42] Yes, sir.
[00:10:43] Currently, the VS Code is not there, sir.
[00:10:46] I have not installed it.
[00:10:49] This is my friend's laptop.
[00:10:52] You're looking for a job and you don't have a VS code installed to do the practice.
[00:11:01] Sir, currently my laptop is in repair.
[00:11:11] Okay, fine.
[00:11:18] So would you be able to write some code?
[00:11:22] Yes, sir.
[00:11:24] Yes, sir.
[00:11:26] You have to write and run that particular code.
[00:11:29] How do you do that in that case?
[00:11:38] I can write the run.
[00:11:39] Usually I write the code in IDE like VS code, run it locally to test the outputs and debug if needed.
[00:11:46] Correct.
[00:11:46] Now you say that you don't have the VS code or anything else.
[00:11:51] How do you write it?
[00:11:53] Sorry, like it is, if it is a web application, I am the project using the development server and verify the functionality.
[00:12:03] Correct.
[00:12:03] Everyone runs through the same thing.
[00:12:05] Yes.
[00:12:08] Okay, I'm done with the questions.
[00:12:09] Any further questions you have to me?
[00:12:12] No.
[00:12:27] Any questions to me?
[00:12:29] No, sir.
[00:12:29] No, sir.
[00:12:30] Okay.
[00:12:31] Thank you.
[00:12:32] Thank you.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment