Peoples Blog: Usage of Constraints (Validations) on Media Entities in Drupal Application

In this article we are going to see how drupal developers can use the Drupal Constraints to Validate the Media entities. Basically Drupal provides Constraints to do the Validations on the Entities, where Drupal uses the Symfony’s validator and extends with Symfony’s Typed Data API for validating specific Entity field…

Continue ReadingPeoples Blog: Usage of Constraints (Validations) on Media Entities in Drupal Application

Peoples Blog: Project vs Product – Plan and Delivery, Agile Characteristics

In the Service Industry, a Technical Lead or Technical Architect or Delivery Manager, one is always looking at the work, either as a Project or a Product, but I say, one should look at it as both, because work would be a Project for us but work would be a…

Continue ReadingPeoples Blog: Project vs Product – Plan and Delivery, Agile Characteristics

Peoples Blog: Local environment setup with Lando & Drupal 10

We developers always choose to have some tools or setup, which makes our lives easier during the development process whether it might be a local environment or higher environments. Not only will lives be easier with such a setup, even the productivity of the individual or team will be increased.…

Continue ReadingPeoples Blog: Local environment setup with Lando & Drupal 10

Peoples Blog: Colima, similar tool like Docker Desktop, for Drupal Development

Colima is a project that is easy to use and fully open source, and it helps in running docker containers on Linux OS and MacOs machines. We know Docker Desktop is no more a complete open source, if you are not using it personally. So now Colima is a tool…

Continue ReadingPeoples Blog: Colima, similar tool like Docker Desktop, for Drupal Development

Peoples Blog: Multisite Local environment setup with DDEV and Drupal

In this article we are going to see how we can set up a multisite environment with ddev on the local machine. Assuming people are aware of configuring the drupal multiple site from the drupal side of configurations. As we all know ddev is an open source tool for running…

Continue ReadingPeoples Blog: Multisite Local environment setup with DDEV and Drupal

Peoples Blog: Fix Colima connection refused error: failed to get Info from .lima/colima/ha.sock on Mac

This article is about fixing only a single error which you see with Colima on Mac machines. This might be a simple & specific issue, but people who are facing this issue will really feel grateful with the solution provided. While you are running Colima on your mac machines, generally…

Continue ReadingPeoples Blog: Fix Colima connection refused error: failed to get Info from .lima/colima/ha.sock on Mac

Peoples Blog: node_get_recent() is deprecated in Drupal 10.1.x

node_get_recent() is unused in core and is now deprecated, developers can use views or EntityQuery to get the nodes which are recently modified or added. Earlier drupal developers used to use the function node_get_recent() to get the recently changed nodes like seen in below example $latest_updated_nodes = node_get_recent(10); Now from Drupal…

Continue ReadingPeoples Blog: node_get_recent() is deprecated in Drupal 10.1.x

Peoples Blog: What to know before you choose a Drupal Hosting Platform?

In this article we are gonna see a few important notes which will be helpful for people who are looking out to host their Drupal application. When selecting a hosting platform for your Drupal website, there are several key factors to consider. Here are some important things to know before…

Continue ReadingPeoples Blog: What to know before you choose a Drupal Hosting Platform?