RPRohan Pareekinrohanpareek.hashnode.dev·Jul 10, 2023 · 1 min readHow to communicate between browser tabs using javascriptThere are certain instances when you need to pass data between your website that is opened in multiple tabs. In this scenario, we have an API available known as Broadcast Channel API. Broadcast Channer API is used to open communication channel betwee...00
RPRohan Pareekinrohanpareek.hashnode.dev·Jul 9, 2023 · 2 min readUseful git commandsFor every developer, git is a must-use tool for daily work. May it be work or side projects, one must know how to work with git. Let's look at some commands that are essential for you. init - used to initialize a git repo on your local machine git ...00