fbpx

What is API? How to Implement API?

What is api? API is defined as a set of features and rules that exists inside a software program(application). In Web development, an API is generally a set of code features (e.g. methods, properties, events, and URLs) that a developer can use in their apps for interacting with components of a user’s web browser, or … Read more

A Comparison between SQL and NO-SQL

SQL database-features SQL- Structured Query Language is a table based structure. SQL follows the ACID properties, is explained as given below: Atomicity – The entire transaction takes place at once or doesn’t happen at all consistency – The database must be consistent before and after transaction Isolation – Multiple transaction occur independently without interference Durability … Read more

WHY MICROSOFT MIGRATE FROM INTERNET EXPLORER TO MICROSOFT EDGE

Microsoft has given 3 reasons as to why they are migrating from internet explorer to Microsoft Edge. Download Microsoft Edge Improved browser security Microsoft claims that Microsoft Edge Browser can issue security patches for immediate vulnerabilities. Also, the Chromium-based edge browser ensures good security against phishing and malware on Windows 10 & Windows 11. To … Read more

Microsoft Internet Explorer is dead- A look back

Microsoft has decided to shutdown Internet explorer ,after 27 years of service. Infact, it’s being a long and bumby way for the legacy of webbrowsers and it’s slightly a burstout of the nostalgia for the youngster’s in 90’s. Later, Microsoft focused on proprietary technologies and was least focused on the web standards. That may be … Read more

Install Hyper Terminal on windows

Before installing hyperterminal you should install git. Go to the link    https://git-scm.com/download/win to install git Download and execute the application file To install hyperterminal click the below link https://hyper.is/ After installing hyper terminal , open the hyperterminal  and go to the top left three bar icon then click edit >>> preferences Remove all existing … Read more

Node installation procedure on mac

1.Download the Mac installer from the Nodes.js® web site. (https://nodejs.org/en/download/) 2.Choose the LTS version that’s shown on the left. Go to the link  https://nodejs.org/en/download/ 3.Run the installer (double-click on the .pkg file you downloaded in the previous step.) NOTE: If you are running macOS Catalina 10.15, you might get a warning  like below: To solve this issue, … Read more

Node Installation Procedure on Windows

Installation on Windows Method 1 : DownLoad LTS version from official website Here the user can download a desired version and install Method 2 : Using node version manager(NVM) Here the user can install  more than one node versions on same system and can switch from one to another. The professionals should practice the method … Read more

Node Installation Procedure on Ubuntu

Method 1 Install nodeJs using ubuntu official repository Here user can Install the default version of the installed ubuntu version Step 1: Open your terminal or press Ctrl + Alt + T Step 2: To install node.js use the following command: sudo apt install nodejs Step 3: Once installed, verify it by checking the installed … Read more