I've found this guy as the most genuine of all tech youtubers. No fancy camera setups and lighting or effects. Just to the point discussion of computer science concepts. While the others keep rambling about how so and so got a 1 Cr package at xyz company.
@akhil1996kc Жыл бұрын
One thing I would like to add on point made at 6:56 on Content-Type header: Content-Type basically specifies what type the current data is being sent (request or response) but doesn’t necessarily mean the requester is also expecting the response in the same type. We have a different header called “Accept” which specifies what all data types the requester supports. We typically see this when uploading images where the content type is typically a blob, the server can send a response in JSON { “uploaded”: true}.
@undergraduate6050 Жыл бұрын
Type of content word, pdf, Json, excel
@buckybarnes76322 жыл бұрын
I understood that blury line between REST and HTTP for the first time. Thank you for sharing!
@Merohit02 күн бұрын
I don't even know what REST is before this video, thank you so much arpit sir for this indept and quick information ... Know i am thinking why this type of content is not found me during my initial btech course , btw i am currently in 8th sem. yes i know its preety late ...
@shivanju2 жыл бұрын
Man you're making some quality content. Best wishes.
@AsliEngineering2 жыл бұрын
Thanks a ton :)
@mohitkumartoshniwal2 жыл бұрын
Got a very thorough understanding of rest over http. Liked the explanation of pros and cons of where rest suits best.
@samarthdhawan2229 Жыл бұрын
Best in depth explanation video for understanding REST architecture
@codygaurav63842 жыл бұрын
Thankyou for such detailed explanation. Liked your way of teaching point to point and clear explanation.
@krishnamohan67562 жыл бұрын
Seriously if you were my professor, I don't miss a single class, finally I found someone knows how to explain things in an easy manner Thankyou Arpit!!
@confused_learnervn86672 жыл бұрын
Just found your channel.its amazing with great content 🎉. Thanks for the knowledge.
@shaheerazfar20222 жыл бұрын
What a value-added content ! Kudos. We need more people like you !
@darshandani1 Жыл бұрын
That was a great video ! Thanks a lot !
@akankshakumari2132 жыл бұрын
Really great content and with example. You are doing a great job. 👍 Best wishes
@SudhanshuShekhar61512 жыл бұрын
(Super thumbs up)exp2 for the explanation. Thanks!
@KnowledgeGuide859 Жыл бұрын
HTTP/3 runs on QUIC which relies on UDP instead of TCP
@khushaltrivedi98292 жыл бұрын
how much nested REST url is fine and what is best practice for update and delete resource in one API call?
@anujupadhyay1854 Жыл бұрын
HTTP/3 relies on the User Datagram Protocol (UDP), not the Transmission Control Protocol (TCP).
@KailashKangne6 ай бұрын
QUIC
@rohithchittibommala20022 жыл бұрын
I really liked the way you teach, the only hold up is course price 😞
@AsliEngineering2 жыл бұрын
I understand but really sorry I do not offer any discount. There are "edtech"s that are charging in lakhs. You would see the value when you enroll. Go through the testimonials once. Feel free to reach out if you have any questions. more than happy to answer them.
@rohithchittibommala20022 жыл бұрын
@@AsliEngineering It could be great at least if you can offer any student discount
@AsliEngineering2 жыл бұрын
@@rohithchittibommala2002 My course is not suitable for students. Need at least 6 months to a year of work expex to get the best benefit out of it.
@blazkowicz666 Жыл бұрын
I have been binging your videos 🙏🙏 please do one on QUIC
@psiddharth992 жыл бұрын
Awesome!
@PumpkinEater6699 Жыл бұрын
Is don't get any REST😢
@akashsingha26162 жыл бұрын
Brilliant 👍
@yashgarg35492 жыл бұрын
great video but can you please give some real life examples where rest was not preferred and why or systems migrated from rest
@AsliEngineering2 жыл бұрын
gRPC. Already have a video on it.
@PRITESHKRSRV2 ай бұрын
Web sockets
@asktostranger8296 Жыл бұрын
Do you think data structures and algorithms are important?