hello, thanks for the video. which is the browser you using?
@tenacity_dev2 күн бұрын
Thank you! I used Zen browser for this video
@BenoitJadinon3 күн бұрын
thanks, isn't Webstorm completely free now ?
@tenacity_dev3 күн бұрын
Webstorm is free for non-commercial use which means you can use it as long as you are not making money with it.
@meowmesh2 күн бұрын
@@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 ?
@basedest4451Күн бұрын
The list was lowkey legit until backend part 😭🙏 PHP in 2025 💀
@tenacity_devКүн бұрын
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.
@mcafalchio2 күн бұрын
Better to use linux if you are using wsl and nvim
@topkek75872 күн бұрын
astro?
@tenacity_dev2 күн бұрын
People say good things about Astro, I've tried it once. I would also check out Hugo as they target the same thing.
@MartinSvandaDeveloper2 күн бұрын
Switch excalidraw for tl draw ;)
@tenacity_devКүн бұрын
I'll try it out!
@dalehjify2 күн бұрын
vs code not an IDE...?
@tenacity_dev2 күн бұрын
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.
@fakhrulhilal2 күн бұрын
It's not
@devdatkumar49702 күн бұрын
you missed auth...
@Nellak20112 күн бұрын
Supabase if you use Postgres on the Backend. I haven't personally tried it though.
@tenacity_dev2 күн бұрын
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.
@alwayssunnier2 күн бұрын
@@tenacity_devI for one would love that. keep doing what you’re doing, all the info is helpful
@debabratapahari12632 күн бұрын
@@tenacity_devThat will be great
@devdatkumar49702 күн бұрын
@@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.
@MrKooops3 күн бұрын
this is so react-centered, if you don't use react, don't bother watching this video.
@tenacity_dev3 күн бұрын
Yes, kind of. I'm talking about what I am and what I will be using.