What is Drupal and what are its top alternatives?
Top Alternatives to Drupal
- Joomla!
Joomla is a simple and powerful web server application and it requires a server with PHP and either MySQL, PostgreSQL, or SQL Server to run it. ...
- WordPress
The core software is built by hundreds of community volunteers, and when you’re ready for more there are thousands of plugins and themes available to transform your site into almost anything you can imagine. Over 60 million people have chosen WordPress to power the place on the web they call “home” — we’d love you to join the family. ...
- Django
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. ...
- ProcessWire
ProcessWire is an open source content management system (CMS) and web application framework aimed at the needs of designers, developers and their clients. ProcessWire gives you more control over your fields, templates and markup than other platforms, and provides a powerful template system that works the way you do ...
- Typo3
It is a free and open-source Web content management system written in PHP. It can run on several web servers, such as Apache or IIS, on top of many operating systems, among them Linux, Microsoft Windows, FreeBSD, macOS and OS/2. ...
- Laravel
It is a web application framework with expressive, elegant syntax. It attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, and caching. ...
- AEM
It is a web-based client-server system for building, managing and deploying commercial websites and related services. It combines a number of infrastructure-level and application-level functions into a single integrated package. ...
- Magento
Magento Community Edition is perfect if you’re a developer who wants to build your own solution with flexible eCommerce technology. You can modify the core code and add a wide variety of features and functionality. ...
Drupal alternatives & related posts
Joomla!
- Powerful extension architecture17
- Powerfull CMS6
- Mid-Hight End level CMS5
- Highly customizable4
- Vast repository of free and paid extensions2
- Extensions & Templates2
- Multilingual in the core1
- Depleting dev community1
related Joomla! posts
WordPress
- Customizable415
- Easy to manage366
- Plugins & themes354
- Non-tech colleagues can update website content258
- Really powerful247
- Rapid website development145
- Best documentation78
- Codex51
- Product feature set44
- Custom/internal social network35
- Open source18
- Great for all types of websites8
- Huge install and user base7
- Perfect example of user collaboration5
- Open Source Community5
- Most websites make use of it5
- It's simple and easy to use by any novice5
- Best5
- I like it like I like a kick in the groin5
- Community4
- API-based CMS4
- Easy To use3
- <a href="https://secure.wphackedhel">Easy Beginner</a>2
- Hard to keep up-to-date if you customize things13
- Plugins are of mixed quality13
- Not best backend UI10
- Complex Organization2
- Do not cover all the basics in the core1
- Great Security1
related WordPress posts
I've heard that I have the ability to write well, at times. When it flows, it flows. I decided to start blogging in 2013 on Blogger. I started a company and joined BizPark with the Microsoft Azure allotment. I created a WordPress blog and did a migration at some point. A lot happened in the time after that migration but I stopped coding and changed cities during tumultuous times that taught me many lessons concerning mental health and productivity. I eventually graduated from BizSpark and outgrew the credit allotment. That killed the WordPress blog.
I blogged about writing again on the existing Blogger blog but it didn't feel right. I looked at a few options where I wouldn't have to worry about hosting cost indefinitely and Jekyll stood out with GitHub Pages. The Importer was fairly straightforward for the existing blog posts.
Todo * Set up redirects for all posts on blogger. The URI format is different so a complete redirect wouldn't work. Although, there may be something in Jekyll that could manage the redirects. I did notice the old URLs were stored in the front matter. I'm working on a command-line Ruby gem for the current plan. * I did find some of the lost WordPress posts on archive.org that I downloaded with the waybackmachinedownloader. I think I might write an importer for that. * I still have a few Disqus comment threads to map
WordPress Magento PHP Java Swift JavaScript
Back in the days, we started looking for a date on different matrimonial websites as there were no Dating Applications. We used to create different profiles. It all changed in 2012 when Tinder, an Online Dating application came into India Market.
Tinder allowed us to communicate with our potential soul mates. That too without paying any extra money. I too got 4-6 matches in 6 years. It changed the life of many Millennials. Tinder created a revolution of its own. P.S. - I still don't have a date :(
Posting my first article. Please have a look and do give feedback.
Communication InAppChat Dating Matrimonial #messaging
- Rapid development667
- Open source485
- Great community422
- Easy to learn377
- Mvc275
- Beautiful code230
- Elegant222
- Free205
- Great packages202
- Great libraries192
- Restful78
- Comes with auth and crud admin panel77
- Powerful75
- Great documentation73
- Great for web69
- Python56
- Great orm42
- Great for api40
- All included31
- Fast27
- Web Apps24
- Clean22
- Easy setup22
- Used by top startups20
- Sexy19
- ORM18
- The Django community14
- Convention over configuration14
- Allows for very rapid development with great libraries13
- King of backend world11
- Great MVC and templating engine10
- Full stack9
- Mvt7
- Its elegant and practical7
- Fast prototyping7
- Batteries included7
- Very quick to get something up and running6
- Cross-Platform6
- Have not found anything that it can't do6
- Easy to develop end to end AI Models6
- Python community5
- Zero code burden to change databases5
- Easy Structure , useful inbuilt library5
- Map4
- Easy4
- Easy to use4
- Easy to change database manager4
- Great peformance4
- Many libraries4
- Modular4
- Just the right level of abstraction3
- Full-Text Search3
- Scaffold3
- Built in common security1
- Scalable1
- Node js1
- Gigante ta1
- Great default admin panel1
- Rails0
- Fastapi0
- Underpowered templating26
- Autoreload restarts whole server22
- Underpowered ORM22
- URL dispatcher ignores HTTP method15
- Internal subcomponents coupling10
- Not nodejs8
- Configuration hell8
- Admin7
- Not as clean and nice documentation like Laravel5
- Python4
- Not typed3
- Bloated admin panel included3
- Overwhelming folder structure2
- InEffective Multithreading2
- Not type safe1
related Django posts
Simple controls over complex technologies, as we put it, wouldn't be possible without neat UIs for our user areas including start page, dashboard, settings, and docs.
Initially, there was Django. Back in 2011, considering our Python-centric approach, that was the best choice. Later, we realized we needed to iterate on our website more quickly. And this led us to detaching Django from our front end. That was when we decided to build an SPA.
For building user interfaces, we're currently using React as it provided the fastest rendering back when we were building our toolkit. It’s worth mentioning Uploadcare is not a front-end-focused SPA: we aren’t running at high levels of complexity. If it were, we’d go with Ember.js.
However, there's a chance we will shift to the faster Preact, with its motto of using as little code as possible, and because it makes more use of browser APIs. One of our future tasks for our front end is to configure our Webpack bundler to split up the code for different site sections. For styles, we use PostCSS along with its plugins such as cssnano which minifies all the code.
All that allows us to provide a great user experience and quickly implement changes where they are needed with as little code as possible.
Hey, so I developed a basic application with Python. But to use it, you need a python interpreter. I want to add a GUI to make it more appealing. What should I choose to develop a GUI? I have very basic skills in front end development (CSS, JavaScript). I am fluent in python. I'm looking for a tool that is easy to use and doesn't require too much code knowledge. I have recently tried out Flask, but it is kinda complicated. Should I stick with it, move to Django, or is there another nice framework to use?
- Flexible, powerful, simple15
- Great community support15
- Superb api13
- Easy to learn and powerful to work with11
- 100% custom frontend code4
- Easy to create custom functionality4
- Template engine agnositc2
related ProcessWire posts
- Great Security7
- Enterprise CMS6
- Open source5
- LTS and ELTS5
- Multi language4
- Customizable4
- Great upgrade tools4
- Page tree to organize sites3
- Scalable (raise with your needs)3
- Can be used headless / PWA2
- Many useful core features2
- Multi page system2
- Users / Groups management1
- Community1
- Modular extendable1
related Typo3 posts
- Clean architecture550
- Growing community389
- Composer friendly368
- Open source342
- The only framework to consider for php322
- Mvc219
- Quickly develop209
- Dependency injection167
- Application architecture155
- Embraces good community packages142
- Write less, do more72
- Orm (eloquent)69
- Restful routing65
- Database migrations & seeds55
- Artisan scaffolding and migrations54
- Awesome40
- Great documentation40
- Awsome, Powerfull, Fast and Rapid30
- Build Apps faster, easier and better29
- Eloquent ORM27
- Promotes elegant coding26
- Modern PHP26
- JSON friendly25
- Easy to learn, scalability24
- Most easy for me24
- Beautiful23
- Blade Template22
- Test-Driven21
- Security15
- Based on SOLID15
- Clean Documentation13
- Easy to attach Middleware13
- Cool13
- Convention over Configuration12
- Simple12
- Easy Request Validatin11
- Simpler10
- Fast10
- Easy to use10
- Its just wow9
- Get going quickly straight out of the box. BYOKDM9
- Friendly API8
- Simplistic , easy and faster8
- Laravel + Cassandra = Killer Framework8
- Less dependencies7
- Super easy and powerful7
- Great customer support6
- Its beautiful to code in6
- The only "cons" is wrong! No static method just Facades5
- Easy5
- Composer5
- Eloquent5
- Minimum system requirements5
- Laravel Mix5
- Speed5
- Active Record5
- Php75
- Fast and Clarify framework5
- Ease of use4
- Laravel Forge and Envoy4
- Cashier with Braintree and Stripe4
- Laravel casher4
- Laragon4
- Easy views handling and great ORM4
- Rapid development3
- Intuitive usage3
- Laravel Spark3
- Laravel Nova3
- Laravel Passport3
- Laravel Horizon and Telescope3
- Deployment2
- Scout2
- Laravel Vite2
- Succint sintax1
- PHP51
- Too many dependency32
- Slower than the other two23
- A lot of static method calls for convenience17
- Too many include15
- Heavy13
- Bloated9
- Laravel8
- Confusing7
- Too underrated5
- Not fast with MongoDB4
- Slow and too much big1
- Not using SOLID principles1
- Difficult to learn1
related Laravel posts
I need to build a web application plus android and IOS apps for an enterprise, like an e-commerce portal. It will have intensive use of MySQL to display thousands (40-50k) of live product information in an interactive table (searchable, filterable), live delivery tracking. It has to be secure, as it will handle information on customers, sales, inventory. Here is the technology stack: Backend: Laravel 7 Frondend: Vue.js, React or AngularJS?
Need help deciding technology stack. Thanks.
Back at the start of 2017, we decided to create a web-based tool for the SEO OnPage analysis of our clients' websites. We had over 2.000 websites to analyze, so we had to perform thousands of requests to get every single page from those websites, process the information and save the big amounts of data somewhere.
Very soon we realized that the initial chosen script language and database, PHP, Laravel and MySQL, was not going to be able to cope efficiently with such a task.
By that time, we were doing some experiments for other projects with a language we had recently get to know, Go , so we decided to get a try and code the crawler using it. It was fantastic, we could process much more data with way less CPU power and in less time. By using the concurrency abilites that the language has to offers, we could also do more Http requests in less time.
Unfortunately, I have no comparison numbers to show about the performance differences between Go and PHP since the difference was so clear from the beginning and that we didn't feel the need to do further comparison tests nor document it. We just switched fully to Go.
There was still a problem: despite the big amount of Data we were generating, MySQL was performing very well, but as we were adding more and more features to the software and with those features more and more different type of data to save, it was a nightmare for the database architects to structure everything correctly on the database, so it was clear what we had to do next: switch to a NoSQL database. So we switched to MongoDB, and it was also fantastic: we were expending almost zero time in thinking how to structure the Database and the performance also seemed to be better, but again, I have no comparison numbers to show due to the lack of time.
We also decided to switch the website from PHP and Laravel to JavaScript and Node.js and ExpressJS since working with the JSON Data that we were saving now in the Database would be easier.
As of now, we don't only use the tool intern but we also opened it for everyone to use for free: https://tool-seo.com
related AEM posts
Magento
- Open source22
- Robust14
- Powerful12
- Widespread community support10
- E-commerce made easy8
- Mature4
- Flexible4
- System is too complex2
- Slow2
- Processor hungry1
related Magento posts
WordPress Magento PHP Java Swift JavaScript
Back in the days, we started looking for a date on different matrimonial websites as there were no Dating Applications. We used to create different profiles. It all changed in 2012 when Tinder, an Online Dating application came into India Market.
Tinder allowed us to communicate with our potential soul mates. That too without paying any extra money. I too got 4-6 matches in 6 years. It changed the life of many Millennials. Tinder created a revolution of its own. P.S. - I still don't have a date :(
Posting my first article. Please have a look and do give feedback.
Communication InAppChat Dating Matrimonial #messaging
I am consulting for a company that wants to move its current CubeCart e-commerce site to another PHP based platform like PrestaShop or Magento. I was interested in alternatives that utilize Node.js as the primary platform. I currently don't know PHP, but I have done full stack dev with Java, Spring, Thymeleaf, etc.. I am just unsure that learning a set of technologies not commonly used makes sense. For example, in PrestaShop, I would need to work with JavaScript better and learn PHP, Twig, and Bootstrap. It seems more cumbersome than a Node JS system, where the language syntax stays the same for the full stack. I am looking for thoughts and advice on the relevance of PHP skillset into the future AND whether the Node based e-commerce open source options can compete with Magento or Prestashop.