Пікірлер
@rumeshbharath2516
@rumeshbharath2516 21 сағат бұрын
Bro Microservices use panni oru CURD opretion panunga illana Microservices epadi spring boot la use panrom oru video podunga bro please
@tamilskillhub
@tamilskillhub 20 сағат бұрын
Stay tuned
@srk07
@srk07 2 күн бұрын
romba usefull aa irruthathu bro.thanks👍
@tamilskillhub
@tamilskillhub 2 күн бұрын
Thank you
@sabarinathan4275
@sabarinathan4275 4 күн бұрын
Bro enaku Lombok and getter setter annotations work aagala
@tamilskillhub
@tamilskillhub 2 күн бұрын
Lombok annotations can sometimes have issues, especially if your IDE or build tool is not properly set up to handle them. Here are some common troubleshooting steps to ensure Lombok annotations like @Getter and @Setter work properly: 1. Check Lombok Dependency Ensure that Lombok is correctly added as a dependency in your pom.xml (if using Maven) For Maven, the dependency should look like this: <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>1.18.24</version> <scope>provided</scope> </dependency> 2. IDE Plugin Installation If you're using IntelliJ IDEA: Go to File > Settings > Plugins and search for "Lombok". Install the plugin and restart the IDE. After restarting, go to File > Settings > Build, Execution, Deployment > Compiler > Annotation Processors. Ensure that Enable annotation processing is checked. If you're using Eclipse: Install the Lombok plugin via the Lombok JAR. You can download it from Lombok's official website. Once downloaded, run the JAR (java -jar lombok.jar) and point it to your Eclipse installation. Restart Eclipse.
@deekshithm.r117
@deekshithm.r117 4 күн бұрын
Please upload Microsevies video
@tamilskillhub
@tamilskillhub 2 күн бұрын
Sure
@vysaivicky4724
@vysaivicky4724 7 күн бұрын
Entity la podra elam annotation vachi video podunga like one to one , one to many many to one la epadi work aagudhu epadi namba code la pdd pananum video podunga bro
@tamilskillhub
@tamilskillhub 2 күн бұрын
Please watch this video - kzbin.info/www/bejne/aIvCqaWchrp8aqM
@newbeginningfashion
@newbeginningfashion 13 күн бұрын
Junit spring boot test case video podunga bro
@tamilskillhub
@tamilskillhub 13 күн бұрын
Sure
@yskgaming6956
@yskgaming6956 17 күн бұрын
Yenththana like kku
@tamilskillhub
@tamilskillhub 13 күн бұрын
Thank you
@bram9007
@bram9007 20 күн бұрын
please post micro services video
@tamilskillhub
@tamilskillhub 13 күн бұрын
Sure
@subashravi3031
@subashravi3031 27 күн бұрын
id auto generation appo yen bro id 52 varudhu first two crt then next ku 52.why
@tamilskillhub
@tamilskillhub 27 күн бұрын
i have manually inserted records and specified IDs for them, because of that the auto-increment value might skip to a higher number to avoid conflicts. (Sometimes, if you’ve inserted data manually or via another tool (not through your Spring Boot application), the sequence might have been altered. Make sure to clear any cache if applicable.)
@tamilskillhub
@tamilskillhub 27 күн бұрын
GenerationType.IDENTITY: Always uses the database’s native auto-increment mechanism. The database is responsible for generating the primary key. GenerationType.AUTO: Hibernate decides the best strategy based on the database you are using. This could be IDENTITY, SEQUENCE, or TABLE, depending on the database. In this project i have used AUTO so hibernate will manage the generation of key
@pesadhi1900
@pesadhi1900 Ай бұрын
Bro i am from kerala gud explanation thx
@tamilskillhub
@tamilskillhub Ай бұрын
Welcome 👍
@genshingamer8361
@genshingamer8361 Ай бұрын
Hello sir i , neega oru node js backend and frontend react aa cpanel la deploy panni katamudiyumaaa
@tamilskillhub
@tamilskillhub Ай бұрын
No because it's a paid version. if need I can provide you some of alternatives for React use netlify and For Node use render.com.
@genshingamer8361
@genshingamer8361 Ай бұрын
@@tamilskillhub there is freecpanel providers ??
@tamilskillhub
@tamilskillhub Ай бұрын
I think no
@jagadeeps3095
@jagadeeps3095 Ай бұрын
super bro innum neraya video podunga indha madiri and for spring boot as well
@tamilskillhub
@tamilskillhub Ай бұрын
thank you
@sarans2162
@sarans2162 Ай бұрын
Bro make a video on simple crud app using springboot + html, css, js
@tamilskillhub
@tamilskillhub Ай бұрын
Ok I will try
@Karvind-r5g
@Karvind-r5g Ай бұрын
Good, thanks. But code font size can be increased in Eclipse editor.
@tamilskillhub
@tamilskillhub Ай бұрын
sure noted.
@sathishkumar.b2771
@sathishkumar.b2771 Ай бұрын
Bro I have doubts in this project how can I reach you Neenga neraiya components create panrathunale confuse aaguthu bro
@tamilskillhub
@tamilskillhub Ай бұрын
you can reach me at [email protected]
@mdfaizulmohammed1845
@mdfaizulmohammed1845 Ай бұрын
28:08 Pattern syntax send pannu ga bro or source sollu ga bro
@tamilskillhub
@tamilskillhub Ай бұрын
Pattern you requested for Email const pattern = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
@SivaSiva-4433
@SivaSiva-4433 Ай бұрын
Bro netlify some mistake aiduchi return account open panna mudiyala authentication error. Nu varuthu
@tamilskillhub
@tamilskillhub Ай бұрын
Try to use Google login or any other login provider
@JAISURYAG-l8i
@JAISURYAG-l8i Ай бұрын
index.js matum rmba complicated ah irundhuchu bro may be next shorts la explain panna nallarkum ❤
@tamilskillhub
@tamilskillhub Ай бұрын
Sure
@mohammedmohsin7851
@mohammedmohsin7851 Ай бұрын
409 error oda response eppadi access panrathu bro
@tamilskillhub
@tamilskillhub Ай бұрын
You have to use the catch block and get the error
@URamSangar
@URamSangar Ай бұрын
Nice we need more videos on spring boot mvc, spring boot Rest api project anna your the first spring boot rest api video in tamil anna and its really appreciate keep doing well i am waiting for more videos in spring boot complete course or series
@tamilskillhub
@tamilskillhub Ай бұрын
Sure I will
@AvikNayak_
@AvikNayak_ Ай бұрын
Suggestions: Make videos in english so that it reaches more audience.
@tamilskillhub
@tamilskillhub Ай бұрын
Sure
@AvikNayak_
@AvikNayak_ Ай бұрын
​@@tamilskillhubalso if possible make a backend for this project in express
@tamilskillhub
@tamilskillhub Ай бұрын
Sure
@rajam9935
@rajam9935 Ай бұрын
Manually is authenticated = true Add panna dasboard page. Ku pogumaa?? Will it be possible?
@tamilskillhub
@tamilskillhub Ай бұрын
Yeah it's possible. But if you have validated the token then it's not possible. And from the backend you need to perform any operation you have to send the token. If the user set authenticated true then toke will send as undefined and api doesn't send response
@m.mugammadhusatem.mugammad561
@m.mugammadhusatem.mugammad561 Ай бұрын
Bro i have doubt each api stores data in different key name then how can i know by only sending url to the hook. It was created for that api only
@tamilskillhub
@tamilskillhub Ай бұрын
Yeah it will create a reference and then it will do the operation. Because of instance each call will be considered as different function.
@Jai23_official
@Jai23_official Ай бұрын
How to get tamil movie list bro
@tamilskillhub
@tamilskillhub Ай бұрын
Try chatgpt or IMDb paid version
@akhicj9071
@akhicj9071 2 ай бұрын
Nice Tutorial, Pls upload more videos
@tamilskillhub
@tamilskillhub 2 ай бұрын
Suggest topic if you need. Thank you
@Harry99-m8i
@Harry99-m8i Ай бұрын
@@tamilskillhub microservices
@Harry99-m8i
@Harry99-m8i Ай бұрын
@@tamilskillhub WebSocket
@tamilskillhub
@tamilskillhub Ай бұрын
Sure
@tamilskillhub
@tamilskillhub Ай бұрын
Sure
@akhicj9071
@akhicj9071 2 ай бұрын
Illegal base64 character: '-' . how to resolve this error.
@tamilskillhub
@tamilskillhub 2 ай бұрын
Can you provide more details about error?
@_Fancy_Bear_
@_Fancy_Bear_ 2 ай бұрын
React.memo check the child componet value if changes then re render else no need same time usecallback only re render if the value of component is change else re render use case no need to re render whole component that's my understand is it correct
@tamilskillhub
@tamilskillhub 2 ай бұрын
React.memo is a higher-order component that optimizes performance by memoizing the result of a component's render. It helps in preventing unnecessary re-renders when the component's props haven't changed
@sakthiarunkps7012
@sakthiarunkps7012 2 ай бұрын
Brother where to contact you Please give your contact details
@tamilskillhub
@tamilskillhub 2 ай бұрын
You can mail me at [email protected]
@akhicj9071
@akhicj9071 2 ай бұрын
Hi i have faced ROLE not found. How to resolve
@tamilskillhub
@tamilskillhub 2 ай бұрын
Check you have added as Role_User like this format.
@akhicj9071
@akhicj9071 2 ай бұрын
@@tamilskillhub ROLE_USER, ROLE_MODERATOR, ROLE_ADMIN already I hace used like this format, but Role is not found
@tamilskillhub
@tamilskillhub 2 ай бұрын
Can you view the video once and check the middleware code?
@ganeshm5987
@ganeshm5987 2 ай бұрын
Thanks for making this video its more understandable . please share the source code for verification
@tamilskillhub
@tamilskillhub 2 ай бұрын
Thank you. Sure
@naveenabalamurugan9725
@naveenabalamurugan9725 2 ай бұрын
Bro python use panni sollunga...
@tamilskillhub
@tamilskillhub 2 ай бұрын
Stay tuned
@arshadahamed988
@arshadahamed988 2 ай бұрын
Nodemon is no more need for restarting a sever from 18 version of node
@tamilskillhub
@tamilskillhub 2 ай бұрын
Yeah from version 18. we don't need Nodemon For example: node --watch your-server-file.js This --watch flag will enable the watch mode, and Node.js will restart the application whenever it detects changes to the files in the project. Keep in mind that this feature is still experimental, so it might not have all the capabilities or stability of Nodemon. If you need more advanced features or stability, you may still prefer using Nodemon.
@hariharan02anantharaj21
@hariharan02anantharaj21 2 ай бұрын
🙏❤
@tamilskillhub
@tamilskillhub 2 ай бұрын
Thank you
@pandiarajsekar
@pandiarajsekar 2 ай бұрын
Can you please solve my problem. As i get response from the post method in the axios. I can destructure the data that comes from backend and use. But the destructuring of data fromt the post method is not working for me. But worked for the tutor. The code were exactly same. But didnt worked for me. Sample code: Function sign(parameter) { Const {data} = await api.signup(parameter) } Another file: Const api = axios.create( { baseurl : "localhost:8000" } ) Export const signup = (parameter) =api.post ('/signup', parameter) There maybe syntax error in my text but actual code is clean. The problem is the destructured {data} is not getting. I send it from backend on same uri with res.json({result:somedata}). But the parameter information passes to backend and stored in database. Response is not working Whats the stupid mistake i have made Help me out
@tamilskillhub
@tamilskillhub 2 ай бұрын
Let's break down the issue step by step and see if we can identify the problem. From your description, it seems like you're doing everything correctly, but the destructured `data` object is not being received as expected. Here's a structured version of your code for clarity: ```javascript // api.js import axios from 'axios'; const api = axios.create({ baseURL: 'localhost:8000', }); export const signup = (parameter) => api.post('/signup', parameter); // signup.js import { signup } from './api'; async function sign(parameter) { try { const { data } = await signup(parameter); console.log(data); // To check what you're receiving } catch (error) { console.error('Error signing up:', error); } } ``` ### Troubleshooting Steps: 1. **Ensure Correct Response Format from Backend:** Make sure your backend is correctly sending the response in the expected format. It should look something like this: ```javascript // Example using Express.js app.post('/signup', (req, res) => { const result = someData; // Replace this with your actual data logic res.json({ result: result }); }); ``` 2. **Check API Endpoint:** Ensure that the endpoint `localhost:8000/signup` is correct and accessible. 3. **Network Issues:** Verify that there are no network issues preventing the response from being received. You can use browser dev tools to inspect the network request and response. 4. **Error Handling:** Ensure that your code handles potential errors gracefully. You might be missing an error message that could give a clue about the problem. ### Debugging Steps: 1. **Inspect the Response:** Modify your code to log the entire response object before destructuring: ```javascript async function sign(parameter) { try { const response = await signup(parameter); console.log(response); // Log the entire response object const { data } = response; console.log(data); // Log the destructured data } catch (error) { console.error('Error signing up:', error); } } ``` 2. **Validate Backend Response:** Double-check the backend to ensure the response is being sent correctly: ```javascript app.post('/signup', (req, res) => { const result = { someData: 'example' }; // Replace this with your actual data logic res.json({ result: result }); }); ``` ### Common Mistakes to Check: - **Typographical Errors:** Ensure that all names and paths are correctly typed. - **Cors Issues:** Ensure CORS is properly configured if your frontend and backend are on different domains. - **Base URL Configuration:** Ensure `baseURL` in your Axios instance is correctly set as `baseURL` and not `baseurl`. ### Example Correction: Here's a more refined version with additional error logging: ```javascript // api.js import axios from 'axios'; const api = axios.create({ baseURL: 'localhost:8000', }); export const signup = (parameter) => api.post('/signup', parameter); // signup.js import { signup } from './api'; async function sign(parameter) { try { const response = await signup(parameter); console.log('Full response:', response); // Log the entire response object const { data } = response; console.log('Destructured data:', data); // Log the destructured data } catch (error) { console.error('Error signing up:', error); } } ``` If these steps don't resolve the issue, please provide more details about the backend implementation and the actual response you're receiving from the API. This will help in diagnosing the problem more accurately. If it resolves your problem. i will be happy. Kudos to Chat-gpt.
@arunkumar_2212
@arunkumar_2212 2 ай бұрын
I'm getting Web server failed to start. Port 9393 was already in use. any solution?. also It didn't add table names in mysql.
@tamilskillhub
@tamilskillhub 2 ай бұрын
Try to change the server using application.properties file. Then start you application
@PRAVEENAC-c6h
@PRAVEENAC-c6h 2 ай бұрын
Now only understood the concept behind routers...A BIG THANKS SIR
@tamilskillhub
@tamilskillhub 2 ай бұрын
Thank you
@aswath6500
@aswath6500 2 ай бұрын
Un video ella semma useful ah irukku bro. I appreciate you.
@tamilskillhub
@tamilskillhub 2 ай бұрын
Thank you
@prabuterro9929
@prabuterro9929 2 ай бұрын
Super 🎉❤❤❤
@tamilskillhub
@tamilskillhub 2 ай бұрын
Thank you
@dineshkumarg6601
@dineshkumarg6601 3 ай бұрын
Bro table not created
@tamilskillhub
@tamilskillhub 2 ай бұрын
Check jdbc url and password configuration. Ensure the connectivity with database established. Check you have used @Entity annotation
@sivaabishek3891
@sivaabishek3891 3 ай бұрын
Thank you bro 🙏 waiting for upcoming springboot videos😊
@tamilskillhub
@tamilskillhub 2 ай бұрын
Thank you
@pubgillusiontown5959
@pubgillusiontown5959 3 ай бұрын
Thank you
@tamilskillhub
@tamilskillhub 3 ай бұрын
You're welcome
@Santhosh-n5h
@Santhosh-n5h 3 ай бұрын
Dont stop the efforts you will receive the full support soon.instead of watching 10 hrs video your approach was very awesome.❤
@tamilskillhub
@tamilskillhub 3 ай бұрын
Thank you so much 😀
@HariPrasath-j3r
@HariPrasath-j3r 3 ай бұрын
bro react js use panni portfolio ku oru video podunga bro
@tamilskillhub
@tamilskillhub 3 ай бұрын
Stay tuned
@sindhu.k5358
@sindhu.k5358 3 ай бұрын
Anna this is the first time I'm learning JWT can you share the github link I watched the entire video and typed the code I'm getting this error during signup - AuthController { "path": "/error", "error": "unauthorized", "message": "Full authentication is required to access this resource", "status": 401 } kindly give github link anna
@tamilskillhub
@tamilskillhub 3 ай бұрын
@kesavan_r4061
@kesavan_r4061 3 ай бұрын
sorce code send pannunga bro
@tamilskillhub
@tamilskillhub 3 ай бұрын
@venkateshR-cv6rm
@venkateshR-cv6rm 3 ай бұрын
Give Spring Microservice course
@tamilskillhub
@tamilskillhub 3 ай бұрын
Stay tuned
@Saravana-gc6ip
@Saravana-gc6ip 3 ай бұрын
send source code bro ,for verification
@tamilskillhub
@tamilskillhub 3 ай бұрын
@saravananDeadEnd
@saravananDeadEnd 3 ай бұрын
💯💯💯
@tamilskillhub
@tamilskillhub 3 ай бұрын
Thank you
@muthumalathika2985
@muthumalathika2985 3 ай бұрын
It is a type script
@tamilskillhub
@tamilskillhub 3 ай бұрын
No it's a javascript. But we can go for Typescript as well
@SajithAysha
@SajithAysha 3 ай бұрын
Na evvalavo materials search pannunen....one of the top level tutorial ungalodadhu. Romba Nandriiii🥳🥳🥳🙏
@tamilskillhub
@tamilskillhub 3 ай бұрын
Thank you