This is so true and i wish tutorials and courses followed this strategy. 95% of the training material out there are like "for this course/tutorial we will just show a modal when a todo is completed but in production you'll most probably want to sent an email". WTF, why can't you just teach how to build something that a real user would use, something that can be pushed to production, something that includes sending those email notifications.
3 ай бұрын
I found that directory-like apps are a good option. They usually have categories, filters, ratings with stars and comments. This kind of projects are easy enough for beginners to tackle, yet difficult enough to be challenging and learn new things. I'm doing one myself to learn Tailwind and Livewire 😂
@joshcirre3 ай бұрын
Those are great things to learn. Some neat tricks about Livewire you can learn doing stuff like that. 😁
@wtfdoiputhere3 ай бұрын
as a beginner myself ( around 3 months into Laravel ) and as a personal opinion, you should build a social media app with posts and followers and comments and replies etc etc etc, since i started building one i was forced to be familiar with plenty of Laravel concepts / basics and helped me greatly to use the new knowledge in other projects
@CoolestPossibleName3 ай бұрын
I'll try that. Thank you so much!
@wtfdoiputhere3 ай бұрын
@@CoolestPossibleName the project is on github btw that's how i journal my progress and see what i could add and yw and happy coding
@wtfdoiputhere3 ай бұрын
@@CoolestPossibleName for sure and also the project is on my github that's how i document the process of building
@joshcirre2 ай бұрын
100%. There's a reason why the bootcamp on Laravel.com shows building a Twitter clone. So much to learn from the concept.
@wtfdoiputhere2 ай бұрын
@@joshcirre the bootcamp and laracasts 30 days to learn laravel were the most amazing peces of education i've ever read online, no wasting time and real geniuses quickly teaching you everything you'll ever need
@DannyAvery-y3b3 ай бұрын
So simple. So awesome. More please, and thank you!
@joshcirre3 ай бұрын
Thank you so much! :)
@coding4tacos3 ай бұрын
Loved the video! I've been wanting to get back into Laravel and this was the motivation I needed.
@joshcirre2 ай бұрын
Love it. Thank you! :)
@eslammostafa12473 ай бұрын
Simple and well explained. Thank you for this great advice
@joshcirre2 ай бұрын
Thanks for watching. :)
@TheColinm19923 ай бұрын
Really good suggestion 😊
@ivangerginov56483 ай бұрын
Great ideas, thank you Will come in handy after finishing all tutorials I've taken up. By the way, what is the program that you use for those notes? It looks nice
@devambujkumar323 ай бұрын
Very well explained 👏🏻, ps: some additions like implementing authentication, dealing with relational data.
@joshcirre3 ай бұрын
100%. This was my intention with saying scoped todos so you have authentication, todos related to users, etc.
@iFunkMasterJ3 ай бұрын
You’ve changed the colour filter on your camera view? I’m sure if more of a purple tint usually
@joshcirre2 ай бұрын
I try to change the background colors every couple videos or so, so the bleed from those colors likely are a bit different than normal. ☺️
@JamKasan-p3n3 ай бұрын
Can you make a "how to deploy laravel app with coolify". I haven't seen anyone do it. 😢
@joshcirre2 ай бұрын
I'll have it to add it to my list. 😁 cir.re/suggest
@aerojeyenth3 ай бұрын
Can I mix and match interia livewire in my project? And also is there a way to run opencv in laravel
@joshcirre3 ай бұрын
You definitely can. Or you can use React/Vue in your Livewire components with something like “MingleJS”.
@TrondHus3 ай бұрын
A great starting project to learn crud is a phone catalog.
@joshcirre2 ай бұрын
Anything CRUD can add some of these things, 100%!
@aruni-laravel3 ай бұрын
is it possible using API in livewire??
@aldrickdev3 ай бұрын
So in short, take any project and then over engineer it so that you have experience with more advanced concepts when you need them for real.
@joshcirre3 ай бұрын
Great way of putting it. Sometimes adding over-engineered elements to simple projects is easier to grasp than if you were to try to build a more complex project from the start.
@rafamorawiecАй бұрын
What is this app?
@guled6693 ай бұрын
Todo is maybe not enough, something that has relation is maybe a good practise for a beginner hasMany or belongsTo
@joshcirre3 ай бұрын
100%. This was my intention with saying scoped todos so you have authentication, todos related to users, etc.
@Stoney_Eagle3 ай бұрын
Can I also make something that puts too much hay on my fork😆
@joshcirre2 ай бұрын
You can do anything you put your mind to. 😁
@Stoney_Eagle2 ай бұрын
@@joshcirre I've been doing it for a few years now, no plans to stop before it's ready 🙃
@hamzakhiar36363 ай бұрын
what repo you talk about and why you didn't bother to share it with us, we could get value from it at least for those who don't know? me as well