fbpx

Should you worry about AI replacing your Job?

If you have a fear that AI will replace you in your job, you’re not fit for that job.Just Kidding!….Being a techie,IT manager,creative designer,coding expert or even a Business Consultant or HR Manager, everyone will have a predesigned workstyle and conceptual approach on their works.That’s our identity. No, AI tools can replace this. But , … 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

How to create new folder in Bookmark Library

Bookmark Manager Bookmark section in the Google Chrome browser facilitates to list the bookmarked links in seprerate folders,which makes our browsing more easy. For making a new folder Go To Bookmarks->Select Bookmark Manager The Bookmarke manager page will get opened here with all the Folders and Bookmark links we have created so far. The Left … Read more