Hacking and debugging tools
http://www.asjava.com/tools/fiddler-tutorial-how-to-use-fiddler/
Illuminations and firebug: it’s aware of popular JS frameworks such as Ext.js, Angular, etc.
DBVisualiser: allow you to edit rich text and images in vast amount of databases. http://www.dbvis.com/
RegExr: to test and visualize regex: http://regexr.com/
XPath Visualiser: to test and visualize XPath for XML query: http://xpathvisualizer.codeplex.com/
WinMerge: to compare files to find differences.
Visual Studio Web Essentials plugin: add useful features for JS development such as #region
Excel Services Fix – “The workbook cannot be opened”.
Manage recycle bins in Sharepoint
Use Process Explorer to find out which program is using a file
Deploying Sharepoint timerjob
Uninstall Sharepoint feature using the powershell
Install dll to Sharepoint 2013 GAC
Document library option missing on “Add an app” in Sharepoint 2013
To debug a Sharepoint timer job
Open Services and restart the Sharepoint Timer Service.
In Visual Studio, attach to OWSTimer.exe
Set break point and debug as usual