lovisgod.hashnode.devTHE VERY BASIC PRINCIPLE OF CSS BOX MODELThe ' CSS Box Model ' is a set of rules specifying how each page is presented on the internet. Each HTML document element is treated as a ' box ' with a set of features to determine where the box goes on the page. By using HTML in this way, search en...Jan 22, 2020
lovisgod.hashnode.devCheck if a number is Even or Odd using Bitwise operator.This simply uses the and bitwise operator to check if a number is even or odd. The operator converts the number to a binary number and uses the rightmost number. if the rightmost digit is one, the number is said to be odd. If the rightmost digit is Z...Jan 6, 2020
lovisgod.hashnode.devCOMMUNICATE WITH YOUR OPERATING SYSTEM IN NODEJS .......There has been a lot of arguments about nodejs being single threaded or not. Though I belong to the school of thought of Node js not been single-threaded due to the availability of libuv thread pools available to us. But whichever way I am a person t...Oct 12, 2019