Create a custom server using http module and explore the other modules of Node JS like OS, path, event. File 1: os.js 1const os=require('os'); 2console.log('Data retrieved by Using OS Module in Node Js\n'); 3console.log('Hostname:'+os.hostname()+'\n'); …
Read MoreHi everyone!! This time, I want to introduce myself as WHO AM I. I should have done this earlier, but since it's never too late, here is a little introduction of who I am. My name is Angel Vyas, sounds like Christian right?? But no, I'm a Hindu(Vyas!!). I was born and brought up in Jaipur, Rajasthan and my schooling …
Read MoreWhen we set our new system, while setting up an operating system on our system, we got an option to select the hard disk, do I want to divide my memory in certain section, you can divide the memory in n number of section but for my case I have divided it into two parts which is C: drive (which is the local drive) and …
Read MoreNow let's talk about different environments, so on our system, we can work on more than one O.S. if, like on my windows I have ubuntu. In case of Windows for installing a secondary O.S. there is a software known as WSL: which allows me to install a secondary O.S. on my primary operating system. Another example: Virtual …
Read MoreMarkdown is a lightweight markup language that allows you to add formatting elements to plaintext text documents. Developed by John Gruber in 2004. In md files we can use certain Html commands easily. HEADINGS 1# Heading 1 2## Heading 2 3### Heading 3 4#### Heading 4 5##### Heading 5 OUTPUT Heading 1 Heading 2 Heading …
Read More