Tips

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 »

What is a Virtual Private Network (VPN) ?

Virtual Private Network (VPN) Using a VPN establishes an encrypted connection (sometimes referred to as a “tunnel”) between your device and a remote server run by a VPN service. All of your internet traffic is routed through this tunnel to the server, which then forwards it to the public internet as usual. Data returning to your …

What is a Virtual Private Network (VPN) ? Read More »

Boost your PC’s Performance with These Useful Tips and Tricks

Technology development is very rapid. At some point, our devices will wear out soon and become slower. Older hardware won’t keep up and everyone will be forced to upgrade. This is no problem with people having huge amount of fortune but how about the ones who cannot afford such expenses? This article will give you …

Boost your PC’s Performance with These Useful Tips and Tricks Read More »