What's new in React  - Wes Bos
44:12
2 жыл бұрын
Welcome - Laracon Online Winter 2018
8:46
What's new in JavaScript - Wes Bos
50:56
Laravel Eloquent - Tim Macdonald
30:02
Closing - Laracon Online Winter 2017
2:50
Types in Laravel - Nuno Maduro
36:00
2 жыл бұрын
Laravel v8 Updates with Taylor Otwell
1:08:05
Welcome - Laracon Online Winter 2021
5:52
Inside Vue Templates with Evan You
48:23
Tailwind CSS by example - Adam Wathan
1:16:37
Laravel Livewire with Caleb Porzio
56:45
Пікірлер
@toyly2820
@toyly2820 2 ай бұрын
what this self-care stuff is even doing here? please no
@yasalam.yasalam
@yasalam.yasalam 3 ай бұрын
SLOW!!!! Well, clearly the video is on fast forward, but since it is not slow enough to be ingested without frequent rewinds and/or guessing words cut off in the process, then why not make it 150x faster anyways. It seems more and more are resorting to make believe that faster means better
@MrShnaiderTV
@MrShnaiderTV 10 ай бұрын
I love Adam's performances ("Resisting complexity" and "Crudy by design" is gold), but he's wrong about many details here. Let's take it in order. 1) Architecture consists of layers and components. Ideally, the components do not know anything about each other, and the layers have a certain orientation associated with moving away from input/output. Dependencies between them can be adjusted using dependency inversion. As a result, the business logic can be tested without using a database, framework, etc. Adam has no separation by layers in the example, he uses the framework on all layers. As a result, all dependency injections are meaningless, since they do not invert anything. Here you just need to use facades. They even have a built-in mock mechanism. 2) Development through mocks (London School), if used, is good because it allows you to systematize the implementation of useCase. The tests in it turn out to be more fragile, it's true, and I don't use it myself, but showing only the test results without the process itself means not showing the main advantage of this approach. 3) A large number of unit tests are obtained not because we have to write more of them, but because integration tests are expensive and we want to write fewer of them. A large number of unit tests are a consequence, not a goal. How would I test this useCase. I would create a chain of "Controller >> DTO + Interactor" classes. The first test would send a POST request and check the correctness of the DTO construction. The interactor would be a spy. The second test would start with Interactor and check that everything was saved correctly in the database. Since there is no complex business logic here, it is pointless to write unit tests here. Bottom line: the lack of layers and components in the architecture, as well as the lack of dependency inversion, made the example unrepresentative. The final tests turned out to be correct for such an architecture, but this has nothing to do with unit tests.
@richt222
@richt222 10 ай бұрын
Checking in almost 3 years later and still no first-party dialog support 😭 Truly appreciate all the hard work on Inertia though. It's been a game changer! Hoping the dialog support isn't too far off.
@forevernoob97
@forevernoob97 Жыл бұрын
If you care about your architecture and performance, you wouldn't use Dependency Injection.
@nekit_borov
@nekit_borov Жыл бұрын
Best video about vue slots!!!!
@voltbf4379
@voltbf4379 Жыл бұрын
IoC containers are the coolest thing ever, you can build a simple container in like 100 lines of code, yet it's extremly powerful and allows you to implement X other important/useful features
@TheKennyWorld
@TheKennyWorld Жыл бұрын
The Caleb talk is still a great tutorial on how to properly build Blade Components!
@question-du-temps
@question-du-temps Жыл бұрын
thanks for the video. I want to know the name of this vs code theme ?
@kusaasira
@kusaasira Жыл бұрын
The dialog feature is sadly not yet available. Sad!
@gssj-o8p
@gssj-o8p Жыл бұрын
Laravel Data is just perfect
@Mr.Error__
@Mr.Error__ Жыл бұрын
I came from laracasts Bro I am big fan What a good job !
@franklycreations
@franklycreations Жыл бұрын
This is wonderful! ❤
@Solo.nm1998
@Solo.nm1998 Жыл бұрын
I wanna say, what a fantastic video, its really rare to find such underrated topics, keep it up guys!
@elmalleable
@elmalleable Жыл бұрын
this is amazingly done to simply the incredible container
@michaelpuglisi5108
@michaelpuglisi5108 Жыл бұрын
What happened to this dialog feature?
@brandon26
@brandon26 Жыл бұрын
Good to learn from the creator itself
@pierdocks5412
@pierdocks5412 Жыл бұрын
Great tutorial! Doesn't get old..
@after1001
@after1001 Жыл бұрын
8 minutes in and nothing good yet
@1337kaas
@1337kaas Жыл бұрын
Awesome demo. Really exciting stuff I'll definitely use in my next project.
@marinnikolli200
@marinnikolli200 Жыл бұрын
Caleb energy is amazing
@mdnurulkabir6010
@mdnurulkabir6010 Жыл бұрын
Lemme give you some advice kid, Speak little slow.
@robertroles5001
@robertroles5001 Жыл бұрын
Very Informative
@frankstekelenburg1855
@frankstekelenburg1855 Жыл бұрын
It's still not avaible i guess? it would help me alot!
@SonidoScoobyDoo
@SonidoScoobyDoo Жыл бұрын
April 14 2023, no inertia::dialog yet available S.O.S.
@szabolcsszucs8669
@szabolcsszucs8669 Жыл бұрын
Do you know why I'm getting bad method on ->charge()?
@pawe6735
@pawe6735 Жыл бұрын
Great content, thank you!
@MarkusDiersbock
@MarkusDiersbock Жыл бұрын
when is LiveWire 3?
@mksaura4075
@mksaura4075 Жыл бұрын
I'm also excited and can't wait, what's happening?
@joydeepbhowmik6181
@joydeepbhowmik6181 Жыл бұрын
​@@mksaura4075I think it's releasing on Jun 20 or last of this year
@cdsafrica
@cdsafrica Жыл бұрын
SSR Inertia won't work on shared hosting plan like GoDaddy..
@bulent2435
@bulent2435 Жыл бұрын
Great talk.
@crhayes
@crhayes Жыл бұрын
Regarding Livewire 3 annotations, IMO “readonly” sounds like a better alternative to “locked”.
@eresendez
@eresendez Жыл бұрын
Up to this day, Inertia dialog has not been released :(
@ilmammourtada4538
@ilmammourtada4538 Жыл бұрын
Thank you for the presentation for laravel-data. I have one question which might seem to be defying the purpose. Is there anyway I can pass the request object and then cast it to the proper Data object?
@midasgen
@midasgen Жыл бұрын
this is a gem
@opensourcedev22
@opensourcedev22 Жыл бұрын
Sweet and simple
@ytchikdpd
@ytchikdpd 2 жыл бұрын
kzbin.info/www/bejne/oKGWqZKtbZepsLM
@ytchikdpd
@ytchikdpd 2 жыл бұрын
kzbin.info/www/bejne/oKGWqZKtbZepsLM
@ytchikdpd
@ytchikdpd 2 жыл бұрын
kzbin.info/www/bejne/oKGWqZKtbZepsLM
@ytchikdpd
@ytchikdpd 2 жыл бұрын
kzbin.info/www/bejne/oKGWqZKtbZepsLM
@chikenmacnugget
@chikenmacnugget 2 жыл бұрын
nice space-around, wanna look at adaptive version lmao
@BudaSuyasa
@BudaSuyasa 2 жыл бұрын
Livewire is 🔥
@mirasmustimov
@mirasmustimov 2 жыл бұрын
Thank you, very useful information 👍
@luppo2007
@luppo2007 2 жыл бұрын
awesome
@abdulbasitsalah2918
@abdulbasitsalah2918 2 жыл бұрын
how can we get the sliders? 42:13
@Viureify
@Viureify 2 жыл бұрын
The introductory talk Jonathan mentions initially is this kzbin.info/www/bejne/aX6kc4aPhd2jmNU
@iammuttaqi
@iammuttaqi 2 жыл бұрын
2:23:35 🐕
@iammuttaqi
@iammuttaqi 2 жыл бұрын
Livewire is wild
@yungifez
@yungifez 2 жыл бұрын
This is too good
@yungifez
@yungifez 2 жыл бұрын
22:56 hehe covfefe
@AhmedAli-jx9ie
@AhmedAli-jx9ie 2 жыл бұрын
this is vue 2 btw