Blog
This year 2021 seems to be the end of "third party cookies". For some time (even years) several browsers have been blocking them, but Chrome was not willing to do so. The reason is simple, third-party cookies are widely used for online advertising, they are an attack on the privacy...
I love Drupal, I have been a Drupal specialist for more than 10 years. In all this time, I have maintained my commitment to Drupal and I know I will continue to do so in the future. Why is that? Below I share with you my 5 TOP reasons to...
What is a multisite, why would I need it and why Drupal combined with Domain Access is the best option? What is a multisite? When I say multisite, I mean a website that consists of a single codebase and database but has the functionality to virtually create multiple websites. A...
What is the Hreflang tag? Introduced by Google in December 2011, the hreflang attribute allows you to show search engines (Google among them) what is the relationship between web pages in alternative languages. That is, it is very useful when you create specific content for a local audience and you...
Honestly, I had pending to do an article telling what Redis is, why you should use it in your Drupal, and how easy it is to install it. But today I have seen that escueladrupal.com has published a video and an article explaining it much better than I could do...
I could have sworn I had done a post talking about the Quicklink module when it came out in 2019, but I couldn't find it. Today's article is about the post recently made by the Lullabot team (the maintainers of the module): https://www.lullabot.com/articles/improve-your-sites-experience-quickli… Does it improve performance? This module, in...
Today I come to talk about my SideProject Vabiso.com, which is going to be one year old next month, and how the backend is implemented to support a massive volume of data and show it all on a map. I'm going to separate this article into the sections that I...
When you have to modify the values of the fields by code, there are several ways to do it. The most typical one: $entity->field_name->value = 'foo' $entity->field_name->target_id = 123 but it is the same as doing: $entity->field_name = 'foo' $entity->field_name = 123 That's a shorter way to write the same...
This is a module that I did not know. I found it in a project already done. https://www.drupal.org/project/active_facet_pills The main problem is that this module was popping one of the pages of the Search API Views of this client. Researching I found out that the Active Facet Pills module what...
If you have reached this page it is because you have noticed that your logs are very large and take up more space than you want. Detect exactly the size The following command shows the size of each of the logs in your docker containers. docker ps -aq | xargs...
Have Any Project in Mind?
If you want to do something in Drupal maybe you can hire me.
Either for consulting, development or maintenance of Drupal websites.