2025 Web Development Reality Check My Production Ready Stack

Поділитися
Вставка
  • Опубліковано 17 гру 2024

КОМЕНТАРІ • 34

  • @vitalis
    @vitalis 8 днів тому +4

    Awesome list

  • @electronicdementia9050
    @electronicdementia9050 10 днів тому +5

    Really helpful. Thanks

  • @melvia888
    @melvia888 5 днів тому

    I’m so new to all of this, what browser is that you’re using and what distribution should I use for WSL?

    • @tenacity_dev
      @tenacity_dev  4 дні тому +1

      Hi, I'm using Zen and Brave browsers. The one from this video is called Zen. I'm just using Ubuntu WSL stable version. I think it's 22 LTS.

  • @digitalhero7488
    @digitalhero7488 8 днів тому +3

    Thanks!

  • @eduardoa94
    @eduardoa94 8 днів тому +3

    hello, thanks for the video.
    which is the browser you using?

    • @tenacity_dev
      @tenacity_dev  8 днів тому

      Thank you! I used Zen browser for this video

  • @BenoitJadinon
    @BenoitJadinon 8 днів тому +1

    thanks, isn't Webstorm completely free now ?

    • @tenacity_dev
      @tenacity_dev  8 днів тому +1

      Webstorm is free for non-commercial use which means you can use it as long as you are not making money with it.

    • @meowmesh
      @meowmesh 8 днів тому

      @@tenacity_dev how do they know that we are making money or not ? basically we upload our code in GitHub. does they have access to our GitHub account as well ?

  • @mcafalchio
    @mcafalchio 7 днів тому

    Better to use linux if you are using wsl and nvim

  • @topkek7587
    @topkek7587 8 днів тому +1

    astro?

    • @tenacity_dev
      @tenacity_dev  8 днів тому

      People say good things about Astro, I've tried it once. I would also check out Hugo as they target the same thing.

  • @MartinSvandaDeveloper
    @MartinSvandaDeveloper 8 днів тому

    Switch excalidraw for tl draw ;)

  • @basedest4451
    @basedest4451 6 днів тому +2

    The list was lowkey legit until backend part 😭🙏 PHP in 2025 💀

    • @tenacity_dev
      @tenacity_dev  6 днів тому +1

      i understand you, PHP has it's downsides. Django and FastAPI are great too. Building an MVP and pushing an app is really quick with Laravel, people that try it almost always change their opinion. If later on you need to scale and get more people on you will have a bigger budget too and then you can switch to other frameworks.

  • @devdatkumar4970
    @devdatkumar4970 8 днів тому

    you missed auth...

    • @Nellak2011
      @Nellak2011 8 днів тому

      Supabase if you use Postgres on the Backend. I haven't personally tried it though.

    • @tenacity_dev
      @tenacity_dev  8 днів тому +4

      I left it out since I don't want to recommend any libraries or services that can become deprecated like Lucia Auth. I can make a video about using your own Auth and when to use third party auth services.

    • @alwayssunnier
      @alwayssunnier 7 днів тому

      @@tenacity_devI for one would love that. keep doing what you’re doing, all the info is helpful

    • @debabratapahari1263
      @debabratapahari1263 7 днів тому

      ​@@tenacity_devThat will be great

    • @devdatkumar4970
      @devdatkumar4970 7 днів тому

      @@tenacity_dev I've been trying to implement nextauth for quite some time, it's painful to implement.
      can you please make a video, on how to implement auth, please include (credentails providers, and OAuth) also, how to create a new user using credentails providers, and how to generate a token and how to send that on an email, and then how to verify it.

  • @dalehjify
    @dalehjify 8 днів тому

    vs code not an IDE...?

    • @tenacity_dev
      @tenacity_dev  8 днів тому +3

      VS Code is a code editor, it is powerful but it's not a full IDE. IDE comes with highly integrated tooling you can make VS Code more IDE like but in it's original state, it's not.

    • @fakhrulhilal
      @fakhrulhilal 7 днів тому +2

      It's not

  • @Alex_Cevi
    @Alex_Cevi 7 днів тому +1

    Typescript is gross

  • @MrKooops
    @MrKooops 8 днів тому +2

    this is so react-centered, if you don't use react, don't bother watching this video.

    • @tenacity_dev
      @tenacity_dev  8 днів тому +6

      Yes, kind of. I'm talking about what I am and what I will be using.