Sometimes you may need to reset or revert file to specific commit in Git. Here are the steps to do so.
How to Find & Restore Deleted File in Git Repository
Sometimes you may need to find & restore deleted file in Git repository. Here are the steps to do it.
How to Set Vim Default Editor for Git
Sometimes you may need to set default editor for Git. Here is how to set vim default editor for Git.
How to Use Variable As Key in JavaScript Object
How to Format Number as Currency String
Often you may need to format number as currency string on websites. Here is how to do it using JavaScript.
How to Access Iframe Content With JavaScript
Sometimes you may need to access iframe content on your web page. Here are the steps to access iframe content with JavaScript.
How to Convert Form Data to JSON in JavaScript
Sometimes you may need to convert form data to JSON. Here are the steps to do it in HTML5 pages using JavaScript.
How to Check If Element is Visible After Scrolling in JavaScript
Sometimes you may need to check if a DOM element is visible after scrolling in JavaScript. Here are the steps to do it.
How to Use Variable in Regex in JavaScript
Sometimes you may need to use variable in regex in JavaScript. Here are the steps to do it in JavaScript.
How to Use Variable in Regex in Python
Sometimes you may need to use variable in regex. Here are the steps to do it in Python using string concatenation.