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…