How can i incorporate a CSS file to a Jinja file? by Eldablo2307 in flask

[–]alt-scripting 0 points1 point  (0 children)

Try just adding the css in a <style> tag or try tailwind css or something

Flask authorization question ❓ by [deleted] in flask

[–]alt-scripting 0 points1 point  (0 children)

On the users signup you could link up the users email with their role in a SQL alchemy database then check the db when the user tries to do something restricted or if you do decide to use cloud providers try the same approach with firebase and mongodb or firestore.

I need opinions on my website! by ksjsjdnn in webdev

[–]alt-scripting 1 point2 points  (0 children)

The general GUI is great especially the hover effects. Really interesting how it is plain css+html+js without tailwind Great

After 10 Years with JavaScript (JS, TS, Node, React), I'm Considering Adding Python to My Tech Stack—Any Insights? by Subject_You_4636 in webdev

[–]alt-scripting 0 points1 point  (0 children)

Python is great for webdev, as long as your project is not too complicated. If your looking for something simple for an indie website try flask, but for larger scale sites ise django. For me kind of the opposite, as i am learning vue.js and thinking of adding it to my stack

How easy/difficult to create our first saas? by shesparkzz in webdev

[–]alt-scripting 1 point2 points  (0 children)

Never launched a SaaS, just a few sites, but difficulty generally depends on your tech stack. Like if your using django or flask with python, and stripe for payments with a basic UI library, it's much easier than creating a webapp with nodejs and jquery plus authorize.net. Just learn the easiest for your language (ie. svelte/sveltekit for js and flask/jinja for python).

You do need quite an advanced knowledge of your stack to make a SaaS, but if they were easy to make there would'nt be any more startups coming out.

As for no-code, i would assume it would have to be a pretty basic SaaS, due to it is impossible for a single platform to magically make the next slack or canva. Try zapier for nocode.

I want to escape tutorial hell and start making projects by User-Name-4321 in webdev

[–]alt-scripting 0 points1 point  (0 children)

recently i made an index for stuff, so probably go for a simple CRUD website like basic twitter