Get Current branch name in GIT
Generally there might be many branches inside a GIT repository and when you are working on multiple repositories you might […]
Generally there might be many branches inside a GIT repository and when you are working on multiple repositories you might […]
This error occurs when you are trying to run Maven to download some libraries for executing a Java program on
You might have seen adsense ads displaying a yellow color background in some websites even if you have not choosen
The above error you may have encountered when importing a large SQL file. This error occurs frequently along with bundled
Sometimes you may find it difficult to enter Git add and then do a commit and then push in a
You may have encountered an error more similar to the below one very often Allowed memory size of 134217728 bytes
Here is an method to convert Javascript Object in Javascript Array into JSON so that it can be passed in
Yes this is possible without installing any plugins or doing some custom coding by means of your wordpress theme options
Yes it’s possible to setup Node.js even without Administrator access on one’s computer.All you need to do is follow the
To import multiple Google fonts in a Webpage you can follow either one of the steps below In HTML Page:
Sometimes it’s necessary to see what ports are in your use, when you are trying to install an application so
Take a look at my post about HTML DOM here We know Php DOM can get values, attributes of an
This small batch file will help us to clear the temporary files in Windows. All you need to do is
Behat is a one of the BDD tools.It’s something like Cucumber which allows you to easily test Business scenarios and
Sometimes you may be in need of passing variables to a Python script that is being executed by Php as