My Tech Stack in 2024 (and beyond!)

Поділитися
Вставка
  • Опубліковано 11 лис 2024
  • I get excited whenever I get to talk about why I use the tools that I use.
    It's not just because I find them enjoyable or that I am comfortable in them. It's more than that.
    Use the tools that make you say, "Yeah I know how to build this in ______ (insert stack here)"
    Keep creating.
    Help me choose my next video:
    cir.re/suggest
    ---
    📹 *Watch My VSCode Setup Video:* • My Minimal and Beautif...
    🎓 *Make VSCode Awesome - Caleb Porzio's Course (support me with this link):* gumroad.com/a/...

КОМЕНТАРІ • 76

  • @HaroldDefree-ow8kz
    @HaroldDefree-ow8kz 2 місяці тому +43

    Bro you are putting out video faster than JavaScript frameworks

    • @joshcirre
      @joshcirre  2 місяці тому +8

      This is the best comment. 😂🫣

    • @HaroldDefree-ow8kz
      @HaroldDefree-ow8kz 2 місяці тому

      @@joshcirre the cannot keep up with your speed 😎

    • @Soulis98
      @Soulis98 2 місяці тому

      @@joshcirre Faster than a new Js engine.

    • @JoeSmith-kn5wo
      @JoeSmith-kn5wo 2 місяці тому

      😁

  • @mrdarknezz
    @mrdarknezz 2 місяці тому +13

    Josh Cirre is criminally underrated, the production quality on these videos are top tier

    • @joshcirre
      @joshcirre  2 місяці тому

      @@mrdarknezz thank you so much for the kind words friend. ☺️

  • @vbergeron98
    @vbergeron98 2 місяці тому +2

    I'm glad you joined the Laravel team, so now I know you and follow your content. The quality is awesome, keep it up!

  • @jonashansen2512
    @jonashansen2512 2 місяці тому +3

    The simplest solution is often the one with the least dependencies.
    However the best may be the one with the greatest familiarity and deepest understanding.

  • @dhanalama3757
    @dhanalama3757 2 місяці тому +1

    Wow like you explained at the last, I know how to do it 90% without thinking too much. That is very relatable for most of the Laravel Developer.

    • @joshcirre
      @joshcirre  2 місяці тому

      There you go. That’s it! ☺️

  • @TonyLea
    @TonyLea 2 місяці тому +1

    Heck yeah man! Love love love the TALL stack :)

  • @raadkasem
    @raadkasem 2 місяці тому

    If there is one thing to mention, it is your voice quality 👌
    Could be watching & listening for good

  • @balfor1114
    @balfor1114 2 місяці тому +4

    Great video! Chrome Extension Laravel API would be worth a video, I think :D

    • @joshcirre
      @joshcirre  2 місяці тому +1

      I have it on the docket soon. 😁

  • @wevertonlotosport
    @wevertonlotosport 2 місяці тому +4

    WOW Josh, we have a HUUUGE SPOILER in this video hahahahah, i got it!

  • @salehalnaggar7926
    @salehalnaggar7926 2 місяці тому +1

    Laravel with Htmx and Alpine = ❤

  • @JoeSmith-kn5wo
    @JoeSmith-kn5wo 2 місяці тому

    Im with you I love livewire with volt because I come from the JS Framework world and it feels more natural.

    • @joshcirre
      @joshcirre  2 місяці тому

      It’s so good. 😮‍💨

  • @dayne-kora2415
    @dayne-kora2415 2 місяці тому +1

    Hey Josh, great video. Quick question, if you were to build a small e commerce app would you still use the TALL stack or use a Javascript framework? Thanks a lot

  • @acegear
    @acegear 2 місяці тому

    kinda interested on the build of that book inventory thought process or even a full build guide

  • @YourDownstairsNeighbour
    @YourDownstairsNeighbour 2 місяці тому

    Another great video. I am not a laravel user, but you make me want to give it another look. I would love to see your design process. How do you break things down.

  • @HenrySimarmata
    @HenrySimarmata 2 місяці тому

    KEEP CREATING!!! 💯💯💯

  • @MaciejCzechowski
    @MaciejCzechowski 2 місяці тому

    Dziękujemy.

    • @joshcirre
      @joshcirre  2 місяці тому

      Thank you so much for the support. I appreciate it. ☺️🫡

  • @AI_ETH0
    @AI_ETH0 2 місяці тому +1

    I am in my way for TALL stack. Happy to see this 😊 ( I would be happy if you guys recommend me best resources for livewiere. I am currently learning alpine, have learnt laravel and tailwindscss, the basics and livewiere remaining)

    • @Alex-uc1mp
      @Alex-uc1mp 2 місяці тому

      I would recommend the official Livewire screencast by Caleb. It's fun to watch, you learn a lot and support the creator of Livewire

    • @joshcirre
      @joshcirre  2 місяці тому

      Laracasts has some great options. The official Laravel channel and then I try to put out as much stuff on my channel about those subjects too!

  • @harem_lord-FFM
    @harem_lord-FFM 2 місяці тому +1

    to people who are not aware... Alpine is just Vue underneath.

    • @joshcirre
      @joshcirre  2 місяці тому

      Not specifically.
      Sure a lot of the same concepts. But it doesn’t “wrap” Vue.

    • @harem_lord-FFM
      @harem_lord-FFM 2 місяці тому

      @@joshcirre You're in for a surprise. line 39 of Alpine JS's index.js file is this:
      import { reactive, effect, stop, toRaw } from '@vue/reactivity'

    • @joshcirre
      @joshcirre  2 місяці тому

      @@harem_lord-FFMokay lol. Yes but so are a TON of things in the web dev world. If you use the same code but don’t acknowledge it, would that have been better?
      You’re acting like it’s just Vue for everything under the hood and stolen from Vue. 😂

    • @joshcirre
      @joshcirre  2 місяці тому

      I think it’s unfair to say “Alpine is just Vue underneath” when in reality it’s: “Alpine utilizes Vue’s reactivity implementation under the hood.”
      It’s not just Vue. It uses that core package for the reactivity portion. And it would be one thing if they (Alpine) didn’t mention it when it’s clearly mentioned on their docs for that portion of Alpine.

    • @harem_lord-FFM
      @harem_lord-FFM 2 місяці тому

      @@joshcirre Reactivity is pretty major. Without Vue, Alpine would cease to exist as a front end framework.

  • @isaachatilima
    @isaachatilima 2 місяці тому +1

    Your video are always informative. Quick question, How do you use VS Code plugins like PHP Intelephense? it does not work for me.

    • @joshcirre
      @joshcirre  2 місяці тому

      Sorry it doesn’t work for you! It works great for me with the TALL Stack folder plugin. ☺️

    • @isaachatilima
      @isaachatilima 2 місяці тому

      @@joshcirre sorry I did not specify enough. In my PHP files all is fine, but the Volt components nothing.

    • @joshcirre
      @joshcirre  2 місяці тому

      @@isaachatilima Volt is a tricky case for PHP Intelephense currently. So it’s not just you. I just deal with it right now. Maybe some better tooling in the future. ☺️

  • @NFM-nb7dl
    @NFM-nb7dl Місяць тому

    Is Livewire good for large Scale Applications like Erp ?

  • @dracula5752
    @dracula5752 16 днів тому

    i don't understand why would ever people choose livewire over inertiajs

  • @booksforthesoul3030
    @booksforthesoul3030 2 місяці тому

    hi josh please am new to the community how do you use laravel and livewire the same time? do you use laravel as backend and livewire to make the page dynamic and interactive or livewire as backend as well

  • @marlonm3108
    @marlonm3108 2 місяці тому

    hi josh, im in software developer industry, and currently in a project with payment gateway. They said that PHP Laravel is not that secure to handle payment gateway than JS... please can you give your insights here is this true?... thank you in advance

  • @iiWolff
    @iiWolff 2 місяці тому +1

    Hey what about laravel + react(inertia) I usually don't see many videos about it. Any thoughts?

    • @joshcirre
      @joshcirre  2 місяці тому +2

      Funnily enough, I just recorded a video to be released in a bit about why I chose/choose Livewire over React (Inertia).
      More of a rant but some good points I think. Long story short. It’s a great option, especially if you like having your server logic be separated from your client side views.
      It’s also just a wonderful choice if you want the magic of Laravel with a plug and play component front end.
      Inertia is looking to get some updates at Laracon soon too (teased by Taylor).

    • @hanhuiwu9067
      @hanhuiwu9067 2 місяці тому +1

      @@joshcirre I want to know how I can use the rich 3rd components of Vue or React. This is why I'm hesitant to use Livewire and have to adopt a front-end and back-end separation approach.

    • @Soulis98
      @Soulis98 2 місяці тому

      What about INertia + Vue?

  • @victorshallangwa952
    @victorshallangwa952 2 місяці тому +2

    You ran away from JS, on the other hand trying to get into it a bit

    • @joshcirre
      @joshcirre  2 місяці тому

      Maybe to some extent yes. I love that the JS community is constantly evolving and growing. But I also love having everything sorted for me.
      So I’m fine with colocation while also having that magic. 😁

  • @oscarl06
    @oscarl06 2 місяці тому +1

    Cant wait for Flux

  • @davidhida6821
    @davidhida6821 2 місяці тому

    Yeah I think it's important to have your personnal tech and be to say yeah I know how to do that with my tech stack, or It would be a little bit difficult but I can handle this with my tech stack. I love Tall stack !!😉

  • @TalesGrechi
    @TalesGrechi 2 місяці тому

    Great video!

  • @pjr
    @pjr 2 місяці тому

    8:24 wait are you teasing Livewire Flux? 🤔

  • @dab500
    @dab500 2 місяці тому

    @Josh Cirre, can you share a link to the tweet?

    • @joshcirre
      @joshcirre  2 місяці тому

      Sure! I’m sorry I didn’t put it in the description.
      x.com/alexanderisorax/status/1823617895227617481?s=46

    • @dab500
      @dab500 2 місяці тому

      @@joshcirre Thank you for your kindness!

  • @SirNoviTheChauvi
    @SirNoviTheChauvi Місяць тому

    Watched this in 2x and it it still took too long.

  • @Soulis98
    @Soulis98 2 місяці тому

    You are part of the laravel team now?

    • @joshcirre
      @joshcirre  2 місяці тому

      Yep! Have been since May. ☺️ doing some videos on the official Laravel channel as well as helping out with Laravel Vapor support.

    • @Soulis98
      @Soulis98 2 місяці тому

      @@joshcirre Thats huge!
      Congratulations Josh!

  • @Stoney_Eagle
    @Stoney_Eagle 2 місяці тому

    Reasons people have for not using laravel are PHP sucks and PHP sucks.
    Good thing I don't hate PHP and I know how much Laravel got my back. I really don't like having to peace meal a bunch of stuff together that never likes to cooperate.
    I have settled for the VILT stack 😊

    • @joshcirre
      @joshcirre  2 місяці тому +1

      Great stack. 👀 keep building while others complain and argue. 😁

    • @KevinVerde
      @KevinVerde 2 місяці тому

      Peace meal? Is that a friendly dinner with a foe?

    • @Stoney_Eagle
      @Stoney_Eagle 2 місяці тому

      @@KevinVerde Haha typo's happen 😂

  • @mwamodo
    @mwamodo 2 місяці тому

    you are talking about flux 😂

  • @DorianDevelops
    @DorianDevelops 2 місяці тому

    👀 8:32 Flux!?!?