We are going to see: Introduction Browsersync is a Node.js module. It provides a platform for fast network applications. It is a Time saving synchronized browser testing. In short, it creates a server like http://localhost:3000/ and watches the file changes. When our specified files change it auto-reload the browser and show these changes instantly. It
Create and Release NPM Package
Most of us may aware of the hosting packages on the NPM repository. So, In this article, we are going to learn about how to create and release NPM package on https://www.npmjs.com/ I have created and host the package https://www.npmjs.com/package/hello-world-by-mahesh In this article, I’m going to share you how I have created this package and
Windows Environment Variables PATH
Table of contents Introduction The PATH is the system variable in the Windows Operating System. It contains the executables files path to run them from the command line or Terminal window. Note: Making changes to the system PATH variable is typically not necessary for computers running Windows or Mac OS X. If you sure about
Enable allow_url_fopen from the php.ini file
we are going to see: Introduction allow_url_fopen is a filesystem and streams configuration option. Which enables the URL-aware fopen() wrappers that enable accessing URL objects like files. If allow_url_fopen() is enabled then by default we can access remote files using the FTP or HTTP protocol. Also, extensions like zlib may register additional wrappers. Issue We