South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
well semaphore I have been going through some tutorials on youtube and am beginning to understand how it all fits together. I do get what you mean about the syntax, it like stuff is done backwards, you can tell that the language was written by someone who is not a native English speaker lol.
i find django way overrated. never liked it, never will
What language/framework do you normally use?
ASP.NET, Ruby on Rails, Node.Js + Express
I'd rather drink camel piss than ever code in python again.
Hehe. Had a bit of an overdose? Refactoring can be a real bitch on a large code base![]()
In what way is Django unopinionated?Anyone working with Rails in 2025?
Recently started a side project with Rails (after dissing it for years because everyone is talking about how dead and slow it is) - and coming from the Django + NodeJS world, it's quite an eye opener.
I setup a project using Rails + InertiaJS + React and it's been really nice to work with and actually ship things rather than dealing with ambiguity that often comes up with un-opinionated stacks - I'm fairly OCD with how code "looks" and with little projects I wrote with vanilla Typescript / NodeJS in the past, they would end up with multiple refactors to get the architect right before I even get a basic MVP out.
I found that with Rails since it already made those decisions for you, it takes care of most of that context load so that I as a builder can focus on shipping my idea and focus on that logic.