Spring MVC Tutorial | Full Course

  Рет қаралды 1,001,956

Telusko

Telusko

Күн бұрын

Telusko Courses:
Spring and Microservices Live Course : bit.ly/springmslive
Coupon: TELUSKO25 (25% Discount)
Industry-Ready Java Spring Microservices Developer Live : bit.ly/JavaMS2
Complete Java Developer Course : bit.ly/Comp-Java-Dev-2
Coupon: TELUSKO20 (20% Discount)
Udemy Courses:
Java:- bit.ly/JavaUdemyTelusko
Spring:- bit.ly/SpringUdemyTelusko
Java For Programmers:- bit.ly/javaProgrammers
For More Queries WhatsApp or Call on : +919008963671
website : courses.telusko.com/
Instagram : / navinreddyofficial
Linkedin : / navinreddy20
TELUSKO Android App : bit.ly/TeluskoApp
1. Introduction to Spring MVC - 00:05
2. Spring MVC with Example (Hello World) - 09:11
3. Spring MVC with Example (DispatcherServlet) - 17:18
4. Spring MVC with Example (RequestMapping) - 27:26
5. Spring MVC with Example (ModelAndView) - 31:17
6. Spring MVC Expression Language - 35:14
7. Spring MVC Annotation Controller, Configuration, RequestMapping, ComponentScan - 39:52
8. Spring MVC Annotation | RequestParam - 52:57
9. Spring MVC Example using Java Based Configuration - 55:59
#spring #mvc
Cheatsheet : www.dropbox.com/s/8dbsipjnl33...
Java:- bit.ly/JavaUdemyTelusko
Spring:- bit.ly/SpringUdemyTelusko
More Learning :
Java :- bit.ly/3x6rr0N
Python :- bit.ly/3GRc7JX
Django :- bit.ly/3MmoJK6
JavaScript :- bit.ly/3tiAlHo
Node JS :- bit.ly/3GT4liq
Rest Api :-bit.ly/3MjhZwt
Servlet :- bit.ly/3Q7eA7k
Spring Framework :- bit.ly/3xi7buh
Design Patterns in Java :- bit.ly/3MocXiq
Docker :- bit.ly/3xjWzLA
Blockchain Tutorial :- bit.ly/3NSbOkc
Corda Tutorial:- bit.ly/3thbUKa
Hyperledger Fabric :- bit.ly/38RZCRB
NoSQL Tutorial :- bit.ly/3aJpRuc
Mysql Tutorial :- bit.ly/3thpr4L
Data Structures using Java :- bit.ly/3MuJa7S
Git Tutorial :- bit.ly/3NXyCPu
Donation:
PayPal Id : navinreddy20
www.telusko.com

Пікірлер: 618
@himalaygswm
@himalaygswm Жыл бұрын
Your method of teaching is incredible. I mean, your strategy. You explain concepts through errors they could create, which automatically explains why we need something in the first place.
@arnoclaude317
@arnoclaude317 4 жыл бұрын
personal summary: normal mvc: controller gets input, communicates with model to get data and displays that data on view. spring mvc: we need one front controller that controls multiple controllers. client sends request to front controller (also called DispatcherServlet) who then decides to which next controller to forward that requests. For everything to work, you need to create a .xml file that says what servlet to call when you perform a certain action so that the Dispatcher knows where to forward your request to. Methods that get called by the user. via button for example need have the @RequestMapping annotation. The controller needs to have the @Controller annotation.
@marijastojchevska9193
@marijastojchevska9193 Жыл бұрын
Very detailed and helpful explanation for all Spring beginners! I like that you wrap up all the previously mentioned things at the end of each video.
@rairai6202
@rairai6202 5 жыл бұрын
25:18 thanks for showing error first, before actual file creation. This is best way to learn any framework
@amanbhayani65
@amanbhayani65 4 жыл бұрын
I have to say. One of the best quick understanding of Spring MVC! No BS jus straight to the point thank you very very much!
@francescogalvao6369
@francescogalvao6369 3 жыл бұрын
Man, you don't know how you helped me, I'm trying to get a job as junior programmer and they want us to develop in spring mvc and you really helped me at doing this, thanks a lot man
@satyabatigoswami1735
@satyabatigoswami1735 5 жыл бұрын
Thanks a lot sir. You really inspire me. Your courses are very helpfull. I have learned a lot from your java courses. Thank you again
@student99bg
@student99bg Жыл бұрын
I wanted to say that the video is worth every penny but I can't, because you posted it on youtube and thus you allowed us to watch it for free. Thank you very much!
@prithwirajjadhav1611
@prithwirajjadhav1611 4 жыл бұрын
Extremely helpful training. Esp. for experienced programmers getting on to Java.
@smblog2354
@smblog2354 Жыл бұрын
Thank you :) Pinning for self refernce : 1. 6:06 - what front controller does 2. 7:02 - page + data 3. 7:20 - controller sends data to dispatcher servelet 4. 7:28 - data + view name, now FC wilol call that view. 7:49 - as aclient you are dealing with the FC/dispatcher servlet. 8. 8:30 - change the config easily
@techkri
@techkri 4 жыл бұрын
Who else is a Noobie to SpringMVC like me :) ?
@GodiPM
@GodiPM 2 жыл бұрын
no one..... only you
@ModiJi_Family
@ModiJi_Family Жыл бұрын
Are u still noobie?
@vajraveluc3606
@vajraveluc3606 Жыл бұрын
Me
@angelastanciu273
@angelastanciu273 Жыл бұрын
@vancedyoutube1484
@vancedyoutube1484 Жыл бұрын
Me
@piusvictor8780
@piusvictor8780 3 жыл бұрын
Me am a Magician,Spring is Magic and Telusko is a Super Magician in Java Technology,you have awesome teaching skills on how you flow the concepts,it is really easy to understand the complex concepts with your teaching style.Thanks for sharing.
@user-sj3fp2xq2m
@user-sj3fp2xq2m 4 жыл бұрын
I just watched your clip from 2017 and it has better sound than this one :o Much love bro, you're a life saver.
@rairai6202
@rairai6202 5 жыл бұрын
Telusko, person like you are making this Internet world more valuable
@bhavyasrivastava1889
@bhavyasrivastava1889 4 жыл бұрын
This is one of the best Spring MVC tutorials i have seen. Great work, and keep it up!
@akshitashrivastava6929
@akshitashrivastava6929 3 жыл бұрын
Agreed
@sangeetakumari1468
@sangeetakumari1468 3 жыл бұрын
so well explained,some people are so good with teaching and u r one of them!it's so easy to get what u say and things u explain in a simple ,understable way.
@epoxyde
@epoxyde 4 жыл бұрын
I hope you realise the huge amount of help you provide to people who are struggling to understand these concepts. That was so clear and well explained. I usually don't write comments, only subscribe, but you deserve everything so in the name of all the people who show their gratitude silently without telling you, I thank you a lot and I hope you will continue to share your knowledge on java with us.
@parthsalat3915
@parthsalat3915 2 жыл бұрын
I hope you realise that along with helping students via youtube videos, you should also put links to the online resources and books you referred to while studying these topics. This way those who want to dive deeper can do so.
@CarlosFernandez-js8yn
@CarlosFernandez-js8yn Жыл бұрын
@@parthsalat3915 bro are have you been like abused???
@rekildo
@rekildo 7 ай бұрын
just finished watching the video. It was all worthy it. Came here after watching jsp&servlet video + spring core. thankyou sir for the knowledge. Now i am headed towards spring boot. The ample amount of info which you provide is just amazing. Regards
@vm1662
@vm1662 4 жыл бұрын
Best spring mvc resource on KZbin I've come across. Thanks a ton!!!! :)
@ama-zing
@ama-zing 4 жыл бұрын
Hello Navin, your tutorials are too good, it would be really helpful if you can demonstrate xml based configuration along with annotations
@shaikadil4972
@shaikadil4972 4 жыл бұрын
Awesome tutorial.... Works great for brushing up the skills. :) Good Work man... Keep Going !!
@tukapan65
@tukapan65 Жыл бұрын
Thank you so so much. I've finished your tutorial and everything has gone smoothly.
@sonaligayake9240
@sonaligayake9240 Жыл бұрын
This playlist also completed , Navin sir explained everything very well 👍🙏
@karthickkumar8841
@karthickkumar8841 5 жыл бұрын
Hi Naveen, Thank you so much..your way of communication is easy to listen and grasp the concept with ease . You have covered spring MVC basics with XML based,annotation based and java based configuration. It was very useful for me and now I feel confident in this concept.. Please make videos on angular js and react js ,since many projects they are asking skillset with any of the front-end technology. I will be waiting for it..Please make video on front-end technology. You made my day sir..All the best for your future..Thanks a lot sir.
@akware977
@akware977 4 жыл бұрын
Thanks Navin....you always refresh my technology knowledge and help to get to basics again...Thanks alot
@pranoydas4068
@pranoydas4068 4 жыл бұрын
Hi Sir, Thank you so much for lovely explanation. I have learnt so many things in java from your video. Could you please make a full video regarding Spring AOP? Please sir !!!
@benjamenaremu2027
@benjamenaremu2027 5 жыл бұрын
Thanks immensely Navin. I really appreciate this tutorial.
@alaetouba9049
@alaetouba9049 4 жыл бұрын
thhaanx a lot telusko, just found you and immediatly subsribed, more on spring please
@vijayakumar4804
@vijayakumar4804 4 жыл бұрын
Thanks for the core MVC model videos really good for learning the basics which are the foundation
@shailendraraghav9725
@shailendraraghav9725 4 жыл бұрын
You are a champ in teaching, like your stuff!
@atiqurrahman7260
@atiqurrahman7260 3 жыл бұрын
Really nice, the way you explain is unique keep up the good work. Thanks for such an awesome tutorial.
@abhishekgowda4426
@abhishekgowda4426 3 жыл бұрын
Hello Your tutorial videos are awesome ✨. It would be great for beginners to learn. The way you explain the stuff is awesome. Good job
@navguide6502
@navguide6502 4 жыл бұрын
🙏 A big thanks to Navin Reddy and team. 👏👏
@laerciogoncalves1361
@laerciogoncalves1361 5 жыл бұрын
Ok, I usually don't comment on videos, but I have to make an exception and tell you that I'm really grateful that I found your channel! Thank you very much for your videos! It's gonna help me a lot! You just got a new Subscriber.
@kannavsharma8453
@kannavsharma8453 3 жыл бұрын
Was referring many udemy courses but the way u cleared all stuff in 1 video they cant do in week thx a lot
@ashishsahoo6394
@ashishsahoo6394 4 жыл бұрын
Great video. Helped me a lot for my interview. Thanks Sir. Looking forward for more exciting videos like this.
@parthsalat3915
@parthsalat3915 2 жыл бұрын
150rs dega?
@manjupargavig8379
@manjupargavig8379 3 жыл бұрын
You are awesome 👏 nobody explain like and appreciate ur team showing visual effect of the concept and sync with your explanation
@geekgod9320
@geekgod9320 4 жыл бұрын
A perfect method to teach sir!! Thank you so much and I shall now start with my next project (my first one) on Spring MVC. I suggest you to keep adding as many videos as possible and educating tons of students. One of the best channels for learning. Once again ... thank you a so much sir!!
@sabyasachisingh6520
@sabyasachisingh6520 2 жыл бұрын
Io
@sabyasachisingh6520
@sabyasachisingh6520 2 жыл бұрын
Oi
@sabyasachisingh6520
@sabyasachisingh6520 2 жыл бұрын
O
@sabyasachisingh6520
@sabyasachisingh6520 2 жыл бұрын
Oik
@luckyarjun8946
@luckyarjun8946 2 жыл бұрын
I cannot express how happy I'm to find navin in KZbin. Your videos are amazing sir. It helped a lot
@ez_mod
@ez_mod 4 жыл бұрын
Thanks to ruby on rails framework that has made me get the big picture. last time i was here everything was in Chinese, now i can appreciate your effort and the point is clear. Thanks
@earntotrade6030
@earntotrade6030 3 жыл бұрын
ありがとうございます先生!
@daranigms7469
@daranigms7469 3 жыл бұрын
Avi さんは日本人ですか?
@altamashalisheikh
@altamashalisheikh 4 жыл бұрын
Awesome videos sir Thank you so much.
@swapnilsingh7170
@swapnilsingh7170 2 жыл бұрын
After a lot of hustle finally I am able to implement all the things mentioned in this video without any error.. Thank you for this course...
@prabaelvis3099
@prabaelvis3099 3 жыл бұрын
Please keep up the great work.. you are doing wonderful job to the community
@rajshekharpenshanwar7420
@rajshekharpenshanwar7420 4 жыл бұрын
Thank you so much sir ...your all videoes are very very understandable and much more simpler. may you didn't know you have quality of making hard things simple..😀😀... i learn complete python from telusko learning... Keeep it up sir..Ag@in Thanks....😊😊😊
@jasminem4661
@jasminem4661 2 жыл бұрын
I got the job.... because of you.... Thankyou sir....God bless you and your family....
@rishabhgupta4133
@rishabhgupta4133 Жыл бұрын
Amazing sir, awesome explanation ♥
@altamashghaus9728
@altamashghaus9728 Жыл бұрын
Too good, straight on point 🤘
@ritankardey3043
@ritankardey3043 4 жыл бұрын
I am a full time UI developer working in Angular 6/ 7, wanting to become a full stack developer - finding your videos very useful for learning back-end stuff!
@umar1099
@umar1099 2 жыл бұрын
Congrats all the best for your future bro
@tejakommineni2415
@tejakommineni2415 2 жыл бұрын
Bro can you teach me angular concepts
@yusunryu1129
@yusunryu1129 4 жыл бұрын
Thank you for making a great tutorial.
@Midacasa
@Midacasa 10 ай бұрын
Este tutorial me encanto me ayudas mucho es que la mayoria de los errores son por no llevar un orden de packets, gracias, danke, thank
@swetajain5850
@swetajain5850 Жыл бұрын
Thanks a lot.....way of your teaching is incredible.
@kanchulakshmanarao7290
@kanchulakshmanarao7290 4 жыл бұрын
Good Explanation !!! Thanks.
@vaibhavshinde6926
@vaibhavshinde6926 4 жыл бұрын
Today I come to know how spring works deeply. Thank you sir.
@androideparanoico_
@androideparanoico_ 4 жыл бұрын
Thank you a lot, you are amazing!
@haq9914
@haq9914 4 жыл бұрын
great video sir!...Best Tutorial for beginners like me.
@houseofmalik9944
@houseofmalik9944 7 ай бұрын
really worth watching, learned a lot about spring MVC
@avinashmahanthi6688
@avinashmahanthi6688 2 жыл бұрын
I enjoyed this course. Outstanding!!🔥🔥🔥🔥
@Bestshivam
@Bestshivam 3 жыл бұрын
Thanks....You really taught the basic concepts so well..
@F11550i
@F11550i 4 жыл бұрын
38:48 just for the purpose of teaching DI and IoC i would like to use instead of "new" , @Autowired (from your other teachings)
@_randomstuff
@_randomstuff 2 жыл бұрын
I have viewed some other videos of spring and can say yours is well explained and covered more concepts
@karriprakash6543
@karriprakash6543 2 жыл бұрын
Interest on java becomes loving java and getting a job as a java developer only happens when I watch your tutorials these will actually fascinated and I agree I'm an alien 😅😅
@tovenkatesgmail
@tovenkatesgmail 4 жыл бұрын
Nice explanation. Thanks
@sharkcaptain9111
@sharkcaptain9111 4 жыл бұрын
Best video Ive seen on this topic. The explanation at the beginning just got me past a major road block! Thank you so much for such a helpful teaching style and awesome video.
@jesseyang3137
@jesseyang3137 2 жыл бұрын
Thank you so much. your video helped me a lot!!!
@umeshkhatiwada4635
@umeshkhatiwada4635 5 жыл бұрын
Sir do a complete real world project using spring boot and security!!! I am eagerly waiting for it.
@cesaredwuardsperezrobles5458
@cesaredwuardsperezrobles5458 3 жыл бұрын
Go read the docs bro ....
@kumarmanish9046
@kumarmanish9046 3 жыл бұрын
@@cesaredwuardsperezrobles5458 because the docs are so readable user friendly for beginners ? with great examples? and explanations? Also why are YOU here on a tutorial page instead of reading *docs* ?
@Bah_heh
@Bah_heh 3 жыл бұрын
Kumar Manish 🤣🤣🤣👏👏👏 well said brother
@naveengupta6878
@naveengupta6878 3 жыл бұрын
@@kumarmanish9046 LMAO Destroyed!!
@botten4187
@botten4187 2 жыл бұрын
@@kumarmanish9046 there is a difference between asking nicely and "SIR, DO THIS IMMEDIATELY!!!! (OR ELSE)"
@ademiroliveirasantos1862
@ademiroliveirasantos1862 4 жыл бұрын
Very good! Thank you...
@alexanderdolidze
@alexanderdolidze 4 жыл бұрын
Excellent explanation, Sir. 👏 👏 👏 Bravo.
@anisha1155
@anisha1155 Жыл бұрын
Thanks for this video sir 🙂 I have a question, why didn't we mention @configuration on top of MyFrontController class in Java based configuration ? Can anyone please help me with this ?
@vijaymamoria
@vijaymamoria 4 жыл бұрын
27:30 the Project structure is changed but NOT mentioned in the video. The AddController is Shifted from resources folder to a new java folder. Now it is showing result as shown in the video.
@mukundvinayak6786
@mukundvinayak6786 4 жыл бұрын
@vijay its been long hope you get your issue resolved by now but if you dont then plz try to reconfigure the project facets in propeties option when you right click on your application
@jinxxftw
@jinxxftw 3 жыл бұрын
which java folder can you specify?
@funycpk6472
@funycpk6472 3 жыл бұрын
Thanks you bro.
@ranjithkumarravichandiran8983
@ranjithkumarravichandiran8983 Жыл бұрын
Thank you so much for clear explanation. Naveen sir your way of teaching is awesome!!👌
@viralvids8157
@viralvids8157 11 ай бұрын
do you have notes of this tutorial
@user-nb1rg8ne7p
@user-nb1rg8ne7p 4 жыл бұрын
nice one ..it help me to understand basic spring mvc thank you..
@aayushipriya2721
@aayushipriya2721 Жыл бұрын
hi I did the mapping but still getting 404 error on browser, why?
@geethugeethz3662
@geethugeethz3662 4 жыл бұрын
Awzm tutorial😍🤩👌
@techhouse9221
@techhouse9221 2 жыл бұрын
yeah!! You are the man .Great work
@rakeshlaxman9917
@rakeshlaxman9917 3 жыл бұрын
Thanks Navin, Made my day with spring
@BHARAT_PRODCAST
@BHARAT_PRODCAST 4 жыл бұрын
sir in my eclipse only import org.springframework.stereotype coming not .controller..i tried everything please help me.
@jinxxftw
@jinxxftw 3 жыл бұрын
Hello, can you please make a video on creating some calculations(like taking the values, storing them some where, receiving them and then calculating), using spring mvc in eclipse? I haven't found such projects anywhere, it's all basic login pages. And also, about styling the front end page. Thank you!
@andreaschiavetti3036
@andreaschiavetti3036 4 жыл бұрын
You're the best
@rakshitsoni1977
@rakshitsoni1977 Жыл бұрын
can you just elaborate a bit about two scenatios. At 47:07 you mentioned the config class in getservletConfigClass.. where as at 1:11:22 you mentioned the config class in the rootconfigClass().. How could we decide where to mention the config file?
@-zhuopan7565
@-zhuopan7565 11 ай бұрын
and you my friend, you are the true hero!!!
@mukulpanchakarla8944
@mukulpanchakarla8944 4 жыл бұрын
hi ,inside src/main/java when I try to create a package folders are being created with the package structure. How to change that
@venkatkodali5742
@venkatkodali5742 3 жыл бұрын
Sir, by listening your classes not only learning technology, I am personally getting interest, likeness on it. thanks to god giving you for me, before learning Spring, Spring Boot.
@anushikasinha4948
@anushikasinha4948 3 жыл бұрын
Thank you so much.
@davidcarlos5568
@davidcarlos5568 4 жыл бұрын
You are good at explaining bro. I appreciate you being there for us. Am looking into mybatis though not sure I've seen a video for that
@akshitashrivastava6929
@akshitashrivastava6929 3 жыл бұрын
Agreed
@prashanttiwari120
@prashanttiwari120 4 жыл бұрын
Great Video. Excellent work Telusko . Please make a project with spring Security with login logout feature containing concepts of cookie and session .
@sushantpatil8051
@sushantpatil8051 3 жыл бұрын
Sir you are awesome. Keep going.....
@jeffreylukebrunett3932
@jeffreylukebrunett3932 3 жыл бұрын
8:52 "As developers we are magicians" BD
@sunilchandramn3001
@sunilchandramn3001 4 жыл бұрын
Very nicely explained. Thanks so much.
@mallikarjunshurpali
@mallikarjunshurpali 8 ай бұрын
I am your huge fan of teaching sir .
@khusbugautam4857
@khusbugautam4857 Жыл бұрын
Life saver to my developer career
@galachadrell4942
@galachadrell4942 2 жыл бұрын
Hi Navin, I am watching you tutorial now and I love it. But been stuck. I was creating a maven project following your steps but mine come up with an error at the POM file on the first line,how do i fix it?please help
@isurumaldeniya2463
@isurumaldeniya2463 3 жыл бұрын
Your explanations are very clear. thank for them. If you can do guiding tutorial to spring mvc developers who wish to move to intellij idea from the eclipse it is big pleasure. basically it should be like intelij idea review regarding spring mvc project (not for spring boot) .
@abhishektyagi4428
@abhishektyagi4428 5 жыл бұрын
Sir Could you please make a video explaining the resources you use to learn or enhance your skills about languages
@ThePomelo09
@ThePomelo09 5 жыл бұрын
this is awesome !
@poorpanda9033
@poorpanda9033 6 ай бұрын
Best tutorial on Spring MVC !
@MdRoman-ve8gc
@MdRoman-ve8gc 2 жыл бұрын
It's very helpful content which clear my concept on Spring MVC configuration. Thank you Sir.
@lakshgangwani3014
@lakshgangwani3014 2 жыл бұрын
No mapping found for HTTP request with URI [/Demomvc/add] in DispatcherServlet with name 'telusko' I'm getting this even after applying everything in the video. Can someone share their codes, please?
@tejabommakanti4575
@tejabommakanti4575 4 жыл бұрын
Hi Navin.. Thanx for the video. I have few observations for which i need some explaination 1. in Spring MVC Annotation Controller, Configuration, RequestMapping, ComponentScan (39:52), to replace telusko-servlet.xml u used TeluskoConfig class with @Configuration and component class annotations. For the same class (MVCConfig) in Spring MVC Example using Java Based Configuration section, u extented webMVCConfigureAdapter class. If the same purpose is served in both the cases, then y do v have to extend webMVCConfigureAdapter 2. To replace web.xml, in MyWebInitializer class u returned TeluskoConfig class in getServletConfigClass() method, but for the same purpose in Spring MVC Example using Java Based Configuration section, u returned MVCConfig class in getRootConfigClasses() method. Can u explain the difference
@AkashKandarkar
@AkashKandarkar 4 жыл бұрын
I have the same doubt !
@camiloandresmonsalve
@camiloandresmonsalve 4 жыл бұрын
I have the same doubt too. Navin, could you please lend us a hand?
@meenakshisundaram3362
@meenakshisundaram3362 3 жыл бұрын
simple and clear!
Spring Framework Tutorial | Full Course
1:30:00
Telusko
Рет қаралды 2,1 МЛН
Spring Web MVC using Spring Boot
1:25:21
Telusko
Рет қаралды 17 М.
У мамы в машине все найдется
00:38
Даша Боровик
Рет қаралды 3,3 МЛН
where is the ball to play this?😳⚽
00:13
LOL
Рет қаралды 14 МЛН
маленький брат прыгает в бассейн
00:15
GL Show Russian
Рет қаралды 4,4 МЛН
Stream API in Java
26:04
Telusko
Рет қаралды 262 М.
What is JPA? | JPA Implementation
26:21
Telusko
Рет қаралды 372 М.
Stop Making Clones while Learning Programming
6:09
Telusko
Рет қаралды 44 М.
Git For Beginners 2023
2:00:37
Telusko
Рет қаралды 178 М.
Create A Python API in 12 Minutes
12:05
Tech With Tim
Рет қаралды 533 М.
Spring Boot Tutorials | Full Course
2:48:08
Telusko
Рет қаралды 3 МЛН
Spring Boot JDBC using JdbcTemplate
29:39
Telusko
Рет қаралды 52 М.
Spring Framework: A Tutorial for Beginners | in28minutes | Ranga Karanam
1:43:13
in28minutes - Get Cloud Certified
Рет қаралды 161 М.
Java Functional Programming | Full Course
2:22:15
Amigoscode
Рет қаралды 553 М.
Why spend $10.000 on a flashlight when these are $200🗿
0:12
NIGHTOPERATOR
Рет қаралды 18 МЛН
Внутренности Rabbit R1 и AI Pin
1:00
Кик Обзор
Рет қаралды 2,2 МЛН
Power up all cell phones.
0:17
JL FUNNY SHORTS
Рет қаралды 42 МЛН
С Какой Высоты Разобьётся NOKIA3310 ?!😳
0:43