diff --git a/src/content/daily-email/2023-11-12.md b/src/content/daily-email/2023-11-12.md new file mode 100644 index 00000000..b73943e5 --- /dev/null +++ b/src/content/daily-email/2023-11-12.md @@ -0,0 +1,33 @@ +--- +title: > + Drupal gives you so much out-of-the-box +pubDate: 2023-11-12 +permalink: > + archive/2023/11/12/drupal-gives-you-so-much-out-of-the-box +tags: + - software-development + - drupal +--- + +When you download and install Drupal, you get so much functionality available out-of-the-box. + +For example: + +* Content creation and editing capabilities with a flexible content type +* A taxonomy system for categorising content. +* Tools for managing editorial workflows. +* User registration and authentication. +* A role-based permission system. +* Support for creating multilingual websites with translation tools. +* Caching mechanisms to optimise performance. +* Scalability features for handling high-traffic websites. +* Built-in search functionality. +* Robust security features, including input validation and output filtering. +* RESTful web services for building web applications and mobile apps. +* A flexible page and layout builder. + +There are over 50,000 contributed modules on Drupal.org that you can download to add functionality like eCommerce, analytics, social media integrations, quizzes, webforms and surveys. + +You can add specific functionality by writing your own modules, and customise a project by creating a theme. + +It's a great choice for a new web project.