Browse GitHub repo in VS Code web editor with single key press

Now you can open GitHub repo in VS Code web editor by pressing . key on your keyboard. You don’t need to install any browser extensions for this feature to work You can also achieve the same result by changing the repo url from github.com/xxx/sample-repo.git to github.dev/xxx/sample-repo.git With the help of Visual Studio Code web…

How to run JS applications from GitHub repo without installing software

Today I will show you a simple trick which helps you to run JavaScript application from GitHub repo without installing any software and without cloning the repo in your computer. If you want to see any JavaScript based application in action from this blog you have to follow below steps Install NodeJS in your computer….