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