Blogs
Popular Blog Posts
How to Install the Terraform on WIndows
DevOps
How to Install the Terraform on WIndows
Hey Guys, we are back with the new article, it's not a new topic as terraform is a very popular tool and widely used by many users and developers…
10 Git Useful Commands for Every Developer
GIT
10 Git Useful Commands for Every Developer
Git commands: 1) git init : This command is used to start a new repository 2) git clone : This command is used to obtain a repository from an…
How to delete large size folder faster on
Command line
How to delete large size folder faster on Windows 10
Hey there, We all know that when we want to delete the extra large folders and folders of programming files from windows is very time-consuming. so…
Reset the user password drupal 8
Drupal
Reset the user password drupal 8 programmatically
In this page you can see how you can update the password of any user in drupal 8 programmatically There are several case in which you don't have the…
How to add page templates for content types
Drupal 8
How to add page templates for content types in Drupal 8
Hey, Drupal 8 or Drupal 9 allow you override the template, so you can able to apply styling and structured the html in better way. So many of the…
How to Create Block type twig template
Drupal 8
How to Create Block type twig template Drupal 8 / Drupal 9
Hey,today we will see how we can create the block type twig template for any specific block type in drupal 8 or drupal 9. Drupal 8/9 provided a…
Load Javascript in Wordpress Custom Plugin
Wordpress
Load Javascript in Wordpress Custom Plugin
While creating wordpress plugin, often we need javascript to use extend the user experience. In this tutorial let see how we can load javascript in…
Create Your WordPress theme in 2 seconds
Wordpress
Create Your WordPress theme in 2 seconds
Hey there, This article is based on wordpress theme. Many of us know the wordpress has simple interface and very Useful CMS and easy to understand…
[solved] The minCompileSdk (31) specified in
Android
[solved] The minCompileSdk (31) specified in a dependency's AAR metadata (META-INF/com/android/build/gradle/aar-metadata.properties) is greater than this module's compileSdkVersion (android-27).
Hi everyone, Today we see the common andorid studio error for java/kotlin and its solution. Error: The minCompileSdk (31) specified in a…
Set Geolocation field programmatically
Drupal 8
Set Geolocation field programmatically Drupal 8
Hi, In this page we can see how we can populate the geolocation field programmatically, On several cases while updating and creating the node we…
Creating a custom form in a block Drupal 8
Drupal
Creating a custom form in a block Drupal 8
In this Tutorial we learn how to make a a custom block and render a form in a block in drupal 8 customization process. So lets start 1) Create a…
PHP Detect Broken Image
PHP
PHP Detect Broken Image
Hey, we can see many website have default images if image is broken, so question is how to detect it using php the image is not found given url or…
How to Manually Disable a WordPress Plugin
Wordpress
How to Manually Disable a WordPress Plugin
Manually Disable a WordPress Plugin in Just 4 Steps : Log in to your site via FTP. Navigate to Wordpress Folder then go to wordpress/wp-content/…
How to use memcache with php simple example
PHP
How to use memcache with php simple example
Memcache is very popular open source caching tool use in nowdays, this article is related to how we can use the memcache with PHP, So start First of…
Render block and views block drupal 7
Drupal
Render block and views block drupal 7 programmatically
This is article is for Drupal 7 to render block in templates and custom blocks using php codes Actually there is very simple ways to render block …
How to Set or Change the Time Zone in Linux
Command line
How to Set or Change the Time Zone in Linux
Timezone of server is just nothing but the computer date time, on which it will perform different automatic task base on cron and other software.…
variable_get and variable_set in Drupal 8
Drupal
variable_get and variable_set in Drupal 8
As we all know drupal 7 has some very usefull core feature which can we use to our customization of custom or core configraution, In variable_get and…
Custom twig template for Drupal8 Custom
Drupal
Custom twig template for Drupal8 Custom module routing
Briefly in this tutorial you can learn how to create a custom template using hook_theme in drupal 8 for your custom routing. basically the custom…
how to use db_query in drupal8
Drupal
how to use db_query in drupal8
Hey again, again we are come up with drupal8 useful functional to use. today we see how we can use db_query in your custom module to fetch the…
How to Make a Simple Module with a Form and
Drupal
How to Make a Simple Module with a Form and Menu Link Drupal 8
Hi guys, In this article we see how we can make custom form with a menu link in drupal 8. Some of criteria of creating is changed form drupal 7 but…
How to add node ID class with node type on
Drupal
How to add node ID class with node type on body tag drupal 8
Hey, again with new solution with new article, in this article we are going to see how we add node ID class with node type to drupal 8 as like drupal…
Views Conditional results in drupal 8 Views
Drupal
Views Conditional results in drupal 8 Views
Hi, We are here today with new interesting tips and tricks about drupal 8 views. In Drupal 7 we now that if we want any conditional based result we…
Print array or object in watchdog drupal 8
Drupal
Print array or object in watchdog drupal 8
Similar to drupal 7, Drupal 8 also provide the logging functionality but little different to use it because the drupal 8 is symphony base …
Print array or object in watchdog drupal 7
Drupal
Print array or object in watchdog drupal 7
hey, For many purpose we have to print the array or object while making a custom modules or debuging any old module, we have to print the array or…