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 »

Simple Tips to Make You More Secure Online

Cybercrimes are becoming more frequent, and unsuspecting users are more vulnerable than ever before. When one click can cost thousands, and even millions, users need actionable to-do’s that can help them stay alert and safe online. Here are the few simple tips to make you more secure online: Use two-factor authenticator Two-factor authentication can waste …

Simple Tips to Make You More Secure Online 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 »

How to Use Git in VSCode

Prerequisites A Computer with Visual Studio Code and Git Installed A GitHub account with a repository to work with. Github Repository Cloning A private repository called junecastillote/demo will be used in this example. However, you can use your repository. If you do not yet have a repository, please see the Creating a new repository doc …

How to Use Git in VSCode Read More »

How to run PHP Using VS Code (Visual Studio Code)

Requirements: PHP (make sure it was added on your Environment Variables Path) VS Code (Visual Studio Code) Step 1: Go to the VSCode Extensions and search ‘@builtin php‘, then choose PHP Language Features and Disable it. Step 2: Search again on the Extensions ‘php intelephense‘ and choose PHP Intelephense, then click the Install button . …

How to run PHP Using VS Code (Visual Studio Code) Read More »