JavaScript, and the tools around it, have advanced a lot during the last couple of years. So, below you will see few tips and tricks…
Notes
Time Machine is the built-in backup feature for Mac and, to use it, you need an external storage solution that could be an external hard…
Sometimes you may need to run Visual Studio as Administrator; to do so, you have to right-click on Visual Studio task bar shortcut, right-click again…
On Windows 10 while trying to start or connect to a VM, on Hyper-V, you might come to the following error: [box type=”error” width=”100%” ]”Virtual…
C# 7.0 adds a number of new features and brings the focus on data consumption, code simplification and performance. Perhaps the most interesting feature is tuples, a…
Build 2017 is over. A three-day conference, where a lot of great stuff was announced. Apart from the keynotes of every day, there are many…
When starting playing with Service Fabric in Visual Studio, you may come to the following error when trying to debug your application: System.Fabric.FabricConnectionDeniedException: ‘Not authorized to…
A great tool, when starting learning Elixir, is Elixir’s Interactive Shell (IEx), which allows you to type any Elixir expression and get its result. To start using…
To keep things tidy, in case you have multiple subscriptions associated with your Azure account, it’s a good practice to name them in a way that…
Azure App service provides an easy way to track your web app’s availability / health and to get details on when and why your app wasn’t available….