Local Setup using Lando for Drupal 9/10
There are so many local setup development tools available out there but there are some which seems like a perfect fit to start working on projects locally. Lando is an ideal match as it uses docker images, containers & provides an abstraction layer
How to Fix Permission Page timeout issue in Drupal 8/9
There are instance when you have a lot of granular permissions for different components and users. This makes the page hard to load and throws a timeout error at random. Here is a method to fix these issues quickly.
How to Upload a CSV file to Acquia Cloud Platform
There are scenarios where you need to move CSV and one off files for either a PHP or Drush script to work. Since the Acquia cloud platform file system is readonly for all users there are certain steps that needs to be followed to move files around.
How to Move Code from One repository to Another without loosing history
Its seems difficult at first to preserve history when we move code from One Repository to another, example moving from Github to Bitbucket, but indeed its very simple if you are following the steps correctly using command line.
How to Fix Code Repository exceeding 4GB Error
There are certain times when the code repository shows you a message that says the code repository is exceeding 4GB and blocks the write access to the repository. Even if you don't know whats causing it, you can fix it
How to Set Correct File Permission In Drupal
Most developers stuck at steps when there is a need to adjust the file permission correctly either while pushing the code or while making changes on server. This blog will give a highlight on what permissions should be set in for Drupal to work.
Code Review Standards for Drupal
This blog deals with helping out everyone from developer to the one who is reviewing the code, this blog will help with a basic to high-level standards that should be followed during development and review.