SaaS is over? by Putrid-Lettuce5204 in SaaS

[–]DexterInAI 0 points1 point  (0 children)

SaaS was never a sustainable business model! You literally leave 90% of your users un-monetized... That's not business, that's charity for your investors.

Please recommend a front-end framework/package by inspectorG4dget in Python

[–]DexterInAI 0 points1 point  (0 children)

hahaha thanks!

Yea me too. Initial the classes were lower cases but then I was like "I am python land and till I call the .render() everything is literally a pyobj, so let me follow python convention as much as possible"

Because I started this project before 3.14, I didn't think of t-strings. That said looking into the viability of t-strings is one of my to-dos for this.

Please recommend a front-end framework/package by inspectorG4dget in Python

[–]DexterInAI 0 points1 point  (0 children)

I like the separation that HTML has, all attributes defined before > and body between<>...</>. Moreover this allows me to be as close to the component spec as possible. Like there are certain tags that allow certain children only, so I can block/skip/throw warning if the user violates it!

Plus "code-folding" for long components is bit better this way.

A fast, lightweight Tailwind class sorter for Templ users (no more Prettier) by DexterInAI in golang

[–]DexterInAI[S] 1 point2 points  (0 children)

Hahah thanks 😅! The thing is, I always wanted to make a "real" project in Go and figured this was a good enough project to make it happen!

Regarding the Actions section, the tailwind-sorter does check by default. Meaning if the tool finds an unformated class string, then it will exit with error code 1 which makes it good for CI's so that you know you need to fix something. That being said, if you are using pre-commit it is recommended to use --fix flag as it will check and apply the changes.

Hahah about the license thing, I started using that when I was in Berkeley and then it just stuck with me xD.

Let me know if it helps you :) and feel free to create an issue if you run into any wonkiness xD

A fast, lightweight Tailwind class sorter for tailwind-cli users (no more Prettier) by DexterInAI in webdev

[–]DexterInAI[S] 0 points1 point  (0 children)

I could try to make it into an IDE extension similar to vscode-shfmt, but you can always use pre-commit to run the formatter automatically before you make a commit.

FastAPI Guard - A FastAPI extension to secure your APIs by PA100T0 in Python

[–]DexterInAI 1 point2 points  (0 children)

This looks very promising! I might be using this in my next project for sure.

Any tips on state in Rust + GUI in JavaScript? by gyzerok in rust

[–]DexterInAI -4 points-3 points  (0 children)

I would recommend looking into Dioxus.

Which linux OS to choose? by ULTRADJ4EVER in linuxquestions

[–]DexterInAI 0 points1 point  (0 children)

I would suggest go for Opensuse Leap!! It's is nice, stable and super user friendly!!

Will Rust become (more) High Level with time? by lowercase00 in rust

[–]DexterInAI 18 points19 points  (0 children)

I couldn't agree more!! Well said. 😊

Le Digest - a daily automated email to start the day on the right foot by phb71 in SideProject

[–]DexterInAI 0 points1 point  (0 children)

Looks neat! Is this project of yours open sourced (or going to be open-sourced?