In Connect(); // 2015 while watching Scott Hanselman’s Keynote on “The Microsoft Cloud Platform for Developers” I noticed a new tool called “Microsoft Azure Storage Explorer“. It’s a new tool that provides a file explorer for your Azure Blob Storage accounts, enabling you to easily work with your assets and containers from Mac OS X, Windows, and Linux. Features currently available in this Preview version Mac OS…
If you are into developing using node you might end up with a lot of dependencies installed in your machine that might be outdated and finding what to update might be quite tricky. npm-check comes to help as a package that checks for outdated, incorrect, and unused dependencies allowing you to update them easily. So for example if you want to upgrade…
Chrome developer tools is a suite of tools that helps every web developer to develop, test and debug web sites and applications directly from the Google Chrome browser. Some might argue that it comes only in “White”, however there is a hidden feature that can change the color so as to personalize it based on your preferences. ZeroDarkMatrix is a very nice option for developers who prefer dark…