Tips

Best MS Office Alternatives

The Microsoft Office suite has been the longtime leader in office productivity software. It includes Word, Excel, PowerPoint, Outlook, and a handful of other office productivity tools. However, wide variety of alternative competitors have become increasingly attractive, not least because of more price-competitive licensing fees, and some are free to use. On the other hand, […]

Best MS Office Alternatives Read More »

Warning: count(): Parameter must be an array or an object that implements Countable in C:\xampp\htdocs\google\vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php on line 67

If you encountered this problem, you can easily fix this by simply following instruction below. The problem with this is in PHP 7.2+ the parameter for count() can’t be NULL. The warning gets displayed when $this->handles equals NULL. So to fix this, just go to the CurlFactory.php file inside the vendor folder on your PHP

Warning: count(): Parameter must be an array or an object that implements Countable in C:\xampp\htdocs\google\vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php on line 67 Read More »

Configuring Git with More than One Remote Repository

Git Remote A branch’s “remote” is a URL from which your local git repo fetches changes. Your local git repo is entirely yours—other people’s code has no effect on it until they push their commits to the remote. Hopefully, you’re all using the same remote and everything is in sync, but the remote is just

Configuring Git with More than One Remote Repository Read More »

How to develop remote project with vscode using Remote – SSH extension

Prerequisites OpenSSH compatible SSH client Visual Studio Code Remote – SSH extension How to Setup Step 1 In Visual Studio Code, go to Extensions and search and install Remote – SSH extension. Step 2 Click the Open a Remote Window located in the bottom left corner Step 3 To add ssh connection, click “Connect to

How to develop remote project with vscode using Remote – SSH extension Read More »