Programming

How To Fix [Error] Warning: Mapping new ns lines are printed in the logs during gradlew

Error: Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01 Warning: Mapping new ns http://schemas.android.com/repository/android/generic/02 to old ns http://schemas.android.com/repository/android/generic/01 Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/02 to old ns http://schemas.android.com/sdk/android/repo/addon2/01 Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/02 to old ns http://schemas.android.com/sdk/android/repo/repository2/01 Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/02 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01 Solution 1 : 1. To solve the Mapping error,

How To Fix [Error] Warning: Mapping new ns lines are printed in the logs during gradlew Read More »

How to import and Export Data using MongoDB compass

What is MongoDB Compass MongoDB Compass is a powerful GUI for querying, aggregating, and analyzing your MongoDB data in a visual environment. Compass is free to use and source available and can be run on macOS, Windows, and Linux. You can use MongoDB Compass to import and export data to and from collections. MongoDB Compass

How to import and Export Data using MongoDB compass Read More »

How to Use VSCode as Arduino Code Editor

Using VSCode for Arduino: To install the Arduino extension, press “Cntrl+Shift+x” to open the Extensions viewer and search for “vscode-arduino.” This should only produce one result. To install, click the “Install” button. After installing the extension, connect an Arduino Uno development board to a USB port on your computer and restart VS Code to ensure

How to Use VSCode as Arduino Code Editor Read More »

How to Fix Parsing error: “parserOptions.project” has been set for @typescript-eslint/parser. The file does not match your project config: lib\index.js. in Firebase Deploy

If you encountered this problem while changing your index.ts file and re-deploying your Firebase Cloud Functions. You just need to follow this step to solve that problem. Step 1: Analyze your error. If that is similar to the image below and can’t solve via adding the ignorePatterns in the config then, proceed to Step 2.

How to Fix Parsing error: “parserOptions.project” has been set for @typescript-eslint/parser. The file does not match your project config: lib\index.js. in Firebase Deploy Read More »

What is Bycrypt and methods of solving installation issue in npm

What is Bycrypt? Bcrypt is a hashing algorithm based on the Blowfish Cypher. It takes a plain text password as input and outputs a hash of that password as a string. Hashing is a one-way function, which means that even if someone knows the key, they won’t be able to obtain the plaintext password. As

What is Bycrypt and methods of solving installation issue in npm Read More »