Build A Ride Share App: Full Stack Tutorial with Laravel and Vue

  Рет қаралды 66,013

Andrew Schmelyun

Andrew Schmelyun

Күн бұрын

Пікірлер: 160
@aschmelyun
@aschmelyun Жыл бұрын
Forgot to link the source code, check it out here: github.com/aschmelyun/andrewber
@user-wj1hn5ys5z
@user-wj1hn5ys5z 10 ай бұрын
thankx
@user-zs5fl8hk1y
@user-zs5fl8hk1y 5 ай бұрын
and you forgot the links in 1:10:04
@Tuto1902
@Tuto1902 Жыл бұрын
Having a KZfaq channel myself, I can relate to the monumental task of creating a tutorial like this. Thank you for your contribution the Laravel community.
@mon_codes
@mon_codes Жыл бұрын
youre both awesome
@mmikhan
@mmikhan Жыл бұрын
Opened KZfaq, saw you dropped this video, put the laptop in a backpack, and came to the neighborhood park to enjoy it with a late evening spring sun 👌
9 ай бұрын
You don't know how useful was this course for me. Thank u so much men!
@aschmelyun
@aschmelyun 9 ай бұрын
Hey I'm glad you liked it! Appreciate the kind words, it means a lot.
@mikulcek
@mikulcek Жыл бұрын
A fascinating window into your thought process, thank you!
@iaskakho5646
@iaskakho5646 8 ай бұрын
Good stuff man!!! I like your comment “2 modern and popular web frameworks” sick man!
@karlebh
@karlebh Жыл бұрын
I thoroughly enjoyed this tutorial. Very good, it's like watching an interesting movie. Man! You know your onions.
@Samuel.Mwangi
@Samuel.Mwangi Жыл бұрын
Still watching but had to press F to pay my respects for the smooth transition at 0.30 🫡 Glad you're back to regular uploads
@julienSibille
@julienSibille Жыл бұрын
My favorite stack ! Thank you for sharing !
@samiulislamsamin3192
@samiulislamsamin3192 5 ай бұрын
Your content is very interesting, and your explanation style is quite good. I'm really enjoying building this app following the tutorial. I never thought a newbie like me could build an app like this, and I've understood all the concepts very clearly. Thank you so much for providing such premium content for free! I truly appreciate it
@Daaboo
@Daaboo 4 ай бұрын
laravel 10 in windows, how did you solve all the version issues with websocket that is abandoned and with that fruitcake that is also abandoned. i manage to get HTTpie up and running after much trouble but im stuck now because of packages laravel 7+ are not using anymore... Edit: manage to fix it by fixing the cors.php file in laravel 10
@thanhduynguyen6253
@thanhduynguyen6253 Ай бұрын
the best tutorial you guys can found on the youtube
@kck1589
@kck1589 Жыл бұрын
Wow, nice tutorial! I would like to see a tutorial in which you use TDD, the app doesn't have to be anything big like this tutorial :) Most of new laravel users are struggle with TDD including me and i can't find any up to date TDD tutorials.
@Paul-oz5se
@Paul-oz5se Жыл бұрын
This is awesome. Thank you so much Andrew.
@caspersrensen8693
@caspersrensen8693 Жыл бұрын
I am a seasoned Laravel developer myself, but I learned a thing or two here, so great job Andrew :) I enjoy this kind of tutorial, where you build an actual app from a-z.
@width19
@width19 Жыл бұрын
pls do you have any study material recommendations for beginners? there are not many online
@SXsoft99
@SXsoft99 9 ай бұрын
@@width19 what's wrong with laracast?
@t5353m
@t5353m Жыл бұрын
This is an awesome tutorial. Subscribed. Thank you for sharing.
@JamesAutoDude
@JamesAutoDude 8 ай бұрын
Very awesome and highly appreciate this!! The only thing i will say is about the accept, start, end, location... Those should be their own controllers to follow proper Laravel standards and shouldnt have its own method. The method would just be update for all of them, but different controllers (UpdateTripController, etc) Thank you for the amazing vid!
@Serverlands
@Serverlands 10 ай бұрын
The amount of time it must've taken, considering the fact it's very well edited & explained, is insane. Thank you for all your efforts, subscribed!
@aschmelyun
@aschmelyun 10 ай бұрын
Thanks so much for the kind words! It definitely does take a decent amount of time to plan, record, and edit everything, but I enjoy building these kinds of practical apps and showing how others can do it, too! I'm glad you enjoyed the video, appreciate it!
@ddikodroid
@ddikodroid Жыл бұрын
Thank you very much for this tutorial video!
@dibbyo456
@dibbyo456 Жыл бұрын
Fantastic ❤, your voice is soothing. ☺️
@mrx89vienna
@mrx89vienna Жыл бұрын
wow thank you! that tutorial is so Valuable.
@SaryShleweet
@SaryShleweet 4 ай бұрын
great tutorial, thank you! Had one problem with Laravel websockets which is depreciated, so I replaced it with Laravel Reverb!
@user-vf7wb3mk7l
@user-vf7wb3mk7l 5 ай бұрын
Thanks for the amazing tutorial
@Astriosa_tutor_plus
@Astriosa_tutor_plus 2 ай бұрын
I really Love, Thanks for the Tutorial
@iUmerFarooq
@iUmerFarooq Жыл бұрын
More Vue projects. More Laravel projects.
@Imstupid-ni3we
@Imstupid-ni3we Жыл бұрын
Thank you for this.
@scotttresor
@scotttresor Жыл бұрын
Best tutorial 🎉
@evansaddo2965
@evansaddo2965 Жыл бұрын
Awesome content 😊😊
@daun55
@daun55 3 ай бұрын
you leaked your phone number when calling api through console
@vladislavs.poznaks
@vladislavs.poznaks 10 ай бұрын
Awesome video, thanks for sharing!
@aschmelyun
@aschmelyun 10 ай бұрын
Thanks for watching!
@sonofdarvin
@sonofdarvin 9 ай бұрын
You just got yourself a subscriber
@aminelhan1460
@aminelhan1460 11 ай бұрын
FYI. If the TripCreated in standbyview not show after you created trip, you should mention "implements ShouldBroadcast" So the line is, "class TripCreated implements ShouldBroadcast"
@aschmelyun
@aschmelyun 11 ай бұрын
Thanks for that head's up, some shoddy editing probably left that out
@MichaelAMomo
@MichaelAMomo Жыл бұрын
Wonderful video, thanks a lot. A quick question, is there a reason why the car is not a separate entity? Or was it just for simplicity?
@karlson2804
@karlson2804 Жыл бұрын
It would be good to learn how to set up Doker in separate sides how in this project. (frontend, beackend)
@selenophile1
@selenophile1 Жыл бұрын
router.push not working to go to landing page after putting login_code. route changes to landing but the page details shows loginview page on time 1:56:49. give some ideas
@user-wj1hn5ys5z
@user-wj1hn5ys5z 10 ай бұрын
good work brother!
@aschmelyun
@aschmelyun 10 ай бұрын
Thanks, I appreciate it!
@Mortec593
@Mortec593 Жыл бұрын
It's good for me because I want to learn how api works
@HamadAbdulla_7
@HamadAbdulla_7 Жыл бұрын
Thank you
@AJ-Pixelyze
@AJ-Pixelyze Ай бұрын
I recently learned vue and what I am trying to understand is vue if for front-end and laravel back-end framework, when it comes to using router, would vue router not have implication with laravel or plane PhP router? This is the part I am trying to understand better and bit confused. Would appreciate it if you could give me better clarity.
@destroyer1233
@destroyer1233 21 күн бұрын
When the user requests a ride, does your app show the distance between the destination and where they are at the time of the ride request?
@bernardchisumo4054
@bernardchisumo4054 Жыл бұрын
Hi Andrew, I am having some issues with Twilio. I am unable to receive the text message on my phone, what do I need to do?
@nexxai
@nexxai Жыл бұрын
Hey Andrew - I'm about halfway through the video so far and I see in the description that we can open issues on the GH repo but I don't actually see it linked. Are you able to do that? Content-wise: I'm loving this! Great work, brother! ❤
@aschmelyun
@aschmelyun Жыл бұрын
Thanks so much for the support and kind words! I forgot to put a link to the source code originally, but you can check out the repo here: github.com/aschmelyun/andrewber
@aeapyps
@aeapyps 8 ай бұрын
Amazing!!
@aschmelyun
@aschmelyun 8 ай бұрын
Thanks!!
@chethiyaprasanga
@chethiyaprasanga Жыл бұрын
Thanks❤
@madukomablessed4712
@madukomablessed4712 11 ай бұрын
Great Video Andrew! I learnt a lot from this well-packed course. Please what VSCode theme do you use? I notice the syntax highlighting is really good
@aschmelyun
@aschmelyun 11 ай бұрын
Thank you so much, I'm glad you liked it! I use a theme called Ace Palenight and the font is JetBrains Mono.
@sumlinaalam962
@sumlinaalam962 10 ай бұрын
Hi, your video is super helpful and detailed! I can tell you put a lot of effort into this. Is there a Laravel starter kit (Laravel Breeze, Jetstream, etc) you would recommend if I wanted to authenticate users through email instead phone number for this project? Thanks and I look forward to your upcoming content!
@aschmelyun
@aschmelyun 9 ай бұрын
Laravel Breeze is the absolute best starter kit for email validation. Includes register/login routes, forgotten password, email verification, etc.
@bastianlontsi6942
@bastianlontsi6942 4 ай бұрын
Thanks for all please i have this pb: SSL certificate problem: unable to get local issuer certificate, when i try to login the user
@soniablanche5672
@soniablanche5672 7 ай бұрын
for the accept method, you should probably verify if the user is actually a driver
@gustocoder8900
@gustocoder8900 Жыл бұрын
When i make a request to api/login, the user is created, then the sms notification fails with this error: "Driver [App\\Notifications\\TwilioChannel] not supported." did anyone encounter this? I can't seem to find any info on a workaround.
@fernefer1071
@fernefer1071 6 ай бұрын
is there any reason you made $trip public in the events? but user is private?
@sincead
@sincead Жыл бұрын
Great job, Andrew, thanks for your contribution! Any plans for a similar Livewire demo?
@aschmelyun
@aschmelyun Жыл бұрын
I didn't have anything in mind, I'm not super well versed in Livewire. But, if there's enough community demand I can start thinking and planning it out!
@jaycarter592
@jaycarter592 Жыл бұрын
i second this
@Van4kk
@Van4kk Жыл бұрын
What is the theme that you are using for vscode
@turkmvc
@turkmvc Жыл бұрын
Hello my teacher I want to use laravel api and vue in the same project I do not want to use blade file please could you shoot a video about it
@bernardchisumo4054
@bernardchisumo4054 Жыл бұрын
intent-script.js:2 Geolocation permission has been blocked as the user has dismissed the permission prompt several times.
@bilaljan7659
@bilaljan7659 Жыл бұрын
looking simple and easy 🙂
@compton8301
@compton8301 Жыл бұрын
Of course... Laravel. ❤
@aschmelyun
@aschmelyun Жыл бұрын
Oh believe me, that's a ton of editing haha
@bilaljan7659
@bilaljan7659 Жыл бұрын
@@aschmelyun that made it easy for us 😇
@RyuBateson218
@RyuBateson218 Жыл бұрын
Thanks
@igerardogc
@igerardogc Жыл бұрын
Great video, can u share ur vscode config? Its so clean.
@basarokke4403
@basarokke4403 8 ай бұрын
Great! Laravel Backend & Vue Spa as a Frontend❤. Could you maybe do a Video with Quasar as frontend? Maybe a chat app? Perhaps you could also implement Push notifications? Send by Laravel? A mobile app build from quasar would also be great. Thank you Andrew! 😊
@aschmelyun
@aschmelyun 8 ай бұрын
That's a good suggestion! I already have creating a chat app with Vue + Laravel on my to-do list, I'll have to look into Quasar and see if I can add that to it as well.
@basarokke4403
@basarokke4403 8 ай бұрын
Fantastic. Thank you so much
@basarokke4403
@basarokke4403 6 ай бұрын
​@@aschmelyunHi... Any progress /decition for this topic?
@JohnSmith-co1zv
@JohnSmith-co1zv Жыл бұрын
Can you do Laravel-websockets AND React Native tutorial for this pleasee?
@bpdkuikel
@bpdkuikel Жыл бұрын
[02:22:27] Only the sad part about the video is that, you don't show the full HTML code when you paste it from your existing codebase. For someone like me who is more of a backend developer and have very limited CSS knowledge it is very difficult. 😣
@rjzim2506
@rjzim2506 8 ай бұрын
what is the token for twilio installations
@saadfarooq72
@saadfarooq72 2 ай бұрын
nice
@Yudibilly
@Yudibilly 3 ай бұрын
please make a program to see employee locations in the dashboard for admin management
@alnahian2003
@alnahian2003 Жыл бұрын
Hey Andrew, I've got a couple of questions. Here's one of 'em: Can we use auth()->user() instead of Injecting the Request $request and accessing the auth user through it? Or as we're working with APIs now, so we should use the $request->user()?
@aschmelyun
@aschmelyun Жыл бұрын
Correct, you can use auth()->user(), or Auth::user(), or $request->user(). Kind of just depends on your style and what's applicable to your code base. I was constantly working with requests, so I like going through the request object.
@alnahian2003
@alnahian2003 Жыл бұрын
@@aschmelyun Thanks for the clarification, Andrew. However, we demand more contents like this one! Keep them coming 😀
@user-jn1bc8cf5q
@user-jn1bc8cf5q 10 ай бұрын
Please tutorial deploy on ubuntu, with docker, nginx and kubernetes
@visualsog
@visualsog 3 ай бұрын
What is that VS code theme?
@user-cy4jn9ns1w
@user-cy4jn9ns1w Жыл бұрын
very nice. i have been working with Larvel for a year now and i didn't know that you can do a foreign key with a model class.
@aschmelyun
@aschmelyun Жыл бұрын
I learn new things with this framework on an almost weekly basis, and I've been working with it for like 6 years!
@Jezzabel
@Jezzabel Жыл бұрын
"...or open up an issue on the GitHub repo!" What Repo? o.0
@josbexerra8115
@josbexerra8115 10 ай бұрын
Gracias Mister Adress emocionado con el curso
@danny3man
@danny3man 6 ай бұрын
So many bugs at the end of the video.... i don't know either vue nor laravel...but watched anyway, very nice, might watch some more...
@user-lr2lg6vf9f
@user-lr2lg6vf9f Жыл бұрын
can you please make video to Upload and run project on Live Server ?😀
@bekimmeta6714
@bekimmeta6714 7 ай бұрын
Awesome, is there anyway to buy ready script like this?
@aschmelyun
@aschmelyun 7 ай бұрын
It's up on GitHub for free if you want something that's ready-to-go. See the pinned comment for the repo! If you want something more customized, feel free to reach out to me directly.
@gp-tech7692
@gp-tech7692 7 ай бұрын
Hi Andrew, Thanks for the video. I get this error "InvalidValueError: setPosition: not a LatLng or LatLngLiteral: in property lat: not a number" and have been stuck with it for a while now.
@Daaboo
@Daaboo 4 ай бұрын
is it when you use HTTpie? i got that too. i had to make a request.json file with { "destination_name": "Starbucks", "destination": { "lat": 12.235235, "lng": 23.43535 }, "origin": { "lat": 35.2352, "lng": 13.325235 } } then i called the json data with http POST localhost:8000/api/trip 'Authorization: Bearer 1|YOUR_KEY_HERE' --json
@mosheh_code
@mosheh_code 5 ай бұрын
I'm not sure if my twilio setup is correct because Im not receiving any login_code when I use the api, but it updating my DB. is there a link you can point that you follow to configure your account?
@Daaboo
@Daaboo 4 ай бұрын
I emailed the support and they said shortly "you need to upgrade account to make it work."
@louismoses
@louismoses 4 ай бұрын
ooh 😂 isn't totally free 🤦
@GaryvandenHeever1
@GaryvandenHeever1 5 ай бұрын
Hi Andrew - Great information so far .. but it seems websockets is no longer supported and I could not get it to load on laravel10. Thank you so much for this
@mackshonayi943
@mackshonayi943 4 ай бұрын
I also had the same issue but I saw a post that says you should add -W in front of the installation command it worked for me. I did that because I wanted to finish this course waiting for 'Laravel Reverb' to be released.
@Daaboo
@Daaboo 4 ай бұрын
@@mackshonayi943 worked for me too but the next issue is blocked authentication when sending the phone number. I get response with HTTpie and backend seem to work but i get [HTTP 401] Unable to create record: Authenticate and 500 status on the response....
@gaurangpatel2565
@gaurangpatel2565 Жыл бұрын
Uncaught SyntaxError: ambiguous indirect export: default whenever I tried to use google map package that you have used, I am getting that error. Just to see I have installed new vue project and still getting same error. Any suggestions?
@martinjuros1362
@martinjuros1362 11 ай бұрын
add this to your vite.config.js optimizeDeps: { include: [ "@fawmi/vue-google-maps", "fast-deep-equal", ], },
@lamhehe99
@lamhehe99 9 ай бұрын
have you solved this error?
@sarjamdaschool7392
@sarjamdaschool7392 Жыл бұрын
Can you please share your vscode profile with us, it's looking cleaner!
@abukhalid5890
@abukhalid5890 Жыл бұрын
i want that too :D
@daniszwarc
@daniszwarc 10 ай бұрын
Hi Andrew, at 1:38:20 you say you don't want semicolons. May I ask why?
@aschmelyun
@aschmelyun 9 ай бұрын
It's part of the default style guide when creating a new Vue app through their cli app. Me personally, I like semicolons...
@daniszwarc
@daniszwarc 9 ай бұрын
Thanks!@@aschmelyun
@bpdkuikel
@bpdkuikel Жыл бұрын
[01:21:33] Yes please make some more videos on Typescript with vue
@aschmelyun
@aschmelyun Жыл бұрын
You got it! There's a few in the backlog coming up
@sadhakbj
@sadhakbj Жыл бұрын
@@aschmelyun wow happy to hear it🎉
@dubanfcc
@dubanfcc Ай бұрын
Can You build a BlaBlaCar clone?
@sanjayahlawat5152
@sanjayahlawat5152 Жыл бұрын
link for the source code please
@albinopepegas8391
@albinopepegas8391 Жыл бұрын
What is your vscode font?
@aschmelyun
@aschmelyun Жыл бұрын
It's JetBrains Mono! You don't need a license to use it, either: www.jetbrains.com/lp/mono/
@akmalkhan3075
@akmalkhan3075 Жыл бұрын
laravel-websocket event has not fired from my side and also not catch at 3:07:18
@akmalkhan3075
@akmalkhan3075 Жыл бұрын
@@gaurangpatel7762 Thanks it is working now.
@gp-tech7692
@gp-tech7692 7 ай бұрын
@@akmalkhan3075 I am having this same issue, how were you able to resolve it.
@omarmohamed6075
@omarmohamed6075 Жыл бұрын
It is amazing ❤ can you put the source code link please 🙏 ?
@aschmelyun
@aschmelyun Жыл бұрын
Whoops, forgot to put it in a pinned comment. Here you go: github.com/aschmelyun/andrewber
@echongkan01
@echongkan01 6 ай бұрын
51:00 -- wondering about the Origin Name.
@voltbf4379
@voltbf4379 8 ай бұрын
You know you didnt cut out the multiple takes at the end right lol ?
@nazmulmys
@nazmulmys Жыл бұрын
🥰🥰🥰
@WaleedHashim-rn6cy
@WaleedHashim-rn6cy 7 ай бұрын
i have a proplems with vue Google map
@Daaboo
@Daaboo 4 ай бұрын
is it Uncaught SyntaxError: import not found: default index.esm.js:1:8? or Uncaught SyntaxError: The requested module '/node_modules/.vite/deps/@fawmi_vue-google-maps.js?v=8cea8584' does not provide an export named 'GMapAutocomplete' (at LocationView.vue:5:10) ? try add this to the locationView.vue file; import GMapAutocomplete from '@fawmi/vue-google-maps'; or run npm install -S @fawmi/vue-google-maps@0.9.67 then npm ls @fawmi/vue-google-maps not sure what made it work for me. he uses old libraries with tons of bugs so its really hard to finish this.....
@JohnSmith-co1zv
@JohnSmith-co1zv 9 ай бұрын
Hey doesn-t this need microservices?
@alnahian2003
@alnahian2003 Жыл бұрын
1:18:44 Uh oh, your twilio credentials can be seen here 😥
@aschmelyun
@aschmelyun Жыл бұрын
Thanks for the head's up! Just as a precaution, all creds from this video were wiped.
@AhmedSalah-xm9xu
@AhmedSalah-xm9xu Жыл бұрын
@@aschmelyun Is your Phone number also wiped? It can be seen when you test the API request to verify your phone number
@AhmedSalah-xm9xu
@AhmedSalah-xm9xu Жыл бұрын
@@aschmelyun 36:34
@omarmohamed6075
@omarmohamed6075 Жыл бұрын
You forgot to remove your map key .
@MePeterNicholls
@MePeterNicholls Жыл бұрын
And now to convince some people to Mule I mean drive and you’re rich. Ish.
@mr.valdez8430
@mr.valdez8430 9 ай бұрын
This is a bad example as you've included a twilio api integration and most of the developers don't have a twilio account. a bit dumb to do a tutorial where in a lot of developers will have a blocker because of twilio integration.
@dainsleif3122
@dainsleif3122 9 ай бұрын
php 🤮
@aschmelyun
@aschmelyun 9 ай бұрын
Don't knock it til you try it ;)
@dainsleif3122
@dainsleif3122 9 ай бұрын
I know, just joking ;)@@aschmelyun
@itzJohnremy
@itzJohnremy 3 ай бұрын
@aschmelyun please how do I get a "From Number" if I'm using a Twilio trial account?
@mahendranath2504
@mahendranath2504 Жыл бұрын
Thank you so much for the amazing content 👋👍🤝👏🎉👌🫡🙏🏻🥳😎✌️🫡🫡, immediately subscribed and liked as well
@ESSIRIFIEOTOO
@ESSIRIFIEOTOO 2 ай бұрын
Hey man getting errors when installing beyondcode/laravel-websockets
@aschmelyun
@aschmelyun 2 ай бұрын
That's not good, what kind of errors?
@bernardchisumo4054
@bernardchisumo4054 Жыл бұрын
error caught SyntaxError: The requested module '/node_modules/fast-deep-equal/index.js?v=16fde89a' does not provide an export named 'default' (a
@lamhehe99
@lamhehe99 9 ай бұрын
have you solved that problem??
@voltbf4379
@voltbf4379 8 ай бұрын
Add this to vite defineConfig in vite.config.js: optimizeDeps: { include: [ "@fawmi/vue-google-maps", "fast-deep-equal", ], }, Save and restart Vite server.
@adamyordan3301
@adamyordan3301 7 ай бұрын
Open node_modules -> @googlemaps -> markerclusterer -> index.esm.js -> commen the // import equal from 'fast-deep-equal';
@adamyordan3301
@adamyordan3301 7 ай бұрын
Open node_modules -> @googlemaps -> markerclusterer -> index.esm.js -> commen the // import equal from 'fast-deep-equal';@@lamhehe99
@mackshonayi943
@mackshonayi943 4 ай бұрын
@@adamyordan3301Thanks this worked for me
@user-di3kn8cy7y
@user-di3kn8cy7y 7 ай бұрын
HTTP/1.1 404 Not Found Connection: Keep-Alive Content-Length: 295 Content-Type: text/html; charset=iso-8859-1 Date: Mon, 25 Dec 2023 10:52:04 GMT Keep-Alive: timeout=5, max=100 Server: Apache/2.4.56 (Win64) OpenSSL/1.1.1t PHP/8.2.4 404 Not Found Not Found The requested URL was not found on this server. Apache/2.4.56 (Win64) OpenSSL/1.1.1t PHP/8.2.4 Server at localhost Port 80 this is the output when i type http POST localhost/api/login phone=. 35:36
@aschmelyun
@aschmelyun 7 ай бұрын
Hmm, that's weird. Judging from the error, maybe an issue with your local Apache configuration not being able to handle the url rewrites that Laravel needs?
I built the same app 10 times // Which JS Framework is best?
21:58
Fireship
Рет қаралды 2,5 МЛН
Laravel First Impressions From A JavaScript Dev
21:08
adamdotdev
Рет қаралды 124 М.
Alex hid in the closet #shorts
00:14
Mihdens
Рет қаралды 15 МЛН
Каха заблудился в горах
00:57
К-Media
Рет қаралды 7 МЛН
Laravel SPA Authentication - setup and common mistakes
16:55
You don't need a frontend framework
15:45
Andrew Schmelyun
Рет қаралды 116 М.
Andrew Kelley   Practical Data Oriented Design (DoD)
46:40
ChimiChanga
Рет қаралды 56 М.
I built 10 web apps... with 10 different languages
14:23
Fireship
Рет қаралды 1,5 МЛН
Why Don't We Have A Laravel For JavaScript?
12:36
Theo - t3․gg
Рет қаралды 92 М.
PHP is the future
34:27
Aaron Francis
Рет қаралды 171 М.
This is Why Programming Is Hard For you
10:48
The Coding Sloth
Рет қаралды 729 М.
Groundbreaking New Solar Energy System - Too Good to be True?
7:07
Sabine Hossenfelder
Рет қаралды 404 М.
Это Xiaomi Su7 Max 🤯 #xiaomi #su7max
1:01
Tynalieff Shorts
Рет қаралды 2,1 МЛН
Запрещенный Гаджет для Авто с aliexpress 2
0:50
Тимур Сидельников
Рет қаралды 753 М.
Новые iPhone 16 и 16 Pro Max
0:42
Romancev768
Рет қаралды 2,1 МЛН
Xiaomi SU-7 Max 2024 - Самый быстрый мобильник
32:11
Клубный сервис
Рет қаралды 523 М.
Как распознать поддельный iPhone
0:44
PEREKUPILO
Рет қаралды 2,3 МЛН