Laravel Creator talks PHP, Lambos, and VC

  Рет қаралды 97,557

ThePrimeTime

ThePrimeTime

Күн бұрын

Пікірлер: 278
@d0cx
@d0cx Ай бұрын
As a Java dev, Laravel was a joy to work in. I hopped right in and did some demos for the board at work converting our legacy PHP app to a Laravel blade based app.
@mosesnandi
@mosesnandi Ай бұрын
How do you compare Laravel with Spring Boot. I had more fun working with Spring Boot and IntelJ IDEA
@maxpaynestory
@maxpaynestory Ай бұрын
I have worked in Spring Boot, Laravel and Nest.js. I think Laravel and any new Nodejs based framework take inspiration from Spring Boot.
@darwinrc
@darwinrc Ай бұрын
@@maxpaynestoryFrom Ruby on Rails actually
@ibnu7942
@ibnu7942 Ай бұрын
symfony is closer to spring boot rather than Laravel
@johanrg70
@johanrg70 Ай бұрын
As a Spring Boot/Laravel dev I find Laravel to be a very inferior product in comparison.
@xen2297
@xen2297 Ай бұрын
I should re-iterate. TJ is a great interviewer/host. Not just a fanboy. Loved it. Great content. Covered things like how good Eloquent is, the config of laravel via drivers. Laravel is a lesson in how to use the GoF Design Patterns properly.
@ThePrimeTimeagen
@ThePrimeTimeagen Ай бұрын
Please don't compliment tj on this channel
@jessequartey
@jessequartey Ай бұрын
@@ThePrimeTimeagen bro is jealous 🤣🤣🤣🤣
@RaymondT-ln6li
@RaymondT-ln6li Ай бұрын
@@ThePrimeTimeagen is prime jealous
@kaibe5241
@kaibe5241 15 күн бұрын
The name… Prime is jealous… agen.
@PedroS-nv1sl
@PedroS-nv1sl Ай бұрын
"I'm too dumb for React". My self esteem just rose significantly.
@RapLyricalVideos
@RapLyricalVideos Ай бұрын
Start 00:00:01 End 01:45:28
@tonyhart2744
@tonyhart2744 Ай бұрын
thanks anon
@NabeelSadiq-i8v
@NabeelSadiq-i8v Ай бұрын
highly appreciated 👏
@andycyz
@andycyz Ай бұрын
Where Lambo?
@eamonburns9597
@eamonburns9597 Ай бұрын
You're a life saver!
@tannerr-dev
@tannerr-dev Ай бұрын
thank you
@phips-dev
@phips-dev Ай бұрын
Would be interesting to also have a talk with Fabien Potencier - the creator of Symfony about PHP.
@IvyCreamMathieu
@IvyCreamMathieu Ай бұрын
i was so looking for this comment ! Symfony is used a lot by laravel and everybody seems to forget that !
@envueltoenplastico
@envueltoenplastico Ай бұрын
Yes! Haven't been a PHP dev in a good few years, but Symfony 1.2 gave me a great start to my career way back in 2009, and Fabien was such an amazing community voice back then, writing great articles, helping the ecosystem finally embrace 5.3 with Symfony2 and all the great stuff that came with that (Composer etc.). It was a good time, the PHP ecosystem got a real shot in the arm around then. Merci bien Fabien !
@JohnCrosside
@JohnCrosside Ай бұрын
as a symfony dev full time i second this! would make a great convo
@cosorxndrw
@cosorxndrw Ай бұрын
@@envueltoenplastico For me it was Laravel that gave me the initial start (besides other in-house framework), but now I work with Symfony, which I also find great to develop in, with a lot of features that are actually used by Laravel.
@envueltoenplastico
@envueltoenplastico Ай бұрын
@@cosorxndrw Nice! Yeah, years and years of amazing work in both frameworks. I still miss a number of features of Symfony in some of the tools I use these days, the form sub-framework is one that always comes to mind.
@Thomasfrank
@Thomasfrank Ай бұрын
Taylor's point around 00:18:43 is so good I want to put it on my wall
@i-am-at-work
@i-am-at-work Ай бұрын
I just appreciate how TJ is able to joke about programming related things so casually. You know, like so many references, so many tweets and then TJ just casually brings that up with a one liner
@couchtourist256
@couchtourist256 Ай бұрын
Picked up laravel this week for a personal project after hearing a lot about it. I’m use flutter/dart at my job and laravel has been a blast to use. Really love what they did.
@travisricker
@travisricker Ай бұрын
Laravel+Inertia+Vue gives you basically everything. GOAT Stack
@vincesanity2856
@vincesanity2856 Ай бұрын
Laravel Breeze with React Typescript and Shadcn for me
@XDarkGreyX
@XDarkGreyX Ай бұрын
​@@vincesanity2856 ew
@rass4609
@rass4609 Ай бұрын
im doing Laravel with normal blades that have HTMX and AlpineJS lol
@UwU-f2a
@UwU-f2a Ай бұрын
its not, its bad. coz it slow and has poor performance. coz the first request will send the whole frontend that make the initial loading slow, then the inertia js add overhead in component updates, and clicking between pages. next js and sveltekit is much better lmao. and serving svetekit using bun is better again.
@travisricker
@travisricker Ай бұрын
@@UwU-f2a Nextjs is faster for sure but with Inertia SSR and code splitting you can shrink the gap between the two. Plus, Inertia 2.0 has even more performance improvements.
@ivanjelenic5627
@ivanjelenic5627 Ай бұрын
Finally! The Lambo man himself, Taylor Otwell! Love Laravel, code in it daily.
@maciejtrybilo
@maciejtrybilo Ай бұрын
For me one of the biggest advantages of server side rendering is that I _don't_ have to write complex code in JS or JS cosplaying as a type safe language.
@masterchief1520
@masterchief1520 Ай бұрын
As bad as JS is, typescript makes it vastly better. I'd give it credits
@yojou3695
@yojou3695 Ай бұрын
​@@masterchief1520 eh, it's okay
@UwU-f2a
@UwU-f2a Ай бұрын
the fact that u said writing js is complex, u should think again about ur programming skill. i wonder what u have wrote in server bcs u said writing js is complex, maybe just boring json api
@TehKarmalizer
@TehKarmalizer Ай бұрын
@@UwU-f2a he said the code was complex, not that JS was complex. Are you suggesting that it’s impossible to do complex things in JavaScript?
@UwU-f2a
@UwU-f2a Ай бұрын
@@TehKarmalizer lmao bro, displaying data in frontend in js framework is never complex. did u interpreted his saying as he wanna create complex animation? lmao, if yes why he said wanna avoid js? beecause u cant create complex animation in frontend without js lmao. obviously he just mean displaying data in frontend, and it isnt complex lmao lmao. u should question ur skill in programming then
@ryandury
@ryandury Ай бұрын
Man, I've been working in the JS ecosystem for the last several years, but my previous job was built with Laravel. I'm now missing it. Great convo.
@lukewood2662
@lukewood2662 Ай бұрын
Nice interview, really good time. And this TJ dude is actually amazing.
@miscbits
@miscbits 24 күн бұрын
I start using Laravel in version 5 and I still love it a lot. The stability he talks about in Laravel at around the 27:00 mark, I really appreciate. Laravel's stability and design is partly what makes me so critical of the daily new framework in the js ecosystem and the changing architecture of react every six months. I went a few years without needing to build things with a framework after laravel 7, and then came back to use it in 11 and it still worked exactly as I expected and remembered with a ton of QoL updates.
22 күн бұрын
Thanks for giving us this interview and hearing Taylor say that there are people who have thanked him for making Laravel and sharing it to the world to improve their work; it's something I've wanted to do in person and tell him “thank you very much”. Very good interview, entertaining and very honest answers.
@maxpaynestory
@maxpaynestory Ай бұрын
A quick question for Taylor. PHP is also evolving really fast, how do you decide to use a new feature of PHP in Laravel?
@reinoob
@reinoob Ай бұрын
I learned Laravel this year and all my bigotry towards it became love. Laravel 's ecosystem is awesome. Inertia is such a great technology
@beeronme7131
@beeronme7131 Ай бұрын
Inertia is awesome! Can't wait for 2.0!
@CristianKirk
@CristianKirk Ай бұрын
I've been using PHP+HTMX... super cool!
@rjk0128
@rjk0128 Ай бұрын
Exciting to hear! Would you elaborate on your experience?
@kensyjolicoeur
@kensyjolicoeur Ай бұрын
@@rjk0128 sound more like gpt response
@MaxUgly
@MaxUgly Ай бұрын
25:10 Yamamoto Tsunetomo - 'Matters of great concern should be treated lightly.” Master Ittei commented, “Matters of small concern should be treated seriously"
@namelessbeast4868
@namelessbeast4868 Ай бұрын
Man, Taylor seems like a really down to Earth guy. What a great interview!
@kaibe5241
@kaibe5241 15 күн бұрын
I did a laracon talk years back, about validation. I gave some examples and that day Taylor releases form request validation. He came up to me for the speakers dinner and then picked my brain on my approach. Very humble and always willing to learn.
@shampoable
@shampoable Ай бұрын
It would be nice to have these topshelf podcast eps published on actual podcast indexes. These long form, audio-only convos seems perfectly suited to listen on the go
@nkululekomthimkulu1248
@nkululekomthimkulu1248 Ай бұрын
I enjoyed the interview! Much thanks.
@bora514
@bora514 Ай бұрын
Next.js and in general whole JS ecosystem is modern and fun to work with, but let's be realistic, if you want something that simply works out of the box, it's Laravel, you don't need to search for third party modules, add separate authentication, social auth, payments, orm, database support and so on. Speed of development is on a next level. And now when they release Laravel cloud (I just hope it won't be too much pricey, maybe there will be a generous free tier ^^) it will be peace of cake to deploy Laravel apps.
@kaibe5241
@kaibe5241 15 күн бұрын
Until your app gets so big you end up rewriting most of it. Frameworks like Laravel are incredible for bootstrapping, but you do end up moving away from its established patterns after a while.
@bora514
@bora514 15 күн бұрын
@@kaibe5241 maybe, but let's be realistic, most apps don't grow that much, we ain't making next Amazon. If and when it comes to that, that will be separate problem.
@Giuseppecarusoplus
@Giuseppecarusoplus 9 күн бұрын
I was just wondering, Michael, do you know, right, that the (wonderful) "back of the furniture (actually a fence)" analogy was a story of a learning from his father that Steve Jobs told to his biographer? In any case, it was lovely to watch you so moved by that story. It's something that I always tell to my son over an over again. Inspirational.
@galihanggorojati3455
@galihanggorojati3455 Ай бұрын
Laravel + Inertia = 🔥
@lolololololedziolek
@lolololololedziolek Ай бұрын
I agree. It's like a software engineer hell 😣
@galihanggorojati3455
@galihanggorojati3455 Ай бұрын
@@lolololololedziolek are u mental health disorders?
@ccj2
@ccj2 Ай бұрын
I’ve been non ironically a hater of PHP for years now but finding out about Inertia is actually making me want to stomach learning the language now.
@Reichstaubenminister
@Reichstaubenminister Ай бұрын
Theo complained about how hard it is to get started with PHP? Can't say I'm surprised. My 11/12 year old self didn't have any issues with PHP 5 on Windows 7, so why is it hard for him to type _brew install php_ into his terminal?
@boccobadz
@boccobadz Ай бұрын
Like DHH said, it's fun to be competent. React, Next and Vercel are built for copy pasting bootcamp bros, not for thinking engineers.
@justpatrick_
@justpatrick_ Ай бұрын
​​​@@boccobadz, 2024 - leader of the thinking engineers
@mxlje
@mxlje Ай бұрын
Because Theo doesn’t actually know what he’s talking about.
@SXsoft99
@SXsoft99 Ай бұрын
Do you look at Theo and think he is able to think and breathe at the same time?
@evergreen-
@evergreen- Ай бұрын
Tell me you never worked with PHP without telling you never worked with PHP
@FabianBarajas
@FabianBarajas 12 күн бұрын
The intro was just golden
@DominikZogg
@DominikZogg Ай бұрын
I do not like Lavarel, but i gained alot of respect for Taylor with this interview.
@johncarlson3968
@johncarlson3968 13 күн бұрын
This is a good format, love it and Ryan Dahl Interview
@cb73
@cb73 Ай бұрын
I’m betting Lex interviews Taylor soon
@mythbuster6126
@mythbuster6126 Ай бұрын
Lex has 0 programming knowledge
@AlbertCloete
@AlbertCloete Ай бұрын
Not true.
@liamkearn
@liamkearn Ай бұрын
@@mythbuster6126this isn’t programming at all. It’s framework / library politics
@aufdem2
@aufdem2 23 күн бұрын
​@@mythbuster6126lex is a programmer
@MichaelSt
@MichaelSt 18 күн бұрын
@@mythbuster6126 why are you straight up lying?
@Xoneris
@Xoneris Ай бұрын
DHH is Taylor's rolemodel. Taylor is my rolemodel.
@olbluelips
@olbluelips Ай бұрын
Cool! I’ve never really done much web dev but im definitely interested in using Laravel so this came at the prefect time
@Rcls01
@Rcls01 Ай бұрын
Listening to this I start to get a feeling that I really want to build something, but every time I've tried I've been hit with the reality of "Oh shit, I will have to maintain this" and that just kills it for me.
@Northykun
@Northykun Ай бұрын
So now teej is prime moderator right?
@XDarkGreyX
@XDarkGreyX Ай бұрын
If he isnt on timeout
@projectguild6694
@projectguild6694 Ай бұрын
The JS info on rails in this pod is outdated. Since rails 6, you could bundle react, stimulus or any other JS into your app; you can also choose the bundler or no build. You’re not boxed into writing ERB files in the front end where everything is sent from the server. You can create a stimulus controller and vanilla JS if you’d like. You can also broadcast turbo streams, etc. All I’m saying is, these are some strong opinions about what rails is from people that don’t know rails.
@avwie132
@avwie132 Ай бұрын
That is a lot on this channel.
@kp8752
@kp8752 Ай бұрын
I used stimulus on an enterprise laravel app in 2020. It was simple and delightful
@projectguild6694
@projectguild6694 Ай бұрын
@@kp8752 that’s awesome. Stimulus is a pleasure to work with.
@projectguild6694
@projectguild6694 Ай бұрын
@@avwie132 it’s just enough.
@sawood2010
@sawood2010 Ай бұрын
Fellow Arkansan. I love Laravel. I would like to see a laravel like framework for Kotlin that leans into mobile dev.
@jessequartey
@jessequartey Ай бұрын
I want inertia in Go. That would be a banger stack
@briancalma5674
@briancalma5674 Ай бұрын
they have gonertia
@jessequartey
@jessequartey Ай бұрын
@briancalma5674 ask and you shall be given. Thanks
@yuri0001
@yuri0001 Ай бұрын
@@briancalma5674 What an unfortunate name. Sounds like gonorrhea.
@flint0131
@flint0131 Ай бұрын
Go + Inertia + React = GoNeRea
@PepeNuclear
@PepeNuclear Ай бұрын
@@flint0131LOL
@hellelo.5840
@hellelo.5840 Ай бұрын
We love Taylor, He is an insper for all of us.
@gabo_cs
@gabo_cs 2 күн бұрын
A little suggestion: it'd be nice to start off by asking the guest what's the backstory of the name they picked.. why "Laravel", why "Rails", etc.. That we can look up, but hearing it from the creators in an interview is just fun
@rebokfleetfoot
@rebokfleetfoot Ай бұрын
i liked PHP. back in it's day, it was a good tool for whipping up a quick website with database access and dynamic HTML content
@TurntableTV
@TurntableTV Ай бұрын
It changed and improved a lot and Laravel was an important factor in its evolution.
@JamesSmith-cm7sg
@JamesSmith-cm7sg Ай бұрын
"Back in it's day" 😂 PHP is still a primary choice, infact the best choice for web start ups
@rebokfleetfoot
@rebokfleetfoot Ай бұрын
@@JamesSmith-cm7sg thanks, that's good to hear, it's been a long while since i was active in the industry
@gracjanchudziak4755
@gracjanchudziak4755 Ай бұрын
@@JamesSmith-cm7sg "the best choice for web start ups" for what reason? Ugly grama? No, the best is Go. Even Python with FastAPI or Django Ninja is much better than PHP bloat. The only reason can be that there is amount of PHP devs and they are cheap in exploitation (check salaries on Stack Survey).
@cherry-55
@cherry-55 Ай бұрын
​@@JamesSmith-cm7sg me as a 7 yoe PHP dev won't be so sure, since in some cases you actually want a stateful app kept in memory or maybe an app using more async features, or more multithreading or maybe you really need spa-first approach with some ssr. and lots of php devs i interview have no idea about all those concepts, not to mention OOP and design patterns which is a thing in modern PHP world wether you like it or not. So as a startup founder finding good PHP programmers is not that easy. One thing for sure, average PHP dev is still better as backend dev than average Python one :D
@duruld
@duruld Ай бұрын
1:19:13 that is the greatest sponsor break I've ever seen
@konstantinbulatovic7746
@konstantinbulatovic7746 Ай бұрын
Tbh this is a pretty big deal for PHP ecosystem, this brings Laravel in front with something like Next.js does.
@jimjs5672
@jimjs5672 Ай бұрын
What are you specifically referring to? Inertia?
@AHN1444
@AHN1444 Ай бұрын
I tried laravel on a new site, really tried but the speed vs raw PHP didn't convinced me.
@maxoumimaro
@maxoumimaro Ай бұрын
May I recommend you add "Top shelf" to the name of the videos ? Would help us recognize this format.
@Zipp3rZero
@Zipp3rZero Ай бұрын
Thank you prime & tj for making these awesome interviews
@LuminousVoyage-o5g
@LuminousVoyage-o5g Ай бұрын
I wanna be like Taylor when I grow up.
@jasenmichael
@jasenmichael 7 күн бұрын
I enjoy that every time you mention php, you mention lambos.
@blocSonic
@blocSonic Ай бұрын
I don't know how DHH would be swayed by Inertia since he's really in on the whole #nobuild idea. I wouldn't be surprised if he develops / releases a new front-end solution that does not require a build.
@hghmnds
@hghmnds Ай бұрын
listening while coding our Laravel-Inerti-Vue system
@josemamontano3617
@josemamontano3617 12 күн бұрын
Amazing interview!
@trlpht
@trlpht Ай бұрын
Thank you Taylor, love your work.
@virinom
@virinom Ай бұрын
What's green LED inside Taylor's glasses?
@GjokoPargo
@GjokoPargo Ай бұрын
Maybe I missed it, but it seems nobody thought to ask him for his thoughts on htmx.
@UwU-f2a
@UwU-f2a Ай бұрын
Because of that, it's not interesting. It's just going back to the old ways. With HTMX, you'll end up like this: all routing will contact the server, and when you want to create more complex interactivity, you inevitably have to write raw JavaScript (with lots of document.getElementById that messes up the code readability), or jQuery or Alpine, which mixes various inline syntax in one file without structured grouping. Client side rendering is worse than SvelteKit, the performance is slow, each click isn't fast or smooth. I tested it on Google PageSpeed, and HTMX makes JavaScript rendering heavy, whereas SvelteKit optimizes the JavaScript code at compile time, making it smooth and lightweight. For video playback code that displays control buttons in HTMX, it takes many lines because you have to use raw JavaScript or jQuery or Alpine, but in SvelteKit, it's only a few lines. In SvelteKit, you can pre render, which further speeds up performance, but in HTMX, you can't. In SvelteKit, you can create complex interactivity easily, structured, and cleanly, like a drag and drop window, in HTMX you can't, the code will be messy and hard to read.
@mel-182
@mel-182 Ай бұрын
Teej should do the intro everytime! haha
@MrRuslionkz
@MrRuslionkz Ай бұрын
Agree. Cool intro
@miguelreid
@miguelreid Ай бұрын
Hell yeah love this guys
@tannerr-dev
@tannerr-dev Ай бұрын
taylor seems like a cool guy
@stephenjason7575
@stephenjason7575 Ай бұрын
Taylor Otwell 👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏👏
@TankorSmash
@TankorSmash Ай бұрын
29:53 that's exactly what all that functional monad stuff is about, where you can break down many different types of things into similar operations, even without really knowing much about the things at first. It's fun that it can be represented just in naming patterns too.
@enthusiast1
@enthusiast1 Ай бұрын
I enjoyed this talk, though if I cannot code my website entirely in x64 assembly language, I'll feel inferior. 😁 okay, seriously... loved this talk... heard about Laravel, did not know much about it, learned from this interview, in parallel visited Laravel site to peek at intro. Anyway, great content you guys! 💯
@namelessbeast4868
@namelessbeast4868 Ай бұрын
I think you guys need to come up with a better framing for your cameras. Having chat behind the cameras make it really difficult to read it. There must be a way of organizing the three cameras and chat
@olbluelips
@olbluelips Ай бұрын
22:10 TJ is SPITTING!! Maintain your vision. If you’re wrong, you’re wrong. You wont get anywhere by catering to all users
@olbluelips
@olbluelips Ай бұрын
Now to be fair, the only “users” I’ve had are people asking me to fix bugs on tiny GH repos, but I still feel that this is great advice DONT 👏 BE 👏 AFRAID 👏 TO 👏 FIRE 👏 USERS
@hentype
@hentype Ай бұрын
Ironic since Laravel started to do just the opposite lately, catering to everyone and losing focus.
@micoberss5579
@micoberss5579 Ай бұрын
Seems like nice guy. I liked this interview
@Alex-pg1gt
@Alex-pg1gt Ай бұрын
It's funny how there is no mention of symfony
@EmanueleSerini78
@EmanueleSerini78 Ай бұрын
There is, when he's talking about 2015-2016 and the java like PHP he's pointing at Symfony
@scottmcallister6583
@scottmcallister6583 Ай бұрын
lambo talk 01:36:08
@mel-182
@mel-182 Ай бұрын
What If Taylor decided to create a CMS as alternative to WordPress? OMG Cloud and Forge could reach billions.
@Moustafa-Sabry
@Moustafa-Sabry Ай бұрын
Guess we’re learning php boys
@_akira4k
@_akira4k Ай бұрын
FFB - First from Brazil
@ChrisIsOutside
@ChrisIsOutside Ай бұрын
I'm gonna say eloquent is awesome! on YT
@ismailesadklc3874
@ismailesadklc3874 Ай бұрын
Do a jonathan blow episode!
@FlashIn4KS
@FlashIn4KS Ай бұрын
Inertia seems like a reason to hop back on to Laravel 🤔🤔
@emanuel_larini
@emanuel_larini Ай бұрын
Started with Laravel and ended up in Node. Where did I fail?
@abhishekbhagat9313
@abhishekbhagat9313 Ай бұрын
Learning laravel
@Rafael-pj4zc
@Rafael-pj4zc Ай бұрын
What's been your experience with node, do you like working with it?
@getupkid84
@getupkid84 Ай бұрын
Life choices 😂
@salahdidi8287
@salahdidi8287 Ай бұрын
U didn't fail both are good
@marcusrehn6915
@marcusrehn6915 Ай бұрын
6 months ago, nobody would view this as a failure. Just wait 6 months and it will swing back.
@chaitanyayeole4111
@chaitanyayeole4111 Ай бұрын
@ThePrimeTime Can you please speak about Python3.13 and its changes? Removal of GIL and Inclusion of JIT mainly. It would be really helpful to understand and learn from your insights.
@samarnagar9699
@samarnagar9699 27 күн бұрын
1:22:15 teej in shambals
@reverse4646
@reverse4646 Ай бұрын
Does Taylor know about the Trongate Framework? 😅
@ivanjelenic5627
@ivanjelenic5627 Ай бұрын
Lmao
@Mister5597
@Mister5597 Ай бұрын
I remember hearing about it and just visiting their webpage I think like a year or 2 ago, I just visited their page now and... uhm... I guess its unique.
@ChrisIsOutside
@ChrisIsOutside Ай бұрын
that's the way to go, do the hard stuff first - its llike, can we do it???? yes/no??? if yes, colour it in
@blocSonic
@blocSonic Ай бұрын
Laravel Cloud certainly sounds promising. I've developed with PHP for over 20 years, but more recently shifted away from it in favor of JS powered static generated sites with Astro/React. Completely ditching the need for a full stack and content admin. One of the drivers of that is performance, but even more so is how easy it is to deploy with push to deploy using something like Netlify. However for projects that really do need a full PHP stack and content admin, it would be great if we could have push to deploy for those. Not having seen a demo of Laravel Cloud, I hope that it will bring that.
@zorro161
@zorro161 Ай бұрын
Thank you for inertia man saved my life bro 😭😭😭
@virinom
@virinom Ай бұрын
1:29:40 this goes for WordPress I assume :D
@ZealotFeathers
@ZealotFeathers Ай бұрын
If Taylor Otwell is too scared to talk to people, I think I have reason to be more confident at these types of events 😆
@surajkumardwivedi7139
@surajkumardwivedi7139 Ай бұрын
johnny sins in the thumbnail, finally he took the programmer role
@ahmedhabeeb2499
@ahmedhabeeb2499 Ай бұрын
the best thing laravel
@kamertonaudiophileplayer847
@kamertonaudiophileplayer847 Ай бұрын
A hybrid approach will win.
@wotwithbert7591
@wotwithbert7591 Ай бұрын
Symfony + htmx, anyone?
@martinvirando5651
@martinvirando5651 Ай бұрын
This conversation might hurt Lee Robinsons pocket.
@something00witty
@something00witty Ай бұрын
Really interesting and motivating discussion, thanks guys!
@RadityoPrasetiantoWibowo
@RadityoPrasetiantoWibowo 18 күн бұрын
there is bash coder here ?
@xen2297
@xen2297 Ай бұрын
I like TJ
@robmorgan1214
@robmorgan1214 Ай бұрын
WE YELL STUFF AT U PRIME... BECAUSE U MAKE IT FUN TO YELL AT YOU, Mr mustache man! Thanks 4 noticing! You're a funny guy... we like feeding you str8 lines and seeing what happens! ... now get back n there we'll weight for you to cook!
@l8ll8linflnlty98
@l8ll8linflnlty98 Ай бұрын
very neat!
@RyanHaydenMattoon
@RyanHaydenMattoon Ай бұрын
Craziest part of this interview is that Taylor has never tried pineapple pizza.
@MaxUgly
@MaxUgly Ай бұрын
Prime, love your content man. Almost 40 and okay at most things when sitting in front of a computer. Still have my health and moving furniture, loading trucks, stuff like that for work .. I probably have the best chance out of this by learning some construction trade but I always choose the hard path. Done fighting that, been hacking shizzz together in Python, not really sure I like coding, certainly love it, but it takes so much work to 'make it work' I said all that to say your head is blocking chat, you should have mirrored your cam and made yourself his mic. Or just not put the gd chat on screen. All good, I can just listen to this one. Love and nah mast day
@rohitpatil3264
@rohitpatil3264 Ай бұрын
Love it❤
@vitosnatios
@vitosnatios Ай бұрын
I'm brazilian btw
@LearnValkey
@LearnValkey Ай бұрын
Aren't you afraid that taking VC investment will make you lose Laravel's open source sprit? It is hard to make money on open source especially if you need to hit 10-100x expectations of the VC. What are your thoughts?
@SXsoft99
@SXsoft99 Ай бұрын
"we chose react for the rich amount of libraries" and not to get the react devs to come to laravel on the backend from the different js ecosystems
@dominuskelvin
@dominuskelvin Ай бұрын
The folks who will use your open source gifts will do so warts and all
@TheDeluxeman
@TheDeluxeman Ай бұрын
Seth Rogan brother?
@GeradTroje
@GeradTroje 16 күн бұрын
Interesting.
@TheUndulyNoted
@TheUndulyNoted 9 күн бұрын
Laravel was my first tech stack. It’s powerful but honestly there is just too much complexity and too much magic in it in my view. It also wants to be part of your frontend when you’d rather just have a separate frontend app.
Our Terrible Future And Open Source | Prime Reacts
38:29
ThePrimeTime
Рет қаралды 214 М.
When Cucumbers Meet PVC Pipe The Results Are Wild! 🤭
00:44
Crafty Buddy
Рет қаралды 59 МЛН
Кто круче, как думаешь?
00:44
МЯТНАЯ ФАНТА
Рет қаралды 6 МЛН
The Best Software Engineering Advice | Prime Reacts
55:05
ThePrimeTime
Рет қаралды 449 М.
Jordan Peterson - How To Destroy Your Negative Beliefs (4K)
3:23:32
Chris Williamson
Рет қаралды 9 МЛН
Omens | Critical Role: VOX MACHINA | Episode 39
3:55:52
Geek & Sundry
Рет қаралды 4,1 МЛН
11. Byzantium - Last of the Romans
3:27:31
Fall of Civilizations
Рет қаралды 6 МЛН
Mindscape Ask Me Anything, Sean Carroll | June 2024
3:58:46
Sean Carroll
Рет қаралды 192 М.
I Interviewed The Creator Of LLVM, Clang, Swift, and Mojo
1:05:45
ThePrimeTime
Рет қаралды 195 М.
What’s Up with Laravel? It’s Everywhere, and Here’s Why!
6:22
DHH Is Right About Everything
2:02:54
ThePrimeTime
Рет қаралды 321 М.