Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
No.
Seriously speaking though, fuck CMS’. For large scale web projects we use either vanilla PHP (no bloody frameworks, they only stand in your way) or in some cases these days Blazor. More likely though is that the frontend uses what the frontend devs like to use (i.e. Vue by default, which is MVVM), and the backend gets done in C# cause that’s the common language here. -
EddieBro1213y@100110111 Personally I agree not to use cms.
But most people I know use at least laravel or symphony for php.
Do you have the luxury to code the whole core backend with raw c#, php, java or whatever language you use? -
Crost41083y@EddieBro I don't get that opinion. If you want customers to be able to manage their own website content they need a CMS. A customer could be internal to your business. If you have 100 customers and no CMS you will be editing content, not developing. A CMS solves a specific problem...
-
hitko31483y@Crost Usually the customer only needs to edit a minimal subset of the content, and for larger enterprise solutions the customer would generally want to sync all (relevant) content with internal information systems anyway. Using a CMS is absolutely unnecessary when you can just add a few basic forms without introducing a bloaty mess with countless known vulnerabilities and maintenance issues.
-
Vue js though Vue cli
+ Django with DRF
Both are full of boilerplate code that solves 98% of my problems out of the box
Full battery included (or rail roaded) approach in both cases. -
EddieBro1213y@Crost you are right about cms. Though I cannot recommend myself a ready cms platform for large scale projects. The popular ones are limited or can mess with either the developer or the project itself If the client or your company decides to use themes with built-in modules etc.
Related Rants
Regarding the web and mostly for large scale projects, what cms platform or even mvc like framework would you prefer to use or work with and why?
question
web
cms
mvc