Msvs_version not set, VCINSALLDIR not set, unknown version ‘undefined’ found at ….

This blog shows how to fix this error with node-gyp - Msvs_version not set, VCINSALLDIR not set, unknown version ‘undefined’ found at ….…

Read this article

How to access SQL server from public network

In order to access SQL server from public network, there are couple of things that you need to do in addition to following this article by Microsoft. Following the articles from Microsoft, you will have set up your SQL server instance to support TCP protocol and configured a fixed port. You will also have this port added to the inbound rules in windows firewall so that incoming traffic can be allowed on this port. However, you may still not be able to access your SQL server from public network although it is accessible on your LAN. …

Read this article

reactjs navigation

React navigation is an important concept in reactjs and almost every app needs to navigate between its views. This article helps in making this concept easy for you to understand and use the code examples given in this article to get started with react navigation.…

Read this article

Free SSL certificate for your website hosted on IIS

How can we implement SSL certificate for free on a site hosted on IIS? When I googled this subject, I found some sites that provide SSL for free. The only thing was I had to sign up on the site and create an account and create a free SSL certificate for myself. The only problem with this is that over the years I have signed up on too many platforms and I tend to forget passwords and even the platforms entirely. Luckily, I found another easier way to install free SSL on IIS. It is a windows console command like utility called win-acme. …

Read this article