Any junior developer getting started might have heard of Git. But if you feel weary whenever you are required to work with git, this article might be of help to you. I have tried to cover most of the commonly used basic git commands that will help you get started. ...
Regular Expressions have always given me nightmares as I tend to trip over the usage. Regular Expression is a sequence of characters that works as a search pattern to look for matching characters in any given text. One of the most common uses of these Regular...