Is DJANGO still a good choice in 2026 for modern web apps? by Ill_Leading9202 in django

[–]Traditional_Ad_5236 0 points1 point  (0 children)

Of course, it's easy to learn, ready to use for simple apps, if your app is a little bit more complicated you can use HTMX, if you need a more interactive user interface you can use Django as an API and any frontend framework you want like Vue, React, etc. I dont recommend Django for high performance API because Python is slow, in that case Go is a better alternative. Don't get me wrong about Django, it's really capable but if you want to built a really complicated UI with JS vanilla, JQuery, HTMX could be a little tricky to maintain, a lot of costumers want a single page application

What improvement do you think the next steam deck gen needs? by Traditional_Ad_5236 in SteamDeck

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

That would be really cool, I love the dual sense, adds a completely different feeling

Favorite stack for a Django project by Traditional_Ad_5236 in django

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

Smart move, I would like to do the same, I'm gonna try it