Productivity

How to Increase the Storage Size of Your Ubuntu on VMWare using GParted

You can’t resize the installation partition without restarting your computer, just like you can’t on the host machine. Gparted, a simple partition manager, can be used to restart your computer and resize the root/installation partition. Simply expanding the partition from the virtual machine does not immediately make that space available in the virtual machine. It

How to Increase the Storage Size of Your Ubuntu on VMWare using GParted 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 »

How To Update your Node Js Version in Windows

Node.js is a platform built on Chrome’s JavaScript runtime for easily building fast and scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. Step 1: Download your wanted Node.js version on https://nodejs.org/en/. Step 2: Pressing the Windows button + R

How To Update your Node Js Version in Windows Read More »

How to Screenshot Whole Page In Chrome Using ScreenCapture Chrome Extension

When it comes to taking a screenshot, there should be no difficult parts. However, you may find it difficult to fit all of the relevant information and will be forced to combine separate screenshots using a photo editor. The good news is that you can avoid this annoyance by installing a free Chrome extension. Take

How to Screenshot Whole Page In Chrome Using ScreenCapture Chrome Extension Read More »

How to Fix Class ‘SoapClient’ not Found in Laravel

Have You Encountered the Issue ‘SoapClient’ not Found too? This might be because Soap Client is not enabled in your PHP configuration. Here’s how to fix it. Fixing Class’SoapClient’ not Found Look for php.ini in the xampp folder(This is inside the php folder). Remove the ; at the start of extension=php soap.dll. Start your web

How to Fix Class ‘SoapClient’ not Found in Laravel Read More »