Skip to main content
Using Git with SSH keys from Windows

If you want to use ssh keys from your windows machine to push/pull your git repo to a remote se...

My Repositories

In this article we provide links to some repositories which uses xDebug in Dockerized container...

Using submodules in Git

In Drupal and all other frameworks it is likely to use sub modules. I spent several hours to us...

How to

How to do something in a neater and smarter way is ideal for professional development. In progr...

Using Drupal Modules

Core and contributed modules...

Render API

This article describes and implements ( as examples ) the Render API....

PHP Tips & Tricks

PHP is one of the most popular web programming language. Its widely used due to its simplicity,...

Troubleshooting

Trouble shooting is an essential part of any software system. As a Drupal developer it is impor...

Creating Random Image Module

I use some online websites to show a random image in my code/websites, but it is very slow and ...

Drupal file system

Many times you need to interact with files in your modules or coding. ...