Node.js Modules

In Simple Words, Node.js Modules are JavaScript files which contains different functionalities in each separate files. Modules are very useful to organise the code which makes debugging or future editing very easy. Node.js comes with various very useful Inbuilt modules which can be used for creating different functionalities. Node.js Inbuilt Modules Node.js inbuilt modules are… Read More »

Nodejs Tutorial

Introduction to Node.js Node.js commonly used to run various build tools designed to automate the process of developing a modern JavaScript application. Node.js is an fast and highly scalable open-source server side runtime environment built on Chrome’s V8 JavaScript engine. Node.js allows you to run JavaScript on the server. These Node.js tutorial provides basic and… Read More »

How to Download & Install Node.js – Step by Step Guide

In this Node.js tutorial we will learn step by step how to download Node.js and install Nodejs on different environment like Windows, Linux, Macos and server. Download node.js You can download latest stable version of node.js from the node.js official website https://nodejs.org/en/ Once you open the website it will detect your operating system automatically and… Read More »

How to Install Zip and Unzip in Linux

Zip utility tool used for compressing files and folder that makes the size smaller and fast transfer. Unzip are the other command-line utilities used for decompressing zip files. In this article, we will learn how we can install the zip and unzip on various Linux distributions. How to Install Zip and Unzip in Ubuntu/Debian/Mint You… Read More »

How to Download & Install PHP Step by Step Guide

In this tutorial, we learn how to install PHP on windows and how to install PHP with XAMPP. Install Wampserver or XAMPP on your Desktop to quickly create your First web applications with Apache, PHP and a MySQL database.   Download latest version of PHP from http://www.php.net/downloads.php. You can also download the .msi package i.e.… Read More »

Category: PHP