Mastering Java and Spring Boot - Live Course : bit.ly/TeluskoJavaLive Coupon for 20% Discount : TELUSKO20 For More Queries WhatsApp or Call on : +919008963671
This is one of the best explanation. Summary in layman's term: State of object = values of object We need to fetch an object's value not the object. That's why we have defined a JSON/XML format. In this format we receive the values of object that is state of objects.
I absolutely love this guy. He's so knowledgeable and I love how thorough his explanations are and he explains it in such a way where beginners won't get completely confused. His enthusiasm and energy really shines through his videos too, which keeps you engaged.
discovered your channel way too late. If I had discovered when I was at school, I would have learned programming much more effectively. You get right to the point, unlike most other channels.
This clears off my REST API concepts; and thanks a lot for not playing any crappy music in the background like others. Love your energy. Much appreciated!!!!
When I saw you I remember Mr.Satya Nadela I will pray to god and support you through donations and watching ads without skipping any ad so, that you will be able to make a huge IT Company in India you are fabulous sir.
A very good explanation.Although i work on REST API, still was not aware of many things. I have already subscribed to your channel. Shall be looking thru all your videos.
I really love your examples in all the videos I have watched so far! They are highly-relatable and make the concepts so easy to understand. Thanks for the effort!!!
I watched many videos' for REST API what exactly it is but none really tried to make it so simple and illustrative as you did ! I am network security engineer but i really wanted to understand the very basic of REST API ! You nailed the BASIC of REST API and anyone watching this video can easily understand the usage/example/structure of REST API ! Even the documentation available online did not help as much you helped ! Thank you very much from the Heart :) Moreover i noticed only Indian techies make complicated things look easy honestly as others will only explain in technical terms only like engineering books ! Simple RESTful explanation of REST API :) You were really able to explain the meaning of " representational state transfer "
Wow, this was the only explanation of APIs that actually made sense. Ive been trying to understand the concept forever from all these articles and other videos that just didnt understand the basic concept like this video does. Thank you!
I can always rely on Telusko to understand any concept. Thank you so much Navin, great content as always! (and you make us laugh while we learn, which is awesome)
Love your videos sir, thank you so much. You have a way of taking things that are all jumbled up in my head and making them seem clear and logical. I'm very grateful for your efforts.
By the end of the video, I felt so happy THANK YOUU. REST API is something that I couldn't comprehend for a long time, and you just did magic in those 11 minutes.
Finally, I realized what exactly is REST API. I'm sending data, not representation of it. Thanks dude. IMHO XML is dead in web, maybe it is used in Java application between applets and servlets, but as I see normal web apps use JSON format.
Awesome One brother! I have been going through n number of articles to clearly understand what a restful API is. But, this one clearly explains everything you need to know as a beginner. Thanks Kavin!
For Representation State Transfer : can we understand as we are taking a " snapshot of data of that Object " which is the Objects state at that moment.. which may keeps varying at the later point of time.. and transfering in either XML or JSON formats. so hence namingg with Acronym REST makes much sense as the state of that object is being transfered... please suggest whether my understanding is correct.
In short, when we request data instead of a web page from server, which in fact is a state of an object, we use REST API to receive that state of an object in xml/json format and by using REST API we do CRUD operations, and jersey and sparing is the way of implementing this REST API, i think this should make things clearer...
He really starts explaining it really at @8:03. It's very much related to the purpose of xml/json so that's why it may seem that way. It'd be nice if he showed an implementation, which is why you probably still don't quite get it.
Mastering Java and Spring Boot - Live Course : bit.ly/TeluskoJavaLive
Coupon for 20% Discount : TELUSKO20
For More Queries WhatsApp or Call on : +919008963671
The smile on your face clearly shows how much passionate you are about democratizing your learning.
This is one of the best explanation. Summary in layman's term:
State of object = values of object
We need to fetch an object's value not the object. That's why we have defined a JSON/XML format. In this format we receive the values of object that is state of objects.
I absolutely love this guy. He's so knowledgeable and I love how thorough his explanations are and he explains it in such a way where beginners won't get completely confused. His enthusiasm and energy really shines through his videos too, which keeps you engaged.
Whenever im having a problem with Java etc. first I look for your tutorials!
discovered your channel way too late. If I had discovered when I was at school, I would have learned programming much more effectively. You get right to the point, unlike most other channels.
This is how you teach. Start with a problem and move gradually towards a solution. Weather App was a good example. Good job.
And that's why you have half a million subscribers brother. Beautiful explanation. Some people are born to become teachers.
1st video till now out of a dozen.....which totally appealed to me , i related the defination to REST api somewhere near the name 😅. thanku sir
you really helped me to understand what is an API and XML/JSON. You explained as i want to understand. thanks
Thank you so much sir for your teaching, the way you teach any topic made me fall in love with this Computer Language
Sir, you are a .. GEM of these booming technologies. thanks for making these free videos for youngsters!!
Hands down the best explanation of Rest API on the internet
This clears off my REST API concepts; and thanks a lot for not playing any crappy music in the background like others. Love your energy. Much appreciated!!!!
When I saw you I remember Mr.Satya Nadela I will pray to god and support you through donations and watching ads without skipping any ad so, that you will be able to make a huge IT Company in India you are fabulous sir.
This is one of the best explanations to REST APIs and its context!!!
Real time example is the highlight of ur contents..great teacher
Hats off!!! Finally I understood what is REST API and how is it used? Thank you Sir.
I found your intelligence of content creation and execution at 08:08 by those popping of "like" 👍
You always make sessions interesting by giving different real time example which helps understanding the topic easily. Thanks Navin
Agree with earlier comments, this may be the clearest explanation behind the REST principle to find on RUclips.
I love the way Navin walks through his thinking process...
Okay Suzuki (Car).. But yes He is spectacular at explaining Concepts ... Student from United Kingdom
Best video on REST overview.
Thanks Naveen !!!
THE WAY YOU EXPLAIN IS SO EASY TO UNDERSTANDDDDDDDDD.
THAAAANKS BRO
Representational state transfer explanation 👏👏 hats off
A very good explanation.Although i work on REST API, still was not aware of many things. I have already subscribed to your channel. Shall be looking thru all your videos.
Hi
Hi,
Can you create an product import API for ecommerce store
😂
You have mind blowing conceptual clarity :)
By far my favorite coding youtube channel. Thank you so much! You do excellent work. 7:48-8:09 golden.
Oh hlo ..
Ur name?
I'm almost new, but I can pick up and understand clearer than my life. :). I love how you explained in detailed.
I really love your examples in all the videos I have watched so far! They are highly-relatable and make the concepts so easy to understand. Thanks for the effort!!!
Best explanation of REST API 👏💫
You are so charming and one of great teacher I have seen in my life.
Wonderful explanation! Subscribed!
I watched many videos' for REST API what exactly it is but none really tried to make it so simple and illustrative as you did ! I am network security engineer but i really wanted to understand the very basic of REST API ! You nailed the BASIC of REST API and anyone watching this video can easily understand the usage/example/structure of REST API ! Even the documentation available online did not help as much you helped ! Thank you very much from the Heart :) Moreover i noticed only Indian techies make complicated things look easy honestly as others will only explain in technical terms only like engineering books ! Simple RESTful explanation of REST API :) You were really able to explain the meaning of " representational state transfer "
echo your comments.
First Tutorial i see that talks about the state of an object and makes the S in REST have a meaning
The smile on your face feels good.
Wow, this was the only explanation of APIs that actually made sense. Ive been trying to understand the concept forever from all these articles and other videos that just didnt understand the basic concept like this video does. Thank you!
Loved the way in which you explained.. I wont forget what is REST API at basic level anymore..
In just oneday I have gone through many videos n understood many concepts. Thank you Sir...
your content and teaching skills are magnanimous.
*magnificent. Magnanimous means charitable.
Amazing explanation. You are "REST API Spiderman"
I can always rely on Telusko to understand any concept. Thank you so much Navin, great content as always! (and you make us laugh while we learn, which is awesome)
What cc,x
What C
xcEckc XV emz xz
This is the best explanation of API yet
Absolutely very clean and excellent info. Thanks Navin
Best explanation I’ve seen on RUclips
Am glad I found you, learning will be easier now :)
Very well explained like always!!
I can say that this, probably, is the BEST explanation of API, REST-API, and use of these two. Amazing!
In a single word "Superb". Excellent!
i haven't found as easy description as you given...#keep_it_up
this is the best explanation ever Thank you Navin
Man you have the best class in youtube i mean that. You can even make a def person understand all these IT gibber jabber
Grt commnt
Boring tutorial
In a small video you teach excellently...i cleared my doubt.....thank you
Bro! You are one of the best instructors I have come across in my life. Thank you!
He is good
THANKS a lot for the very brief explanation with examples
Hey your way of teaching and representation is just amazing. Kudos to you
you always make things look very easy!!!!
Love your videos sir, thank you so much. You have a way of taking things that are all jumbled up in my head and making them seem clear and logical. I'm very grateful for your efforts.
wow.... very informative. i like your style of teaching.. great
I really get impressed with your knowledge and lecture. Thanks for sharing.
Support sir channel by donating some money thank you.
@@Siddharth-uo6zw 😏
Best explination I have watched about what is a web service so far!
Very beautiful explaination Navin.
Clean and short explain mean you really understand the concept and can share it in easy way.
Your way of explaining the concept is awesome... Keep it Sir🙌
Wow! it's Amazing I did it well ! Perfect work !
simply love it... fantastic job and it's really one among the best technical videos pool...
By the end of the video, I felt so happy THANK YOUU. REST API is something that I couldn't comprehend for a long time, and you just did magic in those 11 minutes.
Wow man. First time i understand what REST is. Thanks.
Totally awesome, I have been struggling with the concept of RESTful for awhile now, thank you so much..!!
Finally, I realized what exactly is REST API. I'm sending data, not representation of it. Thanks dude.
IMHO XML is dead in web, maybe it is used in Java application between applets and servlets, but as I see normal web apps use JSON format.
I think your python tutorial is revelation for this chanel isnt it?
When I search python tutorial telusko is first!😃
Amazing trick to make a ground to tell the real story - that is REST. Amazing presenter
what a great tutorial in short time
your explanation is too strong sir.
Hats off.
Awesome sir superb...many thanks to u....pls create an example of restful API with python....
plz let me know if u have got any example
Sir bahot aache se samjhate ho, maza aaya.
That intro tho 😍👌🏻👌🏻
Your explanation is very easy to understand
Thank you again for a great explanation on things. Really appreciate the time you put into educating others.
U r great. Ur explaination is very practical. Keep it up
This is the first video of 6, that explained me in a pretty good way wtf is this, thanks man!
First time referring your tutorial, Explained well, Thank you.. will keep following you!!!
Extremely informative as always, Mr. Navin
Explanation is very clear.thank you
Amazing!! content is really informative. Thanks
You are a wonderful instructor. I am biginner in java and I am learning java much faster with the help of your tutorial videos. Thanks you Navin.
You are a genius sir....🙏🙏🙏
Will you be my Guru.....
Would love to work for you...🙌🙌
Good Explanation and easy understand for learners
Your english is classy bro, thanks for the wonderful tutorials!!
This is really the best explanation about REST API so far.
Awesome One brother! I have been going through n number of articles to clearly understand what a restful API is. But, this one clearly explains everything you need to know as a beginner. Thanks Kavin!
Thank you very much sir! Great explanation as always
For Representation State Transfer : can we understand as we are taking a " snapshot of data of that Object " which is the Objects state at that moment.. which may keeps varying at the later point of time.. and transfering in either XML or JSON formats. so hence namingg with Acronym REST makes much sense as the state of that object is being transfered... please suggest whether my understanding is correct.
Learning is much easer from you
Brother, you forgot telling what is REST API ? , in all that talk.
He tell already you dont listen
In short, when we request data instead of a web page from server, which in fact is a state of an object, we use REST API to receive that state of an object in xml/json format and by using REST API we do CRUD operations, and jersey and sparing is the way of implementing this REST API, i think this should make things clearer...
@@rentic888 sir how will we implement REST API for getting state of an object instead of html web page?
@@rentic888 nice explanation...
He really starts explaining it really at @8:03. It's very much related to the purpose of xml/json so that's why it may seem that way. It'd be nice if he showed an implementation, which is why you probably still don't quite get it.
i love this guy , he make me a programer and after 3 years i see again this video and i have to learn again from him
Sir, please make tutorial on CORBA asap.
For beginners like me, its so useful
telusko means in telugu :know it
Don't want to know 😊
It’s a great name for a tech RUclips channel, isn’t it? That’s what I noticed when I started to follow this channel.
great explanation couldn't be more easy to understand thankyou telusko