Told you, we love sharing!
As a developer, I thought that once I pushed the code to the repository, I was done. I thought that things such as deployment, scalability, networking, and monitoring were all handled by the DevOps team. However, this is only true for a short period of time. At some point, when something go wrong in production and it will not be your...
Events in Drupal help to communicate between various modules and components in a decoupled manner. Events provide a flexible and standardized way for developers to extend the behavior of the system, enhance integration capabilities and execute custom logic at specific points in application flow. You have to understand the below points...
What is Apache Solr? Apache Solr is an open-source search platform developed by the Apache Software Foundation. It's based on the Apache Lucene library and provides powerful search and indexing capabilities for websites, databases, and other content. For Drupal users, it is possible to integrate your site with Solr. The Search API...
