ProgrammingBasic
Tutorials on JavaScript & Modern Frameworks
How to rename a local and remote Git branch
Tutorial on how you can rename any local and remote git branches using git -m flag.
How to add empty folder/directory in Git
Find out how to add an empty folder/directory in our github repository to be tracked by git using .gitignore , .gitkeep and readme file.
How to check GitHub email address and username from terminal?
This article is about how to check GitHub email address and username from your terminal in windows and Mac.
How to save username, email and password globally in Github?
This post is about how to save username, email and password globally in Github using terminal.
How to Create New Folder in Github Repository?
This article is about how to create or add new folder in github repository directly from the web browser.
Open Github repository in VS Code in browser online
This article is about how to open any github repository in VSCode in our browser online without the need of cloning the repo.
Get user location from browser using JavaScript
Tutorial on how to get user location like latitude and longitude from our browser using geolocation() function in JavaScript.
Fixed Error - npm ERR! missing script: dev
Find out how to fixed npm error, npm missing script dev while running the node serve in your javascript node project.
How to make placeholder for select tag in HTML
Short tutorial on how we can add placeholder text for the select element in Html without CSS.