-
What are SOLID Principles? A Complete Guide About It
SOLID stands for the first five principles of object-oriented design (OOD). It is a set of guidelines that developers can use to create software that is easy to maintain and expand. Let’s understand the concept behind this to make yourself a better developer and avoid code smells. SOLID stands for: S: Single-responsibility principleO: Open-closed principleL: […]
-
Remove /web part from a Composer based Drupal site
By default when you create your Drupal project using composer it will create project under /web directory. When you’re using shared hosting for your Drupal website which points your domain to /public_html folder and you’re not allow to change that pointing directory Now whenever your targeted audience will have to visit your website they have […]
-
Importance of Relying on a Renowned App Development Company
The concept of applications is so widespread that today we rely on them to order even toothpaste or even if we need a cab in less than 2 minutes! Do you know who are the main people who ensure that these applications function as smoothly as they do? In most cases, it is usually the […]
-
All you need to know about Composer
All composer commands, depending on your install, may need to use php composer.phar in the install folder for composer, instead of plain composer. Updating packages This command changes only the composer.lock file. composer update Updates all packages composer update –with-dependencies Updates all packages and its dependencies composer update vendor/package Updates a certain package from vendor composer update vendor/* Updates all packages from vendor composer […]
-
How to disable RSS feeds in WordPress?
You want to disable RSS feed in WordPress, and you don’t know how to do that? Here are 3 easy ways to do it. Simplest & Quickest way is Use a plugin If you’re a advance user and having knowledge of Programming Use WordPress hooks .htaccess rule to prevent access of the feeds Let’s review […]